mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-02 18:41:01 +08:00
问题:
- Go 语言不识别中文双引号 ""
- 导致编译失败:syntax error: unexpected name
修复:
- 将所有中文双引号 "" 替换为英文单引号 ''
- 影响行:287, 365-369
错误示例:
- 错误:"趋势市场"
- 正确:'趋势市场'
🤖 Generated with Claude Code