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
-18
View File
@@ -1,18 +0,0 @@
# 运行时
函数数:386
| 叶子 | 文件 | 函数数 |
| --- | --- | ---: |
| 运行时 / 数组 | [运行时 / 数组](array.md) | 67 |
| 运行时 / 数据库事务 | [运行时 / 数据库事务](db_transaction.md) | 3 |
| 运行时 / 编码与压缩 | [运行时 / 编码与压缩](encoding_compress.md) | 15 |
| 运行时 / 文件与目录 | [运行时 / 文件与目录](file_dir.md) | 26 |
| 运行时 / 通用 | [运行时 / 通用](general.md) | 30 |
| 运行时 / INI配置 | [运行时 / INI配置](ini_config.md) | 24 |
| 运行时 / 数学与统计 | [运行时 / 数学与统计](math_stats.md) | 127 |
| 运行时 / 其他 | [运行时 / 其他](misc.md) | 2 |
| 运行时 / 网络与HTTP | [运行时 / 网络与HTTP](network_http.md) | 17 |
| 运行时 / 字符串 | [运行时 / 字符串](string.md) | 42 |
| 运行时 / 系统与进程 | [运行时 / 系统与进程](system_process.md) | 27 |
| 运行时 / 类型转换 | [运行时 / 类型转换](type_convert.md) | 6 |