📝 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:
csh
2026-07-07 16:47:03 +08:00
parent bbf6977f57
commit c0bf0358e0
278 changed files with 45212 additions and 35782 deletions
@@ -1,6 +1,6 @@
# 数据仓库 / 时间相关函数
### `firstDay(stock_id)`
## `firstDay(stock_id)`
时间相关函数相关函数。
@@ -10,14 +10,14 @@
返回:datetime
#### 示例
### 示例
```tsl
setsysparam(pn_stock(),'SZ000002');
Return firstday();//33240(1991-01-02);
```
### `lastDay(stock_id)`
## `lastDay(stock_id)`
时间相关函数相关函数。
@@ -27,7 +27,7 @@ Return firstday();//33240(1991-01-02);
返回:datetime
#### 示例
### 示例
```tsl
setsysparam(pn_stock(),'SZ000002');