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,23 @@
# 数据仓库 / 通用
### `monthsBetween2(a_now, a_then)`
对月数:今天到下个月的今天(不包括)算一个完整月度,即一个对月。
| 参数 | 类型 | 说明 |
| -------- | -------- | ----- |
| `a_now` | datetime | 日期, |
| `a_then` | datetime | 日期, |
返回:float
### `yearsBetween2(a_now, a_then)`
对年数:明年的今天(不包括)算一个完整年度,即一个对年。
| 参数 | 类型 | 说明 |
| -------- | -------- | ----- |
| `a_now` | datetime | 日期, |
| `a_then` | datetime | 日期, |
返回:float