1 Star 13 Fork 10

CastleCloud/knowledgebase-member

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 751 Bytes
一键复制 编辑 原始数据 按行查看 历史
孙余伟 提交于 2023-10-07 16:06 . 初始化
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/style/public.css" />
<title>知识库</title>
<script src="/settings.custom.js"></script>
<script src="/ckeditor/ckeditor.js"></script>
<!-- <script src="/ckeditor/lang/zh-cn.js"></script> -->
</head>
<body>
<div id="app"></div>
<script>
const onReloadList = {}
window.onReload = function (name, cb) {
onReloadList[name] = cb
}
window.triggerReload = function (name) {
onReloadList[name] && onReloadList[name]()
}
</script>
<script type="module" src="/src/main.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hcwdc/knowledgebase-member.git
git@gitee.com:hcwdc/knowledgebase-member.git
hcwdc
knowledgebase-member
knowledgebase-member
master

搜索帮助