📦 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
@@ -20,9 +20,7 @@
```tsl
// 指定证券列表发行上市数据
StockArr := "SH688286;SH688408";
return Stocks_IPOGetData(StockArr);
```
@@ -47,8 +45,6 @@ return Stocks_IPOGetData(StockArr);
```tsl
// 指定证券列表发行上市数据
StockArr := "SH688286;SH688408";
return Stocks_IPOGetDataAndIndustry (StockArr, 1);
```