分成三个项目: 手册、常见问题、更新日志

This commit is contained in:
zhangconging
2026-01-26 11:06:15 +08:00
parent fd09fe9829
commit 690752598f
38 changed files with 1334 additions and 5 deletions

23
UpdateLog/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "WebCAD_Help2/UpdateLog",
"version": "1.0.0",
"description": "> npm i",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"docsify-cli": "^4.3.0"
},
"devDependencies": {},
"scripts": {
"d": "docsify serve docs"
},
"repository": {
"type": "git",
"url": "http://gitea.cf/cx/WebCAD_Help2.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}