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
@@ -382,9 +382,7 @@ Return Cy_TwoYear();
```tsl
BegT := 20250310T;
EndT := 20260204T;
return MonthsBetween2(begT, endT);
// 输出:10.7845622119816
```
@@ -410,9 +408,7 @@ return MonthsBetween2(begT, endT);
```tsl
BegT := 20260204T;
EndT := 20290504T;
return YearsBetween2(begT, endT);
// 输出:3.24657534246575
```