📦 deps(tsl): sync tsl-playbook from ecedf69b

Source-Commit: ecedf69b9c
This commit is contained in:
ci[bot]
2026-08-24 09:29:51 +08:00
parent 2f0d80da65
commit 2b74e1466d
664 changed files with 28934 additions and 37020 deletions
@@ -51,11 +51,8 @@ return length(ret);
```tsl
StockID := "SZ000002";
BegT := inttodate(20230710);
EndT := inttodate(20240710);
return TSWEB_Stock_HSGHolingAndMarketTrend(StockID, BegT, EndT);
// 输出:2023-07-10至2024-07-10日万科A持仓数据
```
@@ -82,11 +79,8 @@ return TSWEB_Stock_HSGHolingAndMarketTrend(StockID, BegT, EndT);
```tsl
StockID := "SZ000002";
BegT := inttodate(20230710);
EndT := inttodate(20240710);
return TSWEB_Stock_HSGHolingChangeAndMarketTrend(StockID, BegT, EndT);
// 输出:2023-07-10至2024-07-10日万科A持仓变动
```