feat(skills): add tsl api reference skill

Bundle the TSL API index and markdown references under the skill, route TSL docs to use it, and update the codegen index generator to maintain the bundled data.
This commit is contained in:
csh
2026-07-07 16:36:15 +08:00
parent 4cd6b9410f
commit e1f7ce052c
267 changed files with 185908 additions and 11996 deletions
@@ -0,0 +1,40 @@
# 板块 / 财务数据横比
### `cwzbHx(bk_names, r_date, sample_select, eps_criterion)`
财务指标(横比)
| 参数 | 类型 | 说明 |
| --------------- | -------- | ------------------------------------- |
| `bk_names` | string | 市场和板块类型,板块名称 |
| `r_date` | datetime | 报告期类型,报告期 |
| `sample_select` | any | 用户自定义类型,样本选择,其取值如下: |
| `eps_criterion` | float | 实数类型,绩差股标准 |
返回:array
### `jynlHx(bk_names, r_date, sample_select, eps_criterion)`
经营能力(横比)
| 参数 | 类型 | 说明 |
| --------------- | -------- | ------------------------------------- |
| `bk_names` | string | 市场和板块类型,板块名称 |
| `r_date` | datetime | 报告期类型,报告期 |
| `sample_select` | any | 用户自定义类型,样本选择,其取值如下: |
| `eps_criterion` | float | 实数类型,绩差股标准 |
返回:array
### `zbjgHx(bk_names, r_date, sample_select, eps_criterion)`
资本结构(横比)
| 参数 | 类型 | 说明 |
| --------------- | -------- | ------------------------------------- |
| `bk_names` | string | 市场和板块类型,板块名称 |
| `r_date` | datetime | 报告期类型,报告期 |
| `sample_select` | any | 用户自定义类型,样本选择,其取值如下: |
| `eps_criterion` | float | 实数类型,绩差股标准 |
返回:array