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
@@ -72,9 +72,7 @@ return stockMaxDrawDownOrUpDatas(20210501T, 20210915T);
```tsl
// "SH600834"在20211101T-20211107T期间的成交量(手)
SetSysParam(PN_Stock(), "SH600834");
return VolSum_(20211101T, 20211107T, 1);
// 输出:111820.06
```