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,7 +20,6 @@
```tsl
StockID := "SZ000002";
Return StockFirstDay(StockID);
// 输出:33240
```
@@ -63,8 +62,7 @@ Return R;
```tsl
// NE871642的第一个交易日.
return spec(StockGoMarketDate2(), "NE871642"); // 20211115
return spec(StockGoMarketDate2(), "NE871642"); // 输出:20211115
```
## `stockGoMarketDays()`