📝 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:
@@ -1,6 +1,6 @@
|
||||
# 文档处理 / 图片导出
|
||||
|
||||
### `wgBitmaptojpg(bitmap)`
|
||||
## `wg_bitmaptojpg(bitmap)`
|
||||
|
||||
将格式为Bitmap的图形码转化为Jpeg图形格式编码。本地执行函数。 PS:转化后图片大小会变小,也就意味着,Bitmap格式输出的图片要高清一些。
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
返回:binary
|
||||
|
||||
### `wgCreatebitmap(width, height)`
|
||||
## `wg_createbitmap(width, height)`
|
||||
|
||||
设置图片大小,本地执行函数,结合函数wg_drawgraph一起使用。本地执行函数。
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
返回:binary
|
||||
|
||||
### `wgDrawgraph(graph_data, config_data, bitmap)`
|
||||
## `wg_drawgraph(graph_data, config_data, bitmap)`
|
||||
|
||||
将天软技术图形生成bitmap图形。本地执行函数。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user