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
@@ -23,7 +23,6 @@
```tsl
setsysparam(pn_stock(), 'SZ000002');
return Stock_RevenuesByIndustry(0, 2, 2, 1);
// 输出:万科A最近2个报告期的主营构成(按行业)数据
```
@@ -51,7 +50,6 @@ return Stock_RevenuesByIndustry(0, 2, 2, 1);
```tsl
setsysparam(pn_stock(), 'SZ000002');
return Stock_RevenuesByProduct(0, 2, 2, 1);
// 输出:万科A最近2个报告期的主营构成(按产品)数据
```
@@ -79,7 +77,6 @@ return Stock_RevenuesByProduct(0, 2, 2, 1);
```tsl
setsysparam(pn_stock(), 'SZ000002');
return Stock_RevenuesByRegion(0, 2, 2, 1);
// 输出:万科A最近2个报告期的主营构成(按区域)数据
```