mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 16:44:15 +08:00
docs: 添加连板梯队截图 + README截图改为一行两个
This commit is contained in:
@@ -34,14 +34,20 @@
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td width="33.33%" align="center"><b>看板 Dashboard</b></td>
|
||||
<td width="33.33%" align="center"><b>选股 Screener</b></td>
|
||||
<td width="33.33%" align="center"><b>回测 Backtest</b></td>
|
||||
<td width="50%" align="center"><b>看板 Dashboard</b></td>
|
||||
<td width="50%" align="center"><b>选股 Screener</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="33.33%"><img src="./docs/screenshots/dashboard.png" alt="看板页面" title="看板页面"></td>
|
||||
<td width="33.33%"><img src="./docs/screenshots/screener.png" alt="选股/策略页" title="选股/策略页"></td>
|
||||
<td width="33.33%"><img src="./docs/screenshots/backtest.png" alt="回测页" title="回测页"></td>
|
||||
<td width="50%"><img src="./docs/screenshots/dashboard.png" alt="看板页面" title="看板页面"></td>
|
||||
<td width="50%"><img src="./docs/screenshots/screener.png" alt="选股/策略页" title="选股/策略页"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%" align="center"><b>回测 Backtest</b></td>
|
||||
<td width="50%" align="center"><b>连板梯队 Limit Ladder</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%"><img src="./docs/screenshots/backtest.png" alt="回测页" title="回测页"></td>
|
||||
<td width="50%"><img src="./docs/screenshots/limit-ladder.png" alt="连板梯队页" title="连板梯队页"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "tf-stock-panel-backend"
|
||||
version = "0.1.23"
|
||||
version = "0.1.24"
|
||||
description = "A 股选股 + 监控 + 回测面板 — TickFlow 适配"
|
||||
readme = "../README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 419 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "tf-stock-panel-frontend",
|
||||
"private": true,
|
||||
"version": "0.1.23",
|
||||
"version": "0.1.24",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user