fix: deploy scripts/ files properly (correct directory)

This commit is contained in:
知微
2026-07-01 23:00:28 +08:00
parent b2822cec15
commit ec285669c4
13 changed files with 3537 additions and 51 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ SUSPICIOUS_NUMBERS = [
(r'1手\s*[:=]\s*\d{3,}', '可能的每手股数硬编码'),
(r'[><=]\s*0\.[0-9]+', '可能的百分比阈值硬编码'),
(r'仓位\s*[:=]\s*\d{3,}', '可能的仓位金额硬编码'),
(r'['\"](?!http|~|\./|\.\./)/home/[^'\"]+['\"]', '可能的文件路径硬编码(应使用环境变量或配置)'),
(r"['\"](?!http|~|\./|\.\./)/home/[^'\"]+['\"]", '可能的文件路径硬编码(应使用环境变量或配置)'),
# 扩展点 — meta_growth 在此追加新规则
]