From 83a6acd1e5254de67b2fe936a45198bd54ebc443 Mon Sep 17 00:00:00 2001 From: ddshi <8811906+ddshi@user.noreply.gitee.com> Date: Tue, 3 Feb 2026 13:20:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E6=8F=90=E9=86=92?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=98=BE=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复提醒分组逻辑,精确判断过期时间 - 优化 checkbox 交互和状态保存 - 添加归档页和设置页入口 - 修复后端 is_completed 字段验证 --- .claude/settings.local.json | 4 +++- client | 2 +- server | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 02d9d16..d1e66ed 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -81,7 +81,9 @@ "mcp__ide__getDiagnostics", "Bash(npm ls:*)", "Bash(npm i:*)", - "Bash(tasklist:*)" + "Bash(tasklist:*)", + "Bash(wmic:*)", + "mcp__playwright__browser_network_requests" ] } } diff --git a/client b/client index 250c05e..9e4b402 160000 --- a/client +++ b/client @@ -1 +1 @@ -Subproject commit 250c05e85e620cae63b73cc522a3aa8dc0db8321 +Subproject commit 9e4b4022bd5526783b573824eba34901a9588853 diff --git a/server b/server index 2c258e4..a358f64 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 2c258e4a0c3ebe8cc263c4b153b043fc171cbe26 +Subproject commit a358f64a3c02463b758ca7c27b7879261d8d660d