自建API开发

This commit is contained in:
暮光:城中城
2022-01-16 23:25:59 +08:00
parent 551a7079ec
commit 14a3eb0c2c
7 changed files with 9548 additions and 369 deletions

View File

@@ -8,26 +8,26 @@
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"ant-design-vue": "^3.0.0-alpha.14",
"ant-design-vue": "^3.0.0-beta.6",
"axios": "^0.19.2",
"brace": "^0.11.1",
"highlight.js": "^11.3.1",
"highlight.js": "^11.4.0",
"jsontoxml": "^1.0.1",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"mavon-editor": "^3.0.0-beta",
"moment": "^2.29.1",
"qs": "^6.10.1",
"sass": "^1.44.0",
"vue": "^3.2.23",
"qs": "^6.10.3",
"sass": "^1.48.0",
"vue": "^3.2.26",
"vue-router": "^4.0.12",
"vuex": "^4.0.2",
"xml-formatter": "^2.5.1"
"xml-formatter": "^2.6.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.10.1",
"@vue/compiler-sfc": "^3.2.23",
"vite": "^2.6.14",
"vite-plugin-style-import": "^1.4.0"
"@vitejs/plugin-vue": "^1.10.2",
"@vue/compiler-sfc": "^3.2.26",
"vite": "^2.7.12",
"vite-plugin-style-import": "^1.4.1"
}
}