📝 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
@@ -22,8 +22,8 @@
带回车地输出字符串,如果在平台运行,会输出信息到客户端。
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| 参数 | 类型 | 说明 |
| ---- | ------ | -------------- |
| `p1` | string | string 字符串1 |
| `pn` | string | string 字符串n |
@@ -45,8 +45,8 @@ writeln("333");
输出字符串,如果在平台运行,会输出信息到客户端。
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| 参数 | 类型 | 说明 |
| ---- | ------ | -------------- |
| `p1` | string | string 字符串1 |
| `pn` | string | string 字符串n |
@@ -105,9 +105,9 @@ return;
得到指定参数的查询串的值。
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| `name` | string | 字符串类型。查询串中的变量名。 |
| 参数 | 类型 | 说明 |
| ----------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| `name` | string | 字符串类型。查询串中的变量名。 |
| `additional_info` | string | 字符串类型,返回附加信息。最常见的是当查询的Name为文件上传的ID时,函数返回文件的内容,而AdditionalInfo返回包括文件名等内容的附加信息。 |
返回:string
@@ -116,8 +116,8 @@ return;
得到查询串的值,网页多文件一次性上传可能会用多同名多个内容的情况,返回二维数组结构。
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| 参数 | 类型 | 说明 |
| ------ | ------ | -------------------------- |
| `name` | string | 字符串,查询串中的变量名。 |
返回:array
@@ -216,8 +216,8 @@ return;
返回指定名称的环境串。
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| 参数 | 类型 | 说明 |
| ---------- | ------ | ------------------------ |
| `env_name` | string | 字符串类型,环境变量名。 |
返回:string
@@ -226,8 +226,8 @@ return;
设置返回的HTTP头。
| 参数 | 类型 | 说明 |
| --- | --- | --- |
| 参数 | 类型 | 说明 |
| -------- | ------ | ------------------------------------------------ |
| `header` | string | 字符串类型,Http头,以连续两个回车换行作为结尾。 |
返回:string