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
@@ -19,8 +19,7 @@
范例01:返回:AP103
```tsl
转换AP2103为交易所代码AP103
// 转换AP2103为交易所代码AP103
return FuturesGetJYSCode("AP2103");
// 输出:AP103
```
@@ -44,8 +43,7 @@ return FuturesGetJYSCode("AP2103");
范例01:返回:AP2103
```tsl
AP103转换为天软期货代码
// AP103转换为天软期货代码
return FuturesGetTSCode("AP103");
// 输出:AP2103
```