docs: config.example.jsonc替换成config.json.example

This commit is contained in:
liangjiahao
2025-11-05 09:24:38 +08:00
parent 3e91aa8176
commit 5efc9fc7c5
8 changed files with 13 additions and 13 deletions

View File

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