0.0.2版本上线

This commit is contained in:
2024-08-16 19:00:08 +08:00
parent 29e8758dc9
commit 4b73f5b68c
11 changed files with 301 additions and 299 deletions

View File

@@ -15,7 +15,7 @@
"@arco-design/web-vue": "^2.56.0",
"@tinymce/tinymce-vue": "^6.0.1",
"@vueuse/core": "^10.11.1",
"axios": "^1.7.3",
"axios": "^1.7.4",
"dayjs": "^1.11.12",
"echarts": "^5.5.1",
"file2md5": "^1.3.0",
@@ -24,12 +24,12 @@
"mitt": "^3.0.1",
"monaco-editor": "^0.33.0",
"nprogress": "^0.2.0",
"pinia": "^2.2.1",
"pinia": "^2.2.2",
"pinyin-match": "^1.2.5",
"postcss-import": "^16.1.0",
"qs": "^6.13.0",
"tinymce": "^6.8.4",
"vue": "^3.4.37",
"vue": "^3.4.38",
"vue-clipboard3": "^2.0.0",
"vue-color-kit": "^1.0.6",
"vue-echarts": "^6.7.3",
@@ -38,11 +38,11 @@
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "^22.2.0",
"@types/node": "^22.3.0",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.15",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/babel-plugin-jsx": "^1.1.1",
"autoprefixer": "^10.4.20",
"browserslist": "^4.23.0",
@@ -53,8 +53,8 @@
"less-loader": "^12.2.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.3",
"vite": "^5.4.0"
"vite": "^5.4.1"
}
}