保存进度!

This commit is contained in:
2025-10-30 16:02:54 +08:00
parent ef3b31c9e4
commit 72a4895328
7 changed files with 645 additions and 63 deletions

View File

@@ -16,10 +16,13 @@
"devDependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@stylistic/eslint-plugin": "^5.5.0",
"@types/node": "^24.9.1",
"@types/node": "^24.9.2",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"@vitejs/plugin-vue": "^6.0.1",
"@vue-office/docx": "^1.6.3",
"@vue-office/excel": "^1.7.14",
"@vue-office/pdf": "^2.0.10",
"@vue/tsconfig": "^0.8.1",
"element-plus": "^2.11.5",
"eslint": "^9.38.0",
@@ -28,7 +31,9 @@
"sass": "^1.93.2",
"typescript": "~5.9.3",
"vite": "^7.1.12",
"vue-demi": "^0.14.10",
"vue-eslint-parser": "^10.2.0",
"vue-pdf-embed": "^2.1.3",
"vue-tsc": "^3.1.2"
}
}