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
@@ -44,7 +44,7 @@ return fundssnetassetvalue(20191231);
范例01:调用函数
```tsl
计算基金OF006872在2019年报的基金总份额
// 计算基金OF006872在2019年报的基金总份额
SetSysParam(pn_stock(), "OF006872");
return FundSSNetAssetVolume(20191231);
```
@@ -95,7 +95,7 @@ return fundsspurchasevalue(20191231, 20181231);
范例01:调用函数
```tsl
计算基金OF000001在2019年报的基金净申购份额
// 计算基金OF000001在2019年报的基金净申购份额
SetSysParam(pn_stock(), "OF000001");
return FundSSPurchaseVolume(20191231, 20181231);
```