From ed22965d182581a3d8bc5a30cb5377366401d1c5 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sun, 28 Jun 2026 19:28:08 +0800 Subject: [PATCH] =?UTF-8?q?chore(todo):=20=E5=90=88=E5=B9=B6=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=20main=20=E7=9A=84=202=20=E4=B8=AA=20open=20=E5=BE=85?= =?UTF-8?q?=E5=8A=9E(golden=20=E6=B8=85=E7=90=86=20+=20=E5=8D=8F=E8=AE=AE?= =?UTF-8?q?=E9=80=89=E6=8B=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- todo/todo.html | 64 +++++++++++++++++++++++++++++++++++++++++++++++--- todo/todo.json | 35 +++++++++++++++++++++++++-- 2 files changed, 94 insertions(+), 5 deletions(-) diff --git a/todo/todo.html b/todo/todo.html index 8389c88..1830757 100644 --- a/todo/todo.html +++ b/todo/todo.html @@ -254,8 +254,8 @@ ul.todo-list { list-style: none; margin: 0; padding: 0; }

feature+windows — 项目 TODO

生成于 2026-06-28 · 真相源 todo/todo.json
-
10全部
-
7待开始
+
12全部
+
9待开始
0开发中
3待验收
0已验收
@@ -301,7 +301,7 @@ ul.todo-list { list-style: none; margin: 0; padding: 0; }
- 📋 待开始 7 + 📋 待开始 9 ▴ 收起
@@ -452,6 +452,35 @@ ul.todo-list { list-style: none; margin: 0; padding: 0; }
+
  • +
    + 协议选择(REALITY/Hysteria2/自动)端到端 +
    + 待开始 + 重要 + 一级 + + +
    +
    + +
    让用户选数据面隧道协议:auto(服务端自决)/reality(TCP443隐蔽)/hysteria2(UDP443弱网更快)。客户端 settings 加 ProtocolChoice 枚举+持久化+三段选择器、connect 时下发。关键:protocol 必须走 query(?protocol=)不走 body(与 split_cn 一致,nodes.go:183),旧 WIP 误移 body 会破坏分流。服务端 nodes.go connect 读 query + clientconfig BuildClientConfig 按 proto 渲染。(从本地 main todo 合并而来)
    + + + +
  • +
  • 统计重设计的设备下拉,先只挂「全部」上线;每设备归因打通后,把下拉填上「全部 + 近30天用过的设备名」,选设备走 /v1/usage/devices 过滤。依赖每设备归因 TODO。
  • + + + +
  • +
    + 清理旧命名 tablet golden 孤儿文件 +
    + 待开始 + 一般 / 优化 + 三级 + + +
    +
    + +
    client/test/golden/goldens/ 下未被引用的 tablet_connect.png/tablet_connect_dark.png/tablet_servers.png/tablet_stats.png/tablet_account.png(旧命名,已被 _light_/_dark_zh 矩阵取代),git rm 清掉。(从本地 main todo 合并而来)
    + +