feat(tsl-api-reference): index class and unit APIs

Migrate reference pages to declaration-line storage and rebuild the
13-column index.

Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
csh
2026-07-29 15:47:46 +08:00
parent 9edc8fc868
commit 13be5ea0aa
239 changed files with 39157 additions and 12846 deletions
@@ -2,6 +2,8 @@
## `createCaptchaImage(word, _type, param)`
声明:function
用以创建一个验证码图片。
| 参数 | 类型 | 说明 |
@@ -14,6 +16,8 @@
## `excelTemplate(data, template, file_name)`
声明:function
执行与Word模板类似的Excel模板。
| 参数 | 类型 | 说明 |
@@ -26,6 +30,8 @@
## `fileToPdf(doc_name, pdf_name)`
声明:function
把WORD文档转换成为PDF文件。需要安装Word和Acrobat Distiller。
| 参数 | 类型 | 说明 |
@@ -37,6 +43,8 @@
## `wordTemplate(data, template, file_name)`
声明:function
执行Word模板。
| 参数 | 类型 | 说明 |