From fae7b3da82040307a396d846abc5604ec037cd7c Mon Sep 17 00:00:00 2001 From: joywayer Date: Mon, 22 Jun 2026 07:59:17 +0800 Subject: [PATCH] =?UTF-8?q?CLAUDE.md=EF=BC=9A=E6=96=B0=E5=A2=9E=E7=AC=AC?= =?UTF-8?q?=202=20=E4=B8=AA=E5=85=B8=E5=9E=8B=E6=A1=88=E4=BE=8B=E3=80=8CH5?= =?UTF-8?q?=20=E4=B8=8E=E5=8E=9F=E7=94=9F=E9=80=9A=E8=AE=AF=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E7=9A=84=E7=9C=9F=E5=AE=9E=E8=B7=AF=E5=BE=84=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 补在 LaunchScreen 案例后,记录本轮发现: - 症状:基于 Contract §附录 A 实现 window.settings.getXxx() polyfill 后 H5 行为不对,user 反馈"读不到数据" - 错误做法:把附录 A 9 项 getter 实现为 polyfill,认为是 H5 主路径 - 原项目真相:grep "var app_" 在 daoqi/msext NewRootVC.m:1204 / gameController.m:2160 / AppDelegate.m:259,发现 H5 主路径是写 .js 文件 +