feat(tsl-api-reference): index class and unit APIs

Migrate reference pages to declaration-line storage and rebuild the
13-column index.

Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
csh
2026-07-29 15:47:46 +08:00
parent 9edc8fc868
commit 13be5ea0aa
239 changed files with 39157 additions and 12846 deletions
@@ -2,6 +2,8 @@
## `Index_RepurchaseMV(index_id, end_t, rtype, stype, ex_rate)`
声明:function
获得指定日指数成分股的累计回购金额
| 参数 | 类型 | 说明 |
@@ -16,6 +18,8 @@
## `Index_RepurchaseMVQJ(index_id, beg_t, end_t, rtype, stype, ex_rate)`
声明:function
获得区间指数成分股的累计回购金额
| 参数 | 类型 | 说明 |
@@ -31,6 +35,8 @@
## `Index_RepurchaseStockNum(index_id, end_t, rtype, stype)`
声明:function
获得指定日指数成分股发生回购的家数
| 参数 | 类型 | 说明 |
@@ -44,6 +50,8 @@
## `Index_RepurchaseStockNumQJ(index_id, beg_t, end_t, rtype, stype)`
声明:function
获得区间指数成分股发生回购的家数
| 参数 | 类型 | 说明 |