From 02e2a20affb4d00accbdffa7532de8a4296d6dcf Mon Sep 17 00:00:00 2001 From: boris Date: Fri, 26 Jun 2026 04:53:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=A1=A8=E8=BE=BE=E5=BC=8F?= =?UTF-8?q?=E7=AD=96=E7=95=A5=E6=89=A7=E8=A1=8C=E4=BB=B7=E8=AF=8A=E6=96=AD?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/fidc-core/src/platform_expr_strategy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fidc-core/src/platform_expr_strategy.rs b/crates/fidc-core/src/platform_expr_strategy.rs index b72d1d5..65c4604 100644 --- a/crates/fidc-core/src/platform_expr_strategy.rs +++ b/crates/fidc-core/src/platform_expr_strategy.rs @@ -8064,7 +8064,7 @@ impl Strategy for PlatformExprStrategy { day.total_value ), format!("selected_symbols={}", stock_list.join(",")), - "platform strategy script executed through expression runtime + batched tick execution" + "platform strategy script executed through expression runtime + batched execution quotes" .to_string(), ]; diagnostics.extend(selection_notes);