1
0

feat: 建立一个official官网的提示词

This commit is contained in:
2025-03-25 15:06:11 +08:00
parent b622a56e18
commit 929eabe758
21 changed files with 1799 additions and 5 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://kevisual.cn/root/center/panda.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kevisual 助手</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>