♻️ refactor(tsl): rebuild codegen taxonomy

Move generated builtin and dotnet function docs into the upgraded taxonomy, remove legacy route pages, and regenerate function_index.tsv from markdown headings.
This commit is contained in:
csh
2026-07-07 16:36:08 +08:00
parent 54c1c11e77
commit b6160676b4
763 changed files with 179921 additions and 154583 deletions
@@ -0,0 +1,35 @@
# 财务基本面 / 期权对比
### `optionLastDate(index_id, end_t)`
期权-最新数据日(同品种和日期相关)
| 参数 | 类型 | 说明 |
| ---------- | -------- | ------------- |
| `index_id` | string | 指数,期权品种 |
| `end_t` | datetime | 日期,截止日期 |
返回:datetime
### `optionsBaseinfo(bk_name, end_t)`
期权板块基本信息
| 参数 | 类型 | 说明 |
| --------- | -------- | ------------------- |
| `bk_name` | string | 用户自定义,期权板块 |
| `end_t` | datetime | 日期,截止日期 |
返回:bool
### `optionsDtList(beg_t, end_t, show_type)`
最活跃和持仓最大标的券合约情况
| 参数 | 类型 | 说明 |
| ----------- | -------- | ------------------- |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `show_type` | any | 用户自定义,显示类型 |
返回:bool