📦 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
@@ -16,7 +16,6 @@
```tsl
// 期货基本信息数据
return future_baseinfo();
```
@@ -40,9 +39,7 @@ return future_baseinfo();
```tsl
// al2601结算会员成交持仓排名数据
setsysparam(pn_stock(), "al2601");
return future_DTList(20251113T);
```
@@ -62,9 +59,7 @@ return future_DTList(20251113T);
```tsl
// TF2309国债期货可交割债券数据
setsysparam(pn_stock(), "TF2309");
return future_TBFDeliverableBonds();
```
@@ -90,6 +85,5 @@ return future_TBFDeliverableBonds();
```tsl
// al期货仓单日报数据
return future_WarehouseDaily("al", 20251101T, 20251113T);
```