From b9dc1b98041ec2a1394b3ad998249ec5d7f9b096 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 21 Apr 2026 07:00:57 +0000 Subject: [PATCH] =?UTF-8?q?sync:=20d8d-dev=20=E6=96=B0=E5=A2=9E=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E4=B8=93=E5=B1=9E=E4=BF=AE=E5=A4=8D=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=EF=BC=8C=E6=94=AF=E6=8C=81=20uni-app=20=E5=92=8C=20nextjs-i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/skills/d8d-dev/rules/auto-fix/classification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/d8d-dev/rules/auto-fix/classification.md b/.claude/skills/d8d-dev/rules/auto-fix/classification.md index c8f7368..e1b23dd 100644 --- a/.claude/skills/d8d-dev/rules/auto-fix/classification.md +++ b/.claude/skills/d8d-dev/rules/auto-fix/classification.md @@ -29,7 +29,7 @@ | 17 | uni-app | 前端代码 CSS/style 含 SVG data URI(充当图标/背景/装饰) | Bug(平台不兼容) | → 见 platforms/uni-app.md | 微信小程序不支持 SVG data URI | | 18 | uni-app | 页面同时有系统导航栏和自定义 fixed header,导致双层标题栏 | Bug(双重导航栏) | → 见 platforms/uni-app.md | 截图中顶部出现两层标题 | | 19 | uni-app | Tab 页面下拉刷新方式不一致,或使用列表级 scroll-view refresher | Bug(UX 不一致) | → 见 platforms/uni-app.md | 首页用 scroll-view refresher,其他 Tab 无刷新 | -| 20 | 通用 | API route handler 无 try-catch 包裹,导致未处理异常直接返回原始 500 且无日志 | Bug(健壮性) | AUTO-FIX | Admin 提现审批 PUT 返回 500 但状态仍更新(异常被吞) | +| 20 | 通用 | API route handler 无 try-catch 包裹,导致未处理异常直接返回原始 500 且无日志 | Bug(健壮性) | AUTO-FIX | Admin 提现审批 PUT 返回 500 但状态仍更新(异常被吞)| | 21 | uni-app | uni-app 页面使用 `onMounted` 获取数据,但该页面是 `uni.navigateBack()` 的返回目标,导致回退时数据不刷新 | Bug(数据陈旧) | → 见 platforms/uni-app.md | 提现后返回收益页余额未刷新 | | 22 | 通用 | Playwright MCP 浏览器崩溃/超时(browser_snapshot/browser_click 等操作返回错误或无响应)| 环境问题 | AUTO-RETRY | 浏览器进程崩溃、MCP 连接超时、页面 unresponsive | | 23 | uni-app | uni-app 原生组件在 H5 环境下不渲染/不可交互 | Bug(平台不兼容) | → 见 platforms/uni-app.md | H5 环境下 `` 不渲染 |