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
+3 -3
View File
@@ -3,7 +3,7 @@
# 📈 A股智能量化工作台
[![声明:个人开源](https://img.shields.io/badge/⚠️_声明-个人开源_非_TickFlow_官方项目-green?style=for-the-badge&labelColor=red)](https://github.com/shy3130/tickflow-stock-panel)
[![声明:个人开源](https://img.shields.io/badge/⚠️_声明-个人开源_非_TickFlow_官方项目-green?style=for-the-badge&labelColor=red)](https://github.com/shy3130/tick-stock-panel)
@@ -16,7 +16,7 @@
[![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://react.dev/)
[![Data: TickFlow](https://img.shields.io/badge/Data-TickFlow-00b386.svg)](https://tickflow.org/auth/register?ref=V3KDKGXPEA)
[![Deploy: Docker](https://img.shields.io/badge/Deploy-Docker-2496ed.svg)](./Dockerfile)
[![GitHub stars](https://img.shields.io/github/stars/shy3130/tickflow-stock-panel?style=social)](https://github.com/shy3130/tickflow-stock-panel/stargazers)
[![GitHub stars](https://img.shields.io/github/stars/shy3130/tick-stock-panel?style=social)](https://github.com/shy3130/tick-stock-panel/stargazers)
</div>
@@ -269,7 +269,7 @@ fork同时请点个star哦,欢迎 Issue 和 PR。
## 📄 License
[MIT](./LICENSE) © tickflow-stock-panel contributors
[MIT](./LICENSE) © tick-stock-panel contributors
本项目依赖 [TickFlow](https://tickflow.org/auth/register?ref=V3KDKGXPEA) 提供数据服务,使用前请遵守其服务条款
+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
```