mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-01 12:27:35 +08:00
在README.md中新增TempMailPlus配置选项,包含启用状态、电子邮件地址和PIN码设置,以支持邮件验证功能的扩展。
This commit is contained in:
parent
f8499708c9
commit
76179807bc
@ -159,6 +159,14 @@ check_update = True
|
||||
# Show Account Info | 顯示賬號信息
|
||||
show_account_info = True
|
||||
|
||||
[TempMailPlus]
|
||||
# Enable TempMailPlus | 啓用 TempMailPlus(任何轉發到TempMailPlus的郵件都支持獲取驗證碼,例如cloudflare郵件Catch-all)
|
||||
enabled = false
|
||||
# TempMailPlus Email | TempMailPlus 電子郵件
|
||||
email = xxxxx@mailto.plus
|
||||
# TempMailPlus pin | TempMailPlus pin碼
|
||||
epin =
|
||||
|
||||
[WindowsPaths]
|
||||
storage_path = C:\Users\yeongpin\AppData\Roaming\Cursor\User\globalStorage\storage.json
|
||||
sqlite_path = C:\Users\yeongpin\AppData\Roaming\Cursor\User\globalStorage\state.vscdb
|
||||
|
Loading…
x
Reference in New Issue
Block a user