Releases: forever94yu/icloud-prime
Releases · forever94yu/icloud-prime
Release list
iCloud Prime v0.1.2
iCloud Prime v0.1.2
更新时间: 2026-08-10 00:46 +08:00
更新内容
- 重新设计前端控制台视觉风格,覆盖账户、生成邮箱、邮箱列表、收件箱、验证码、设置等页面。
- 优化页面层级、卡片布局、导航状态、按钮和配额展示,使日常操作更直观。
- 更新生成邮箱页面,继续支持单个创建、批量创建和自动创建任务。
- 更新验证码页面展示,让验证码卡片更便于快速识别和复制。
- 更新 README,新增公开版效果截图展示。
- README 截图已做公开展示处理,不包含真实账号、别名、验证码或邮件正文。
- 更新内嵌 Web 静态资源,Windows 10 便携包启动后即可看到新版前端。
- 调整 GitHub Release workflow,后续只发布 Windows 10 portable zip,避免再生成多平台单文件二进制资产。
Windows 10 便携包
Asset:
- icloud-prime-windows10-portable-v0.1.2.zip
Usage:
- Download and extract the zip.
- Double-click start.bat.
- Open http://127.0.0.1:8081.
- Add your own account and configure Cookie or App-specific password.
- Create aliases, batch-create aliases, schedule automatic jobs, or read mail.
- Use stop.bat to stop the service.
安全说明
- Release 包不包含任何真实账号信息。
- 包内只包含带占位值的
accounts.example.json。 - 运行后真实账号数据会保存在本机
data\accounts.json。 - 创建自动任务后,任务数据会保存在本机
data\create_jobs.json。 - 不要分享或上传
data\accounts.json、data\create_jobs.json、Cookie 或 App-specific password。
iCloud Prime v0.1.1
iCloud Prime v0.1.1
更新时间: 2026-08-09 16:28 +08:00
更新内容
- 新增批量创建 Hide My Email 别名,支持每次 1-5 个。
- 新增同一账号每小时最多 5 个别名的额度提示,单个创建、批量创建、自动任务共享额度。
- 新增自动创建任务,支持按运行时长创建和按每日时间段创建。
- 新增任务列表、暂停、恢复、删除接口和 Web 控制台操作。
- 新增本地任务持久化文件
data\create_jobs.json,程序重启后可恢复运行中的任务。 - 更新 README、API 文档、安全说明和 Windows 便携包说明。
- 增加 create-job 调度器、额度限制器、持久化存储和 API 相关测试。
Windows 10 便携包
Asset:
- icloud-prime-windows10-portable-v0.1.1.zip
Usage:
- Download and extract the zip.
- Double-click start.bat.
- Open http://127.0.0.1:8081.
- Add your own account and configure Cookie or App-specific password.
- Create aliases, batch-create aliases, schedule automatic jobs, or read mail.
- Use stop.bat to stop the service.
安全说明
- Release 包不包含任何真实账号信息。
- 包内只包含带占位值的
accounts.example.json。 - 运行后真实账号数据会保存在本机
data\accounts.json。 - 创建自动任务后,任务数据会保存在本机
data\create_jobs.json。 - 不要分享或上传
data\accounts.json、data\create_jobs.json、Cookie 或 App-specific password。
v0.1.0
iCloud Prime v0.1.0
Initial public release.
Windows 10 portable package
Asset:
- icloud-prime-windows10-portable-v0.1.0.zip
Usage:
- Download and extract the zip.
- Double-click start.bat.
- Open http://127.0.0.1:8081.
- Add your own account and configure Cookie or App-specific password.
- Use stop.bat to stop the service.
Security
- The release package contains no real account data.
- The package only includes accounts.example.json with placeholders.
- Real account data is saved locally to data\accounts.json after you run the app.
- Do not share data\accounts.json, Cookie values, or App-specific passwords.
Full Changelog: https://github.com/forever94yu/icloud-prime/commits/v0.1.0