🎉 初始化

Signed-off-by: kerbores <kerbores@gmail.com>
This commit is contained in:
2025-08-07 16:08:45 +08:00
commit 21de74de9f
10 changed files with 2240 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"dependencies": {
"ant-design-vue": "^4.2.6",
"vitepress": "^1.6.4",
"vue": "^3.5.18"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
}
}