From 792b10bd3472548608fdcb951ab3b876a50673f4 Mon Sep 17 00:00:00 2001 From: pigeon Date: Sun, 7 Jun 2026 15:52:45 +0800 Subject: [PATCH] =?UTF-8?q?docs(plan):=20=E6=A0=87=E8=AE=B0=20Task=2010=20?= =?UTF-8?q?(Nacos=20=E7=A4=BE=E4=BA=A4=E7=99=BB=E5=BD=95=E9=85=8D=E7=BD=AE?= =?UTF-8?q?)=20=E5=B7=B2=E5=AE=8C=E6=88=90=20(commit=202249b36)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plans/2026-06-07-multi-login-social-login-plan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/superpowers/plans/2026-06-07-multi-login-social-login-plan.md b/superpowers/plans/2026-06-07-multi-login-social-login-plan.md index ffc958a..16d09af 100644 --- a/superpowers/plans/2026-06-07-multi-login-social-login-plan.md +++ b/superpowers/plans/2026-06-07-multi-login-social-login-plan.md @@ -1409,9 +1409,9 @@ git commit -m "feat(oauth2): 注册新的登录方式到认证服务器 **Files:** - Modify: `docs/backend/config-templates/nacos/rui-service-auth.yaml`(或对应配置文件) -- [ ] **Step 1: 添加社交登录配置** +- [x] **Step 1: 添加社交登录配置** -在配置文件中添加: +> **实际执行说明 (2026-06-07)**:plan 写的是 `rui-service-auth.yaml`,实际 Nacos 配置名为 `rui-auth.yaml`。配置内容按 plan 执行。 ```yaml social: @@ -1424,7 +1424,7 @@ social: public-key: ${ALIPAY_PUBLIC_KEY:} ``` -- [ ] **Step 2: Commit** +- [x] **Step 2: Commit** ```bash git add docs/backend/config-templates/nacos/rui-service-auth.yaml