📦 deps(tsl): sync tsl-playbook from a71480a4

Source-Commit: a71480a4ae
This commit is contained in:
ci[bot]
2026-08-12 08:38:08 +08:00
parent 683f83d17c
commit 670ba950a6
1496 changed files with 292667 additions and 220122 deletions
@@ -0,0 +1,20 @@
# 金融 / 宏观 / 基本信息
## `cu_chinaCode()`
声明:function
返回宏观代码"SS.000001"
<!-- tags: 金融 宏观 基本信息 返回 获取 SS -->
返回:string
### 示例
范例01:结果:SS.000001
```tsl
return CU_ChinaCode();
// 输出:SS.000001
```