26 Star 64 Fork 22

Gitee 极速下载/Zeu-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/shzlw/zeu
克隆/下载
docs.js 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
function getRandomColor() {
return '#' + ((1 << 24) * Math.random() | 0).toString(16);
}
function getRandomInt(min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}
let COLOR = {
lightGreen: '#00d7af',
lightWhite: '#F8F8FF',
lightGrey: '#E0E0E0',
lightBlack: '#343a42',
black: '#000000',
white: '#ffffff',
red: '#dc3547',
blue: '#007bfb',
yellow: '#ffc108',
cyan: '#17a2b9',
grey: '#6c757e',
green: '#28a748',
orange: '#ffa500'
};
hljs.initHighlightingOnLoad();
document.querySelectorAll("code").forEach(function(element) {
element.innerHTML = element.innerHTML.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&#039;");
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/Zeu-js.git
git@gitee.com:mirrors/Zeu-js.git
mirrors
Zeu-js
Zeu-js
master

搜索帮助