diff --git a/README.md b/README.md
index 543d3cc..001c5c7 100644
--- a/README.md
+++ b/README.md
@@ -34,14 +34,20 @@
- | 看板 Dashboard |
- 选股 Screener |
- 回测 Backtest |
+ 看板 Dashboard |
+ 选股 Screener |
-  |
-  |
-  |
+  |
+  |
+
+
+ | 回测 Backtest |
+ 连板梯队 Limit Ladder |
+
+
+  |
+  |
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index 1486442..a313a02 100644
--- a/backend/pyproject.toml
+++ b/backend/pyproject.toml
@@ -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"
diff --git a/docs/screenshots/limit-ladder.png b/docs/screenshots/limit-ladder.png
new file mode 100644
index 0000000..41dde97
Binary files /dev/null and b/docs/screenshots/limit-ladder.png differ
diff --git a/frontend/package.json b/frontend/package.json
index cc30b99..a95d7aa 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,7 +1,7 @@
{
"name": "tf-stock-panel-frontend",
"private": true,
- "version": "0.1.23",
+ "version": "0.1.24",
"type": "module",
"scripts": {
"dev": "vite",