From 25bdc83c93701b42833255ca4e7fceddc83bd3a0 Mon Sep 17 00:00:00 2001 From: Joywayer Date: Mon, 3 Aug 2026 11:12:17 +0800 Subject: [PATCH] =?UTF-8?q?docs(plan):=20Task2=20Step6=20=E7=9A=84=20git?= =?UTF-8?q?=20add=20=E8=A1=A5=E4=B8=8A=20player=5Fstats.gd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 预检时新增的 Step 0(PlayerStats 通用访问器)改了该文件,但当时没同步更新 Step 6 的提交命令。实现者发现并正确地把它纳入提交。 --- docs_dev/plans/2026-07-31-shelf-c-attribute-shop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_dev/plans/2026-07-31-shelf-c-attribute-shop.md b/docs_dev/plans/2026-07-31-shelf-c-attribute-shop.md index 83689c4..371721b 100644 --- a/docs_dev/plans/2026-07-31-shelf-c-attribute-shop.md +++ b/docs_dev/plans/2026-07-31-shelf-c-attribute-shop.md @@ -423,7 +423,7 @@ Expected: `FAILS=0 []` - [ ] **Step 6: 提交** ```bash -git add data/attributes.json scripts/autoloads/shop_manager.gd +git add scripts/autoloads/player_stats.gd data/attributes.json scripts/autoloads/shop_manager.gd git commit -F- <<'EOF' feat(shop): 货架 C 状态与购买——shop 段驱动可售集合,唯一写入点重建加成