From eaaf923d7b61e3dc58faf810e95bd30a24176cca Mon Sep 17 00:00:00 2001 From: shy3130 Date: Sun, 28 Jun 2026 13:49:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9C=8B=E6=9D=BF=E6=98=BE?= =?UTF-8?q?=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/__init__.py | 2 +- backend/pyproject.toml | 2 +- frontend/package.json | 2 +- frontend/src/pages/Dashboard.tsx | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/app/__init__.py b/backend/app/__init__.py index 27d020f..95d1335 100644 --- a/backend/app/__init__.py +++ b/backend/app/__init__.py @@ -2,7 +2,7 @@ import sys -__version__ = "0.1.61" +__version__ = "0.1.62" # Windows 默认 stdout/stderr 编码为 GBK(cp936),TickFlow SDK 内部输出含 emoji 的 # 指数/标的名称(如 \U0001f193)时会抛 UnicodeEncodeError,导致请求失败。 diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 4bc1742..abadd5f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tickflow-stock-panel-backend" -version = "0.1.61" +version = "0.1.62" description = "A 股选股 + 监控 + 回测面板 — TickFlow 适配" readme = "../README.md" requires-python = ">=3.11" diff --git a/frontend/package.json b/frontend/package.json index ff873ea..933d837 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "tickflow-stock-panel-frontend", "private": true, - "version": "0.1.61", + "version": "0.1.62", "type": "module", "scripts": { "dev": "vite", diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx index b749bcf..3903e7d 100644 --- a/frontend/src/pages/Dashboard.tsx +++ b/frontend/src/pages/Dashboard.tsx @@ -660,7 +660,7 @@ export function Dashboard() { 涨停 / 跌停} value={<>{data.limit.limit_up}/{data.limit.limit_down}} sub={`封板率 ${(data.limit.seal_rate ?? 0).toFixed(0)}%`} /> - +
@@ -706,7 +706,7 @@ export function Dashboard() { = data.trend.new_low ? 'text-bull' : 'text-bear'} /> - +