添加生成文档的功能

This commit is contained in:
wzy-warehouse
2026-04-13 22:00:46 +08:00
parent b58e2d17d7
commit 8ef7d36d26
4 changed files with 203 additions and 25 deletions
+41
View File
@@ -0,0 +1,41 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"api",
"hooks",
"utils",
"stores"
],
"out": "docs",
"name": "西安应急多灾种灾害链分析系统 API 文档",
"includeVersion": true,
"excludePrivate": true,
"excludeProtected": false,
"excludeInternal": true,
"readme": "README.md",
"theme": "default",
"plugin": [],
"sort": [
"source-order"
],
"categorizeByGroup": true,
"categoryOrder": [
"API",
"Hooks",
"Utils",
"Stores",
"Types",
"Components",
"*"
],
"navigationLinks": {
"GitHub": "https://github.com/gis502/xian_vue_new",
"首页": "/"
},
"visibilityFilters": {
"protected": true,
"private": false,
"inherited": true,
"external": false
}
}