🎨 style(markdown): format all markdown files with prettier
- 使用 prettier 格式化所有 markdown 文件 - prose-wrap: always, print-width: 80 - 保持代码块和表格格式 - 提升可读性和一致性 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
定位与边界:
|
||||
|
||||
- 本手册关注:语法结构、关键字、语言机制(函数/控制流/unit/class/异常/矩阵/TS-SQL/集合等)。
|
||||
- 本手册不覆盖:数学/统计教程等教学内容;函数库的详细 API 说明集中在 [函数参考](function/index.md)。
|
||||
- 代码风格与命名属于工程规范:见 `docs/tsl/code_style.md`、`docs/tsl/naming.md`。
|
||||
- 本手册不覆盖:数学/统计教程等教学内容;函数库的详细 API 说明集中在
|
||||
[函数参考](function/index.md)。
|
||||
- 代码风格与命名属于工程规范:见
|
||||
`docs/tsl/code_style.md`、`docs/tsl/naming.md`。
|
||||
- 函数参考已拆分为42个模块化文件,建议使用索引导航或全局搜索查找特定函数。
|
||||
|
||||
## 目录
|
||||
|
||||
Reference in New Issue
Block a user