feat(tsl-api-reference): expand API and module coverage

This commit is contained in:
csh
2026-08-14 17:12:55 +08:00
parent 8f1056130d
commit 3d3036ebe1
571 changed files with 47842 additions and 14458 deletions
@@ -14,6 +14,28 @@
返回:array
## `bk_fundthemename(bk_name)`
声明:function
返回指定基金板块内各基金的代码、名称与主题
<!-- tags: 金融 基金 基本情况 板块 主题 基金列表 查询 -->
| 参数 | 类型 | 说明 |
| --------- | ------ | ------------ |
| `bk_name` | string | 基金板块名称 |
返回:array
### 示例
范例01:查询开放式基金板块的基金主题
```tsl
return bk_fundthemename("开放式基金");
```
## `fundallcompanylist()`
声明:function