Update README.md

This commit is contained in:
Jason Young
2025-08-14 12:16:56 +08:00
committed by GitHub
parent 6355796a42
commit e6399e46b9

View File

@@ -34,21 +34,12 @@
由于应用使用 ad-hoc 签名(未经苹果官方认证),首次打开时可能出现"未知开发者"警告。这是正常的安全提示,处理方法:
**方法1 - 通过系统设置(推荐)**
1. 双击应用时选择"取消"
2. 打开"系统设置" → "隐私与安全性"
3. 在底部找到被阻止的应用,点击"仍要打开"
4. 确认后即可正常使用
**方法2 - 右键打开macOS Sequoia 之前)**
1. 右键点击应用图标
2. 选择"打开"
3. 在弹出的警告中点击"打开"
**方法3 - 命令行清除隔离属性**
```bash
xattr -cr "/Applications/CC Switch.app"
```
**安全保障**
- 应用已通过 ad-hoc 代码签名,确保文件完整性
@@ -100,7 +91,6 @@ pnpm run dist
- React
- TypeScript
- Vite
- electron-store
## 项目结构