mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-09 22:43:25 +08:00
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:
3
.gitignore
vendored
Normal file → Executable file
3
.gitignore
vendored
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user