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 @@
## `wg_bitmaptojpg(bitmap)`
声明:function
将格式为Bitmap的图形码转化为Jpeg图形格式编码。本地执行函数。 PS:转化后图片大小会变小,也就意味着,Bitmap格式输出的图片要高清一些。
| 参数 | 类型 | 说明 |
@@ -12,6 +14,8 @@
## `wg_createbitmap(width, height)`
声明:function
设置图片大小,本地执行函数,结合函数wg_drawgraph一起使用。本地执行函数。
| 参数 | 类型 | 说明 |
@@ -23,6 +27,8 @@
## `wg_drawgraph(graph_data, config_data, bitmap)`
声明:function
将天软技术图形生成bitmap图形。本地执行函数。
| 参数 | 类型 | 说明 |