添加进度面板,优化消息处理逻辑

This commit is contained in:
2026-04-29 16:55:14 +08:00
parent 30d85173ee
commit 2c1afdc97c
6 changed files with 174 additions and 3 deletions
+3 -1
View File
@@ -68,7 +68,9 @@
"**/*.ts",
"**/*.tsx",
".next*/types/**/*.ts",
".next*/dev/types/**/*.ts"
".next*/dev/types/**/*.ts",
".next/types/**/*.ts",
".next/dev/types/**/*.ts"
],
"exclude": [
"node_modules"