📝 docs(tsl): rebuild canonical syntax and routing manual

This commit is contained in:
csh
2026-04-22 16:59:20 +08:00
parent 3ed5052e61
commit 96b705b00b
83 changed files with 46446 additions and 323 deletions
@@ -0,0 +1,33 @@
# 信息摘要及编码
这一页只负责函数定位:先按主题找到模块,再在页内搜索函数名。
## 使用方式
- 返回总目录:[catalog/index.md](index.md)
- 需要基础语法时回到 [../../syntax/index.md](../../syntax/index.md)
- 需要金融任务组织方式时回到 [../../finance/index.md](../../finance/index.md)
## 模块范围
- 说明:哈希、摘要、编码与转换能力
- 主题数:3
- 函数数:7
## 主题目录
### 信息摘要函数
- `GetMsgDigest`
### BASE64编码
- `StrToBase64`
- `Base64ToStr`
### 进制编码函数
- `EncodeRadixstr`
- `DecodeRadixstr`
- `Decoderadixwstr`
- `Encoderadixwstr`