Skip to content

Commit b1da79d

Browse files
authored
Merge pull request #127 from QuantStrategyLab/codex/small-account-cash-reserve-fix
Fix small-account cash reserve handling and scheduler workflow
2 parents 8c8b7e7 + d8be210 commit b1da79d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

notifications/telegram.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def format_small_account_whole_share_bootstrap_notes(
203203
"strategy_plugin_consumption_loaded_not_applied": "🧩 插件本次影响:已加载;该状态未启用自动仓位改写",
204204
"strategy_plugin_consumption_review_only": "🧩 插件本次影响:仅通知复核;当前状态未触发自动仓位改写",
205205
"strategy_plugin_consumption_unavailable": "🧩 插件本次影响:未加载可用插件信号",
206+
206207
"strategy_plugin_alert_subject": "🚨 策略插件告警:{plugin} | {route}",
207208
"strategy_plugin_alert_title": "🚨 【策略插件告警】",
208209
"strategy_plugin_alert_context": "运行环境:{context}",
@@ -364,6 +365,7 @@ def format_small_account_whole_share_bootstrap_notes(
364365
"strategy_plugin_consumption_loaded_not_applied": "🧩 Plugin impact this run: loaded; this state did not enable automatic position rewrites",
365366
"strategy_plugin_consumption_review_only": "🧩 Plugin impact this run: review-only notice; current state did not trigger automatic position rewrites",
366367
"strategy_plugin_consumption_unavailable": "🧩 Plugin impact this run: no usable plugin signal loaded",
368+
367369
"strategy_plugin_alert_subject": "🚨 Strategy plugin alert: {plugin} | {route}",
368370
"strategy_plugin_alert_title": "🚨 【Strategy Plugin Alert】",
369371
"strategy_plugin_alert_context": "Context: {context}",

0 commit comments

Comments
 (0)