mirror of
https://github.com/riccorik/cursor-auto-icloud.git
synced 2026-08-31 00:39:21 +08:00
12 lines
353 B
Bash
12 lines
353 B
Bash
BROWSER_USER_AGENT=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6723.92 Safari/537.36
|
|
|
|
# 无头模式 默认开启
|
|
# BROWSER_HEADLESS='True'
|
|
|
|
# 使用其他浏览器(如Edge)
|
|
# BROWSER_PATH='C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe'
|
|
|
|
|
|
ICLOUD_USER=
|
|
ICLOUD_APP_PASSWORD=
|
|
ICLOUD_COOKIES= |