📦 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
@@ -21,9 +21,7 @@
```tsl
IndustryType := 4;
StockID := "SH600025";
return TSWEB_Stock_IPOGetData(StockID, IndustryType);
// 输出:中证一级行业华能水电(SH600025)的发行上市基本信息
```
@@ -49,9 +47,7 @@ return TSWEB_Stock_IPOGetData(StockID, IndustryType);
```tsl
IndustryType := 1;
StockID := "SH600025";
return TSWEB_Stock_IPOGetDataAndCompare(StockID, IndustryType);
// 输出:申万一级行业华能水电(SH600025)同行业的上市信息
```