From 476201abed1e7e8858d0aa301e8b542ab3e09898 Mon Sep 17 00:00:00 2001 From: fish Date: Tue, 7 Jul 2026 21:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E9=A1=B9=E7=9B=AE=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E4=B8=8E=E8=AE=B8=E5=8F=AF=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local/LICENSE | 21 --------------------- local/README.md | 16 ---------------- serve/LICENSE | 21 --------------------- serve/README.md | 14 -------------- 4 files changed, 72 deletions(-) delete mode 100644 local/LICENSE delete mode 100644 serve/LICENSE diff --git a/local/LICENSE b/local/LICENSE deleted file mode 100644 index 6d33010..0000000 --- a/local/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2026 tickflow-stock-panel contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/local/README.md b/local/README.md index adde58b..e3b25c7 100644 --- a/local/README.md +++ b/local/README.md @@ -332,19 +332,3 @@ SYNC_KEY=your-shared-secret - [docs/strategy-guide.md](./docs/strategy-guide.md) —— 策略开发指南(AI 生成与手写规范) - [docs/](./docs) —— 策略构建步骤、示例 - -欢迎 Issue 和 PR。新增内置策略:在 `backend/app/strategy/builtin/` 参照现有文件实现 `StrategyDef`,引擎自动发现。 - ---- - -## ⚠️ 免责声明 - -本项目仅供**学习与量化研究**,**不构成任何投资建议**。回测结果不代表未来收益。A 股有风险,入市需谨慎。数据准确性以数据源 TickFlow 官方为准。 - -## 📄 License - -[MIT](./LICENSE) © tickflow-stock-panel contributors · 本项目依赖 [TickFlow](https://tickflow.org/auth/register?ref=V3KDKGXPEA) 提供数据服务,使用前请遵守其服务条款。 - -## 社区 - -本开源项目已链接并认可 [LINUX DO 社区](https://linux.do)。 diff --git a/serve/LICENSE b/serve/LICENSE deleted file mode 100644 index 6d33010..0000000 --- a/serve/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2026 tickflow-stock-panel contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/serve/README.md b/serve/README.md index 1e266c7..fb2adc1 100644 --- a/serve/README.md +++ b/serve/README.md @@ -214,17 +214,3 @@ DATA_DIR=./data - **local/**:功能核心,承担所有计算、实时行情、回测、监控 - **serve/**:数据落地与轻量展示,不承担计算,不直接调用 TickFlow 高配额接口 - ---- - -## ⚠️ 免责声明 - -本项目仅供**学习与量化研究**,**不构成任何投资建议**。数据准确性以数据源 TickFlow 官方及本地 `local/` 推送为准。A 股有风险,入市需谨慎。 - -## 📄 License - -[MIT](./LICENSE) © tickflow-stock-panel contributors · 本项目依赖 [TickFlow](https://tickflow.org/auth/register?ref=V3KDKGXPEA) 提供数据服务,使用前请遵守其服务条款。 - -## 社区 - -本开源项目已链接并认可 [LINUX DO 社区](https://linux.do)。