Normalize fullwidth punctuation to ASCII across codebase.

Add scripts/normalize_ambiguous_unicode.py; fix corrupted patch_instance_theme_templates.py. Preserves curly quotes in string literals; removes Git homoglyph warnings on .env.example.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-08 23:42:26 +08:00
parent aaa72c7961
commit b733e551a0
392 changed files with 71522 additions and 71369 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
"""
将 brand/icons 同步到中控与各所 static/iconsChrome 快捷方式 / 标签页图标)。
将 brand/icons 同步到中控与各所 static/icons(Chrome 快捷方式 / 标签页图标).
用法仓库根目录):
用法(仓库根目录):
python scripts/generate_brand_icons.py
python scripts/sync_brand_icons.py
"""