File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - id : trailing-whitespace # 删除行尾空格
2121 - id : end-of-file-fixer # 确保文件以换行符结束
2222 - id : check-yaml # 检查 YAML 语法
23+ args : ['--unsafe']
2324 - id : check-added-large-files # 防止提交大文件
2425 args : ['--maxkb=1000']
2526 - id : check-merge-conflict # 检查合并冲突标记
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ markdown_extensions:
6464 - admonition
6565 - pymdownx.details
6666 - pymdownx.emoji :
67- emoji_index : material.extensions.emoji.twemoji
68- emoji_generator : material.extensions.emoji.to_svg
67+ emoji_index : " material.extensions.emoji.twemoji"
68+ emoji_generator : " material.extensions.emoji.to_svg"
6969 - attr_list
7070 - md_in_html
7171 - tables
8282 - MCP 客户端集成 : guides/mcp-integration.md
8383 - 交易工具 : guides/trading-tools.md
8484 - 账户管理 : guides/account-management.md
85- - 市场数据 : guides/market-data.md
86- - 常见用例 : guides/use-cases.md
8785 - API 参考 :
8886 - 工具列表 : api/tools-reference.md
8987 - 返回格式 : api/response-format.md
You can’t perform that action at this time.
0 commit comments