📝 docs(tsl): sync api skill with corrected codegen

Mirror docs/tsl/codegen into the bundled tsl-api-reference skill and rebuild the function index.

Remove invalid duplicate API entries for cb_delistedbydate, createhttpsession, exportJsonString, and Anova_Bartlett so exact lookup returns the canonical entries.
This commit is contained in:
csh
2026-07-07 16:47:03 +08:00
parent bbf6977f57
commit c0bf0358e0
278 changed files with 45212 additions and 35782 deletions
@@ -1,18 +1,18 @@
# 文档处理 / 其他
### `createCaptchaImage(word, _type, param)`
## `createCaptchaImage(word, _type, param)`
用以创建一个验证码图片。
| 参数 | 类型 | 说明 |
| ------- | ------ | --------------------------------------------------------------------------- |
| `word` | string | 用以生成图像的字符串,最大128个字节,最小1个字节的ASCII字符串,不能使用汉字 |
| `_type` | string | 图像格式,’jpg,gif,png,bmp |
| `_type` | string | 图像格式,’jpg,gif,png,bmp |
| `param` | int | 图像参数,如不指定本参数,则使用下表中的缺省值 |
返回:string
### `excelTemplate(data, template, file_name)`
## `excelTemplate(data, template, file_name)`
执行与Word模板类似的Excel模板。
@@ -24,7 +24,7 @@
返回:bool
### `fileToPdf(doc_name, pdf_name)`
## `fileToPdf(doc_name, pdf_name)`
把WORD文档转换成为PDF文件。需要安装Word和Acrobat Distiller。
@@ -35,7 +35,7 @@
返回:bool
### `wordTemplate(data, template, file_name)`
## `wordTemplate(data, template, file_name)`
执行Word模板。