好久没更新了

This commit is contained in:
2025-01-21 18:58:46 +08:00
parent 6111147671
commit 3bcd12eaaf
3 changed files with 257 additions and 197 deletions

View File

@@ -13,9 +13,9 @@
"dependencies": {
"@arco-design/color": "^0.4.0",
"@arco-design/web-vue": "^2.56.3",
"@tanstack/vue-query": "^5.62.9",
"@tanstack/vue-query": "^5.64.2",
"@tinymce/tinymce-vue": "^6.1.0",
"@vueuse/core": "^12.3.0",
"@vueuse/core": "^12.4.0",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"file2md5": "^1.3.0",
@@ -23,37 +23,37 @@
"mammoth": "^1.9.0",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.3.0",
"pinia": "^2.3.1",
"pinyin-match": "^1.2.6",
"postcss-import": "^16.1.0",
"qs": "^6.13.1",
"qs": "^6.14.0",
"tinymce": "^7.6.0",
"vue": "^3.5.13",
"vue-clipboard3": "^2.0.0",
"vue-color-kit": "^1.0.6",
"vue-data-ui": "^2.4.63",
"vue-data-ui": "^2.4.85",
"vue-router": "^4.5.0",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.4",
"@types/node": "^22.10.7",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.17",
"@types/qs": "^6.9.18",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/babel-plugin-jsx": "^1.2.5",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.3",
"eslint": "^9.17.0",
"browserslist": "^4.24.4",
"eslint": "^9.18.0",
"eslint-plugin-vue": "^9.32.0",
"less": "^4.2.1",
"less": "^4.2.2",
"less-loader": "^12.2.0",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"rollup-plugin-visualizer": "^5.13.1",
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.7"
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}