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
@@ -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)同行业的上市信息
```