Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ repos:
- id: trailing-whitespace # 删除行尾空格
- id: end-of-file-fixer # 确保文件以换行符结束
- id: check-yaml # 检查 YAML 语法
args: ['--unsafe']
- id: check-added-large-files # 防止提交大文件
args: ['--maxkb=1000']
- id: check-merge-conflict # 检查合并冲突标记
Expand Down
6 changes: 2 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: material.extensions.emoji.twemoji
emoji_generator: material.extensions.emoji.to_svg
emoji_index: "material.extensions.emoji.twemoji"
emoji_generator: "material.extensions.emoji.to_svg"
- attr_list
- md_in_html
- tables
Expand All @@ -82,8 +82,6 @@ nav:
- MCP 客户端集成: guides/mcp-integration.md
- 交易工具: guides/trading-tools.md
- 账户管理: guides/account-management.md
- 市场数据: guides/market-data.md
- 常见用例: guides/use-cases.md
- API 参考:
- 工具列表: api/tools-reference.md
- 返回格式: api/response-format.md
Expand Down