refactor(models): address PR #232 review comments

- i18n: Extract hardcoded Chinese strings to translation keys
- fix(url): Restore full-width punctuation in URL regex
- chore: Remove linux-schema.json (build artifact)
- chore: Add linux-schema.json to .gitignore
- refactor: Unify save strategy to use autoSave consistently
- style: Add trailing newline to en.json

Closes review items 1-6 from PR #232
This commit is contained in:
friendfish
2026-04-21 01:00:19 +08:00
parent 74793d81a4
commit f61cb65b4a
5 changed files with 34 additions and 2623 deletions

3
.gitignore vendored Normal file → Executable file
View File

@@ -56,6 +56,9 @@ docs/promo-video.mp4
# Rust 开发工具
src-tauri/.cargo/
.codex/
# Tauri 生成的 schema 文件Linux 平台特定)
src-tauri/gen/schemas/linux-schema.json
# AI 上下文记忆
.context.md
CONTEXT_STATE.md