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 @@
## `bkValueFlowAnalysis(bk_name, beg_t, end_t, beg_t2, end_t2, seprate_by, standard_by, low_value, high_value, step_value)`
声明:function
返回指定板块一段时间以来市值在不同证券品种间的流向及同比。
| 参数 | 类型 | 说明 |
@@ -21,6 +23,8 @@
## `marketTypeCapitalFlowAnalysis(bk_name, beg_t, end_t, beg_t2, end_t2)`
声明:function
返回指定板块一段时间以来资金在不同证券品种间的流向及同比。
| 参数 | 类型 | 说明 |
@@ -35,6 +39,8 @@
## `StocksClose(stock_arr, end_t, right_type)`
声明:function
板块指定日市值(修正),单位:万。计算过程中,会自动剔除EndT时点未上市的个股。
| 参数 | 类型 | 说明 |
@@ -47,6 +53,8 @@
## `Stocks_Close(bk_name, beg_t, end_t, standard_by, sort_order, n)`
声明:function
返回指定板块指定日股价排名数据。
| 参数 | 类型 | 说明 |
@@ -62,6 +70,8 @@
## `Stocks_CloseLtIssuePrice(bk_name, beg_t, end_t)`
声明:function
返回指定板块指定区间跌破发行价的情况。 (1)区间内股价曾经低于发行价格 (2)取复权后的数据(上市日为复权基准日)
| 参数 | 类型 | 说明 |
@@ -74,6 +84,8 @@
## `Stocks_HistLow(bk_name, beg_t, end_t, n)`
声明:function
返回指定板块指定区间创新低数据。
| 参数 | 类型 | 说明 |
@@ -87,6 +99,8 @@
## `Stocks_PB(bk_name, end_t, sample_select, sort_by, sort_order, n)`
声明:function
返回指定板块指定日指定字段排名的市净率数据。
| 参数 | 类型 | 说明 |
@@ -102,6 +116,8 @@
## `Stocks_Vol(bk_name, beg_t, end_t, sort_order, n)`
声明:function
返回指定板块指定区间成交量排名数据。
| 参数 | 类型 | 说明 |