feat(tsl-api-reference): expand and reorganize api catalog

Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references.

Keep the existing generated index without rebuilding after signature normalization.
This commit is contained in:
csh
2026-08-10 18:26:24 +08:00
parent 2938300acb
commit 9010829c6d
1186 changed files with 243901 additions and 219769 deletions
@@ -0,0 +1,22 @@
# 金融 / 技术分析
## `alpha101_test(bk_name, end_t)`
声明:function
101Alpha整体测试
| 参数 | 类型 | 说明 |
| --------- | -------- | ---------------- |
| `bk_name` | string | 字符串。板块名称 |
| `end_t` | datetime | 日期。截止日 |
返回:array
### 示例
范例01:调用 Alpha101_Test
```tsl
return Alpha101_Test('申万非银金融', 20201231T);
```