✨ 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:
@@ -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
|
||||
Reference in New Issue
Block a user