perf: add component list in plugin detail dialog

This commit is contained in:
Junyan Qin
2025-10-12 19:57:42 +08:00
parent 4df372052d
commit 5e2f677d0b
15 changed files with 122 additions and 75 deletions
+5 -3
View File
@@ -199,9 +199,11 @@ const zhHans = {
deleteConfirm: '删除确认',
deleteSuccess: '删除成功',
modifyFailed: '修改失败:',
eventCount: '事件:{{count}}',
toolCount: '工具{{count}}',
starCount: '星标:{{count}}',
componentName: {
Tool: '工具',
EventListener: '事件监听器',
Command: '命令',
},
uploadLocal: '本地上传',
debugging: '调试中',
uploadLocalPlugin: '上传本地插件',