This commit is contained in:
zh
2025-09-01 16:17:11 +08:00
parent d802602200
commit 6fa99df21c
1035 changed files with 377083 additions and 1 deletions

40
ink-docstrap.json Normal file
View File

@ -0,0 +1,40 @@
{
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc"
]
},
"source": {
"include": [
"./src"
],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true
},
"systemName": "接口文档",
"footer": "",
"copyright": "",
"navType": "vertical",
"theme": "Cerulean",
"linenums": true,
"collapseSymbols": true,
"inverseNav": true,
"protocol": "html://",
"methodHeadingReturns": true
},
"opts": {
"destination": "./docs/docs/",
"encoding": "utf8",
"private": true,
"recurse": true,
"sort": false,
"template": "./node_modules/ink-docstrap/template"
}
}