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
// 取基金金泰2005年2月1日到2012年3月5日之间的分红和拆分情况
Setsysparam(pn_stock(), 'SH500001');
Return FundCashAndBonusInfo(inttodate(20050201), inttodate(20120305));
```
@@ -169,9 +167,7 @@ return fundPfAmountIi2 ();
```tsl
// 取基金金泰2005年2月1日到2012年3月5日之间的分红情况
Setsysparam(pn_stock(), 'SH500001');
Return FundPFInfo(inttodate(20050201), inttodate(20120305));
```
@@ -191,11 +187,8 @@ Return FundPFInfo(inttodate(20050201), inttodate(20120305));
```tsl
// 取基金金泰上市以来到2012年8月31日之间的分红情况
Setsysparam(pn_stock(), 'SH500001');
Setsysparam(pn_date(), inttodate(20120831));
Return FundPFInfo2();
```