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,34 @@
# 金融报表分析 / 04.基金 / 4.05分红
## `fund_profitDistribution()`
声明:function
返回指定基金的分红数据,与系统参数(证券代码)相关
返回:array
### 示例
范例01:返回OF340001的分红数据
```tsl
Setsysparam(pn_stock(), 'OF340001');
Return Fund_ProfitDistribution();
// 输出:OF340001的分红数据
```
## `tsWeb_fund_unitsAndHoldersDDShareSplit(fundid, begt, endt)`
声明:function
基金-份额及持有人-分红送配-份额拆分-份额拆分
| 参数 | 类型 | 说明 |
| -------- | -------- | ------------- |
| `fundid` | string | 证券,基金代码 |
| `begt` | datetime | 日期,开始日期 |
| `endt` | datetime | 日期,截止日期 |
返回:array