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
@@ -22,7 +22,6 @@
```tsl
// 居民消费价格数据
return HG_ConsumerPriceIndex(20250101T, 20251114T, 0);
```
@@ -48,7 +47,6 @@ return HG_ConsumerPriceIndex(20250101T, 20251114T, 0);
```tsl
// 固定资产投资(不含农户)数据
return HG_FixedInvestmentAssetsEF(20250101T, 20251114T, 0);
```
@@ -74,7 +72,6 @@ return HG_FixedInvestmentAssetsEF(20250101T, 20251114T, 0);
```tsl
// 官方储备资产数据
return HG_ForeignExchangeAndGoldReserves(20250101T, 20251114T, 0);
```
@@ -100,7 +97,6 @@ return HG_ForeignExchangeAndGoldReserves(20250101T, 20251114T, 0);
```tsl
// 国内生产总值数据
return HG_GrossDomesticProduct(20250101T, 20251114T, 0);
```
@@ -126,7 +122,6 @@ return HG_GrossDomesticProduct(20250101T, 20251114T, 0);
```tsl
// 工业增加值数据
return HG_IndustrialAddedValueGrowth(20250101T, 20251114T, 0);
```
@@ -152,7 +147,6 @@ return HG_IndustrialAddedValueGrowth(20250101T, 20251114T, 0);
```tsl
// 工业生产者价格数据
return HG_IndustrialProducerPriceIndex(20250101T, 20251114T, 0);
```
@@ -177,7 +171,6 @@ return HG_IndustrialProducerPriceIndex(20250101T, 20251114T, 0);
```tsl
// 人民币存贷款利率数据
return HG_LatestBenchmarkDepositInterestRate(20251114T, 0);
```
@@ -203,7 +196,6 @@ return HG_LatestBenchmarkDepositInterestRate(20251114T, 0);
```tsl
// 存款性公司概览数据
return HG_MoneySupply(20250101T, 20251114T, 0);
```
@@ -229,7 +221,6 @@ return HG_MoneySupply(20250101T, 20251114T, 0);
```tsl
// 采购经理指数数据
return HG_PurchasingManagerIndex(20250101T, 20251114T, 0);
```
@@ -255,7 +246,6 @@ return HG_PurchasingManagerIndex(20250101T, 20251114T, 0);
```tsl
// 社会融资规模数据
return HG_SocialFinancingScale(20250101T, 20251114T, 0);
```
@@ -281,6 +271,5 @@ return HG_SocialFinancingScale(20250101T, 20251114T, 0);
```tsl
// 社会消费品零售总额(简表)数据
return HG_TotalRetail(20250101T, 20251114T, 0);
```