📝 docs(markdown): format tracked markdown and drop stale templates

This commit is contained in:
csh
2026-05-18 16:06:21 +08:00
parent 2325409f53
commit c1702a667a
16 changed files with 184 additions and 421 deletions
+12 -12
View File
@@ -11,18 +11,18 @@
## 模块目录
| 模块 | 分类页 | 范围 | 函数数 |
| --- | --- | --- | --- |
| 基础函数 | [base.md](base.md) | 字符串、数组、日期时间、类型转换与常用基础能力 | 574 |
| 数学函数 | [math.md](math.md) | 数值计算、统计分析、矩阵处理与数学算法 | 518 |
| 系统相关函数 | [system.md](system.md) | 数据类型、表达式调用、性能与运行时能力 | 57 |
| 资源访问函数 | [resource.md](resource.md) | 文件、数据库、网络与外部资源访问 | 136 |
| 平台函数 | [platform.md](platform.md) | 平台相关功能与系统接口 | 19 |
| 客户端函数 | [client.md](client.md) | 客户端交互、界面控制与前端协作能力 | 19 |
| 图形函数 | [graphics.md](graphics.md) | 图表、绘图与可视化相关函数 | 27 |
| 压缩和解压函数 | [compression.md](compression.md) | 压缩、解压与归档能力 | 5 |
| 信息摘要及编码 | [digest_encoding.md](digest_encoding.md) | 哈希、摘要、编码与转换能力 | 7 |
| 第三方交互函数 | [third_party.md](third_party.md) | 第三方库与外部程序交互能力 | 8 |
| 模块 | 分类页 | 范围 | 函数数 |
| -------------- | ---------------------------------------- | ---------------------------------------------- | ------ |
| 基础函数 | [base.md](base.md) | 字符串、数组、日期时间、类型转换与常用基础能力 | 574 |
| 数学函数 | [math.md](math.md) | 数值计算、统计分析、矩阵处理与数学算法 | 518 |
| 系统相关函数 | [system.md](system.md) | 数据类型、表达式调用、性能与运行时能力 | 57 |
| 资源访问函数 | [resource.md](resource.md) | 文件、数据库、网络与外部资源访问 | 136 |
| 平台函数 | [platform.md](platform.md) | 平台相关功能与系统接口 | 19 |
| 客户端函数 | [client.md](client.md) | 客户端交互、界面控制与前端协作能力 | 19 |
| 图形函数 | [graphics.md](graphics.md) | 图表、绘图与可视化相关函数 | 27 |
| 压缩和解压函数 | [compression.md](compression.md) | 压缩、解压与归档能力 | 5 |
| 信息摘要及编码 | [digest_encoding.md](digest_encoding.md) | 哈希、摘要、编码与转换能力 | 7 |
| 第三方交互函数 | [third_party.md](third_party.md) | 第三方库与外部程序交互能力 | 8 |
## 说明
+7 -7
View File
@@ -25,10 +25,10 @@
## 按任务跳转
| 当前任务 | 先读哪里 |
| --- | --- |
| 查函数库入口 | [catalog/index.md](catalog/index.md) |
| 直接按模块查函数 | [catalog/index.md](catalog/index.md) |
| 回到语法层 | [../syntax/index.md](../syntax/index.md) |
| 回到金融层 | [../finance/index.md](../finance/index.md) |
| 回到模块层 | [../modules/index.md](../modules/index.md) |
| 当前任务 | 先读哪里 |
| ---------------- | ------------------------------------------ |
| 查函数库入口 | [catalog/index.md](catalog/index.md) |
| 直接按模块查函数 | [catalog/index.md](catalog/index.md) |
| 回到语法层 | [../syntax/index.md](../syntax/index.md) |
| 回到金融层 | [../finance/index.md](../finance/index.md) |
| 回到模块层 | [../modules/index.md](../modules/index.md) |