feat(tsl-api-reference): add class and framework API lookup

This commit is contained in:
csh
2026-08-20 13:49:55 +08:00
parent 7233646398
commit 651c1f68d2
637 changed files with 25498 additions and 36673 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);
```