From d0f91faec42459a1ba9aee851a5af5fdc8f5e000 Mon Sep 17 00:00:00 2001 From: shy3130 Date: Sun, 23 Aug 2026 12:36:02 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BB=93=E5=BA=93=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BA=20tick-stock-panel=20(GitHub=20?= =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- docs/deployment.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 91126cc..0da5d4f 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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) 提供数据服务,使用前请遵守其服务条款 diff --git a/docs/deployment.md b/docs/deployment.md index af16e40..4ca16bf 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -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 ```