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:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# 服务器上拉代码、同步 env、应用强制清仓策略并重启 PM2。
|
||||
# 用法(/opt/crypto_monitor 下 root):
|
||||
# 服务器上拉代码,同步 env,应用强制清仓策略并重启 PM2.
|
||||
# 用法(/opt/crypto_monitor 下 root):
|
||||
# bash deploy/pull_and_restart.sh
|
||||
# bash deploy/pull_and_restart.sh --dry-run
|
||||
set -euo pipefail
|
||||
|
||||
Reference in New Issue
Block a user