文件历史

提交图

22 次代码提交

作者 SHA1 备注 提交日期
hangerye 2045cf148c feat: [WIP]quick panel 优化 2025-12-29 21:14:10 +08:00
hangerye de29a4c967 chore: web-editor优化 2025-12-29 10:13:56 +08:00
hangerye c10324467e feat: [WIP]web-editor toolbar ui change 2025-12-25 21:13:39 +08:00
hangerye f996613248 chore: web-editor优化 2025-12-24 10:22:52 +08:00
hangerye 0857ede7b0 fix: 优化元素标注工具 2025-11-13 18:18:27 +08:00
hangerye e415c6048b feat: 临时提交 2025-11-10 10:16:53 +08:00
hangerye 78d8696be7 chore: 重构画布和回放引擎 2025-11-03 01:26:28 +08:00
hangerye efc366fe02 feat: refact recorder 2025-10-20 10:01:34 +08:00
hangerye 4436996c99 feat: 卡顿问题修复 2025-10-16 10:10:06 +08:00
hangerye 5dcb802946 feat: auto layout 2025-10-15 01:26:25 +08:00
hangerye 531553fa07 feat: style change 2025-10-15 00:24:02 +08:00
hangerye 9fd0ee14b0 feat: 临时提交 2025-10-14 10:25:04 +08:00
hangerye 9ca2ab6c6d refactor: refact rr builder 2025-10-14 01:28:12 +08:00
hangerye e3beabbecf feat: add edge property panel 2025-10-14 00:50:29 +08:00
hangerye 1cb35828a7 fix: delete node from property panel 2025-10-14 00:18:03 +08:00
hangerye a99a488225 fix: builder editor ui optimize 2025-10-13 21:06:14 +08:00
hangerye f037536ba8 feat: editor temp store 2025-10-13 10:07:14 +08:00
hangerye ce7a5e5bb9 feat: add builder editor 2025-10-10 20:38:43 +08:00
Aaron ab23b65626 fix: correct i18n key mismatches between getMessage() calls and messages.json
Fixed inconsistent key references throughout the codebase where getMessage()
calls were using legacy keys without "Label", "Button", "Status" suffixes
while messages.json files contained the correct keys with these suffixes.

Changes:
- App.vue: Fixed 50+ getMessage() calls to use correct keys
- ConfirmDialog.vue: Fixed button text keys
- ModelCacheManagement.vue: Fixed cache management UI keys
- bookmark.ts: Fixed bookmarksBarLabel key reference
- Replaced hardcoded Chinese strings with proper i18n calls

This ensures the i18n system works correctly with both Chrome's i18n API
and the fallback system, displaying proper localized text in all languages.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-06 19:44:31 +02:00
aaron13100 62c67a0127 feat: add internationalization (i18n) support
- Add comprehensive English and Chinese (zh_CN) locale files
- Create safe i18n utility with fallback messages
- Replace all hardcoded text with getMessage() calls
- Set Chinese as default locale to preserve existing user experience
- Fix Chrome manifest validation by removing underscore-prefixed keys
- Support 180+ localized strings with proper categorization

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-17 06:39:44 +02:00
hangerye eb7ad94b37 style: model cache manage ui optimize 2025-06-12 20:49:16 +08:00
hangerye 736faade25 feat: Project Initialization and Code Migration. 2025-06-09 21:15:42 +08:00