fix(config): rename config example to .jsonc and update all references

This commit is contained in:
d0lwl0b
2025-10-31 11:51:17 +08:00
parent 8f312430c2
commit a3634693f3
8 changed files with 109 additions and 13 deletions

View File

@@ -248,7 +248,7 @@ Docker会自动处理所有依赖Go、Node.js、TA-Lib和环境配置
#### 步骤1准备配置文件
```bash
# 复制配置文件模板
cp config.json.example config.json
cp config.example.jsonc config.json
# 编辑并填入你的API密钥
nano config.json # 或使用其他编辑器
@@ -385,7 +385,7 @@ cd ..
**步骤1**复制并重命名示例配置文件
```bash
cp config.json.example config.json
cp config.example.jsonc config.json
```
**步骤2**编辑`config.json`填入您的API密钥