feat: 更新依赖项和配置,添加新通知类型

- 在 package.json 中添加了 @types/md5 和 @vueuse/integrations 依赖。
- 更新了 tsconfig.json 中的模块解析方式为 bundler。
- 在组件声明中移除了不再使用的 Naive UI 组件。
- 在弹幕窗口和设置中添加了启用动画的选项,并更新了相关样式。
- 实现了私信发送失败的通知功能,增强了用户体验。
This commit is contained in:
2025-04-19 22:29:09 +08:00
parent 521cd1eddf
commit 630fe45b47
51 changed files with 5067 additions and 1690 deletions

View File

@@ -28,12 +28,14 @@
"@tauri-apps/plugin-store": "^2.2.0",
"@tauri-apps/plugin-updater": "^2.7.0",
"@types/crypto-js": "^4.2.2",
"@types/md5": "^2.3.5",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@vicons/fluent": "^0.13.0",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/cli": "^5.0.8",
"@vueuse/core": "^13.0.0",
"@vueuse/integrations": "^13.1.0",
"@vueuse/router": "^13.0.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
@@ -50,7 +52,9 @@
"file-saver": "^2.0.5",
"grapheme-splitter": "^1.0.4",
"html2canvas": "^1.4.1",
"idb-keyval": "^6",
"linqts": "^2.0.0",
"md5": "^2.3.0",
"mitt": "^3.0.1",
"monaco-editor": "^0.52.2",
"music-metadata-browser": "^2.5.11",
@@ -85,7 +89,6 @@
"@types/bun": "^1.2.5",
"@types/eslint": "^9.6.1",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.14.1",
"@types/obs-studio": "^2.17.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.27.0",