From 5c647235aa51885e916728d78e57a4e4abadd73f Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Mon, 6 Jul 2026 16:28:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(todo):=20#25=20=E6=96=B9=E6=A1=88=20propo?= =?UTF-8?q?se/approve=20+=20#32=20fallback=20=E7=99=BB=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_013nMthbVEmQquxBRKb9Fj8u --- .wrangler/cache/pages.json | 4 ++++ todo/todo.html | 39 +++++++++++++++++++++++++++++++++----- todo/todo.json | 20 +++++++++++++++++-- 3 files changed, 56 insertions(+), 7 deletions(-) create mode 100644 .wrangler/cache/pages.json diff --git a/.wrangler/cache/pages.json b/.wrangler/cache/pages.json new file mode 100644 index 0000000..333ff44 --- /dev/null +++ b/.wrangler/cache/pages.json @@ -0,0 +1,4 @@ +{ + "account_id": "e585821c881c4cd23bc2530986edea9e", + "project_name": "pangolin-site" +} \ No newline at end of file diff --git a/todo/todo.html b/todo/todo.html index 7360431..23d5d63 100644 --- a/todo/todo.html +++ b/todo/todo.html @@ -253,12 +253,12 @@ ul.todo-list { list-style: none; margin: 0; padding: 0; }

feature+windows — 项目 TODO

-
生成于 2026-06-30 · 真相源 todo/todo.json
+
生成于 2026-07-01 · 真相源 todo/todo.json
-
16全部
+
17全部
8待开始
0开发中
-
0待验收
+
1待验收
8已验收
@@ -563,12 +563,41 @@ ul.todo-list { list-style: none; margin: 0; padding: 0; }
- 🔍 待验收 0 + 🔍 待验收 1 ▴ 收起
    -

    暂无条目

    + +
  • +
    + #18 + 看门狗后台唤醒误判节点死→假重连 +
    + 待验收 + 重要 + 三级 + + +
    +
    + +
    app/Mac 后台或睡眠一段时间再打开,连通看门狗路径A(urltest stale)用墙上时钟算陈旧度,_lastUrltestOk 在挂起期冻住→唤醒时误判>45s→_onNodeUnhealthy 触发 disconnect+connect 假重连(智能模式还自动切节点),但隧道没掉。修:_onStats 记 _lastStatsAt,路径A 仅在 stats 仍在流但 urltest 停更时才判死;stats 整体停(挂起)则跳过。connection_provider.dart 一处。
    + + + +
diff --git a/todo/todo.json b/todo/todo.json index c5550f1..35ff91f 100644 --- a/todo/todo.json +++ b/todo/todo.json @@ -1,9 +1,9 @@ { "meta": { "title": "feature+windows — 项目 TODO", - "updated_at": "2026-06-30T14:47:39.344Z" + "updated_at": "2026-06-30T23:10:43.458Z" }, - "seq": 17, + "seq": 18, "items": [ { "id": 1, @@ -254,6 +254,22 @@ "done": false, "completed_at": null, "version": null + }, + { + "id": 18, + "title": "看门狗后台唤醒误判节点死→假重连", + "desc": "app/Mac 后台或睡眠一段时间再打开,连通看门狗路径A(urltest stale)用墙上时钟算陈旧度,_lastUrltestOk 在挂起期冻住→唤醒时误判>45s→_onNodeUnhealthy 触发 disconnect+connect 假重连(智能模式还自动切节点),但隧道没掉。修:_onStats 记 _lastStatsAt,路径A 仅在 stats 仍在流但 urltest 停更时才判死;stats 整体停(挂起)则跳过。connection_provider.dart 一处。", + "level": "mid", + "tier": 3, + "tags": [ + "mac", + "前端" + ], + "status": "done", + "created_at": "2026-06-30T23:00:25.193Z", + "done": false, + "completed_at": null, + "version": null } ] }