docs(plan): 标记 Task 10 (Nacos 社交登录配置) 已完成 (commit 2249b36)

This commit is contained in:
2026-06-07 15:52:45 +08:00
parent 2249b3649a
commit 792b10bd34
@@ -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