swagger查看页面的各种优化,替换首页原有文档入口

This commit is contained in:
暮光:城中城
2021-10-30 19:52:28 +08:00
parent 59ecaf4477
commit c8f570fa6a
46 changed files with 392 additions and 105 deletions

View File

@@ -494,6 +494,11 @@
"delayed-stream": "~1.0.0"
}
},
"commander": {
"version": "2.20.3",
"resolved": "https://registry.npmmirror.com/commander/download/commander-2.20.3.tgz?cache=0&sync_timestamp=1634886396986&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcommander%2Fdownload%2Fcommander-2.20.3.tgz",
"integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM="
},
"compute-scroll-into-view": {
"version": "1.0.17",
"resolved": "https://registry.npm.taobao.org/compute-scroll-into-view/download/compute-scroll-into-view-1.0.17.tgz",
@@ -553,6 +558,11 @@
"integrity": "sha1-N3QZGZA7hoVl4cCep0dEXNGJg+4=",
"dev": true
},
"cssfilter": {
"version": "0.0.10",
"resolved": "https://registry.npm.taobao.org/cssfilter/download/cssfilter-0.0.10.tgz",
"integrity": "sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4="
},
"csstype": {
"version": "2.6.17",
"resolved": "https://registry.nlark.com/csstype/download/csstype-2.6.17.tgz",
@@ -849,6 +859,16 @@
}
}
},
"highlight.js": {
"version": "11.3.1",
"resolved": "https://registry.npmmirror.com/highlight.js/download/highlight.js-11.3.1.tgz",
"integrity": "sha1-gTB47zqlGcYXAPhP6QRyMcXcMpE="
},
"highlight.js-async-webpack": {
"version": "1.0.4",
"resolved": "https://registry.npm.taobao.org/highlight.js-async-webpack/download/highlight.js-async-webpack-1.0.4.tgz",
"integrity": "sha1-wGtnv5nwSQRdYrdW5YVbCRLsYWw="
},
"hoek": {
"version": "2.16.3",
"resolved": "https://registry.nlark.com/hoek/download/hoek-2.16.3.tgz",
@@ -1104,6 +1124,23 @@
"sourcemap-codec": "^1.4.4"
}
},
"mavon-editor": {
"version": "2.9.1",
"resolved": "https://registry.npm.taobao.org/mavon-editor/download/mavon-editor-2.9.1.tgz",
"integrity": "sha1-Wa3Hy9Ghpx9pHPWyon5g7D5pl8w=",
"requires": {
"highlight.js": "^9.11.0",
"highlight.js-async-webpack": "^1.0.4",
"xss": "^1.0.6"
},
"dependencies": {
"highlight.js": {
"version": "9.18.5",
"resolved": "https://registry.npmmirror.com/highlight.js/download/highlight.js-9.18.5.tgz",
"integrity": "sha1-0Yo1mGfzeME41oGe38KorNXymCU="
}
}
},
"merge-source-map": {
"version": "1.1.0",
"resolved": "https://registry.nlark.com/merge-source-map/download/merge-source-map-1.1.0.tgz",
@@ -1801,6 +1838,15 @@
"loose-envify": "^1.0.0"
}
},
"xss": {
"version": "1.0.10",
"resolved": "https://registry.npmmirror.com/xss/download/xss-1.0.10.tgz?cache=0&sync_timestamp=1633683723292&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fxss%2Fdownload%2Fxss-1.0.10.tgz",
"integrity": "sha1-XNY6mxR6dVoUywRVx9uIZhIOtNI=",
"requires": {
"commander": "^2.20.3",
"cssfilter": "0.0.10"
}
},
"yallist": {
"version": "3.1.1",
"resolved": "https://registry.nlark.com/yallist/download/yallist-3.1.1.tgz",