feat: 初始化SSO登录Electron应用

- 创建Electron主进程,加载SSO登录页面
- 配置electron-builder用于打包Mac/Windows/Linux
- 添加证书忽略处理,支持自签名证书

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
empty
2025-12-19 15:21:43 +08:00
commit 0607349197
4 changed files with 5113 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
node_modules/
dist/
.DS_Store
*.log