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
@@ -116,7 +116,6 @@
```tsl
return TEncodeDate(2012, 2, 13);、
// 显示为日期时间:2012-02-13
// 输出:40952
```
@@ -142,7 +141,6 @@ return TEncodeDate(2012, 2, 13);、
```tsl
return TEncodeDate2(20120317T, 2);
// 显示为日期时间:2012-03-02
// 输出:40970
```