feat: 新增知识库页面

This commit is contained in:
DEV_DSW
2025-12-23 11:07:41 +08:00
parent a7ef9ec8ad
commit 63592b2c3b
4 changed files with 58 additions and 1 deletions

16
html/knowledge.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>NIANXX</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' http://8.138.234.141; connect-src 'self' http://8.138.234.141 https://api.iconify.design"
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="../src/renderer/views/knowledge/index.ts"></script>
</body>
</html>