初始化

This commit is contained in:
zhangconging
2026-01-23 10:32:11 +08:00
commit fd09fe9829
14 changed files with 673 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "WebCAD_Help2",
"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"
}