This commit is contained in:
2025-11-18 18:13:04 +08:00
parent 1278eff20e
commit a2cc3183c8
4 changed files with 47 additions and 1 deletions
+13
View File
@@ -1,7 +1,20 @@
{
"name": "xsinfo",
"homepage":"https://www.xsinfo.vip/",
"devDependencies": {
"vitepress": "^2.0.0-alpha.12"
},
"author": {
"email": "1250076672@qq.com",
"name": "Timeless小帅",
"url": "https://gitee.com/song_kang_shuai"
},
"keywords": ["阿帅正传",""],
"repository": "https://gitee.com/song_kang_shuai/xsinfo.git",
"bugs": {
"url" : "https://gitee.com/song_kang_shuai/xsinfo/issues",
"email" : "1250076672@qq.com"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",