feat(auth): 添加 SECTL Auth OAuth 登录功能

- 新增 OAuth 登录组件和回调页面
- 集成 Tauri 深度链接插件处理 OAuth 回调
- 添加账户设置页面显示登录信息
- 更新 CI 配置添加 OAuth 环境变量
- 扩展 API 接口支持 OAuth 相关操作
- 添加国际化支持
This commit is contained in:
Yukino_fox
2026-03-29 19:30:27 +08:00
parent 3f3bfbf284
commit 7a59572f11
33 changed files with 8477 additions and 200 deletions
+2
View File
@@ -20,7 +20,9 @@
"@ant-design/icons": "^6.1.0",
"@react-awesome-query-builder/antd": "6.7.0-alpha.0",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-shell": "^2.3.5",
"antd": "^6.3.1",
"appwrite": "^24.0.0",
"dayjs": "^1.11.20",
"i18next": "^25.8.14",
"json-rules-engine": "^7.3.1",