文档片段全面改进,不使用render

This commit is contained in:
2025-04-20 17:50:07 +08:00
parent e43f9230eb
commit 68c93f5d83
48 changed files with 1330 additions and 732 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "cdtmp",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"dev": "vite",
@@ -13,9 +13,9 @@
"dependencies": {
"@arco-design/color": "^0.4.0",
"@arco-design/web-vue": "^2.57.0",
"@tanstack/vue-query": "^5.71.1",
"@tanstack/vue-query": "^5.74.5",
"@tinymce/tinymce-vue": "^6.1.0",
"@vueuse/core": "^13.0.0",
"@vueuse/core": "^13.1.0",
"axios": "^1.8.4",
"dayjs": "^1.11.13",
"file2md5": "^1.3.0",
@@ -23,39 +23,39 @@
"mammoth": "^1.9.0",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^3.0.1",
"pinia": "^3.0.2",
"pinyin-match": "^1.2.6",
"postcss-import": "^16.1.0",
"qs": "^6.14.0",
"tinymce": "^7.7.2",
"tinymce": "^7.8.0",
"vue": "^3.5.13",
"vue-clipboard3": "^2.0.0",
"vue-color-kit": "^1.0.6",
"vue-data-ui": "^2.6.27",
"vue-data-ui": "^2.6.40",
"vue-router": "^4.5.0",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.0",
"@tailwindcss/vite": "^4.1.0",
"@tailwindcss/postcss": "^4.1.4",
"@tailwindcss/vite": "^4.1.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.17",
"@types/node": "^22.14.1",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.18",
"@vitejs/plugin-vue": "^5.2.3",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"@vue/babel-plugin-jsx": "^1.4.0",
"browserslist": "^4.24.4",
"eslint": "^9.23.0",
"eslint": "^9.25.0",
"eslint-plugin-vue": "^10.0.0",
"less": "^4.2.2",
"less": "^4.3.0",
"less-loader": "^12.2.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^4.1.0",
"typescript": "^5.8.2",
"vite": "^6.2.4",
"vue-eslint-parser": "^10.1.1"
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3",
"vite": "^6.3.2",
"vue-eslint-parser": "^10.1.3"
}
}