docs: 仓库地址更新为 tick-stock-panel (GitHub 重命名)

This commit is contained in:
shy3130
2026-08-23 12:36:02 +08:00
parent dcb5814acf
commit d0f91faec4
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
由于刚开源近期更新频繁,推荐开发模式运行,可随时 `git pull` 同步最新代码。
```bash
git clone https://github.com/shy3130/tickflow-stock-panel.git
cd tickflow-stock-panel
git clone https://github.com/shy3130/tick-stock-panel.git
cd tick-stock-panel
cp .env.example .env # 按需填 TICKFLOW_API_KEY(留空 = None 模式)
./dev.sh # Windows: .\dev.ps1
```