This commit is contained in:
2026-04-30 18:54:23 +08:00
parent b78808558b
commit 132b2fc310
14 changed files with 235 additions and 9033 deletions
+6 -7
View File
@@ -1,17 +1,16 @@
{
"name": "jiscuss",
"version": "1.0.0",
"repository": "http://recoluan.gitlab.io/vuepress-theme-reco-doc",
"private": true,
"repository": "https://github.com/chuyaoyuan/jiscuss",
"author": "yaoyuan",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
"dev": "vitepress dev docs --host 0.0.0.0",
"build": "vitepress build docs",
"preview": "vitepress preview docs --host 0.0.0.0"
},
"devDependencies": {
"vuepress": "1.0.1",
"vuepress-theme-reco": "1.0.8-alpha.3",
"@vuepress/plugin-medium-zoom": "1.0.3",
"vuepress-plugin-flowchart": "1.4.3"
"vitepress": "^2.0.0-alpha.17"
},
"description": "基于JAVA的开源论坛"
}