refactor: 更新前端依赖到较新的版本
This commit is contained in:
parent
9429a819ee
commit
bae91176f3
@ -13,31 +13,32 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons-vue": "^6.1.0",
|
||||
"@antv/g6": "^5.0.17",
|
||||
"@vueuse/core": "^10.11.0",
|
||||
"ant-design-vue": "^4.2.3",
|
||||
"ant-design-x-vue": "^1.0.6",
|
||||
"axios": "^1.3.4",
|
||||
"d3": "^7.8.3",
|
||||
"@antv/g6": "^5.0.47",
|
||||
"@vueuse/core": "^13.2.0",
|
||||
"ant-design-vue": "^4.2.6",
|
||||
"axios": "^1.9.0",
|
||||
"d3": "^7.9.0",
|
||||
"dayjs": "^1.11.13",
|
||||
"echarts": "^5.4.2",
|
||||
"echarts": "^5.6.0",
|
||||
"echarts-gl": "^2.0.9",
|
||||
"highlight.js": "^11.10.0",
|
||||
"less": "^4.1.3",
|
||||
"marked": "^13.0.2",
|
||||
"marked-highlight": "^2.1.4",
|
||||
"md-editor-v3": "^4.21.3",
|
||||
"pinia": "^2.0.32",
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.1.6"
|
||||
"highlight.js": "^11.11.1",
|
||||
"less": "^4.3.0",
|
||||
"marked": "^15.0.11",
|
||||
"marked-highlight": "^2.2.1",
|
||||
"md-editor-v3": "^5.5.1",
|
||||
"pinia": "^3.0.2",
|
||||
"vue": "^3.5.14",
|
||||
"vue-router": "^4.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rushstack/eslint-patch": "^1.2.0",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"@vue/eslint-config-prettier": "^7.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"eslint-plugin-vue": "^9.9.0",
|
||||
"prettier": "^2.8.4",
|
||||
"vite": "^4.1.4"
|
||||
}
|
||||
"@rushstack/eslint-patch": "^1.11.0",
|
||||
"@vitejs/plugin-vue": "^5.2.4",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"eslint": "^9.27.0",
|
||||
"eslint-plugin-vue": "^10.1.0",
|
||||
"prettier": "^3.5.3",
|
||||
"vite": "^6.3.5",
|
||||
"vue-eslint-parser": "^10.1.3"
|
||||
},
|
||||
"packageManager": "pnpm@10.11.0"
|
||||
}
|
||||
|
||||
1575
web/pnpm-lock.yaml
1575
web/pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@
|
||||
<div class="login-view" :style="{ backgroundImage: `url(${loginBg})` }">
|
||||
<div class="login-container">
|
||||
<div class="login-logo">
|
||||
<img src="@/assets/logo.png" alt="Logo" v-if="false" />
|
||||
<h1>知识库管理系统</h1>
|
||||
<!-- <img src="@/assets/logo.svg" alt="Logo" v-if="false" /> -->
|
||||
<h1>知识问答管理系统</h1>
|
||||
</div>
|
||||
|
||||
<!-- 初始化管理员表单 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user