From 5adc598661f8fbadc8ae43ea5fa7e91c021e0200 Mon Sep 17 00:00:00 2001 From: yeongpin Date: Sat, 12 Apr 2025 14:36:37 +0800 Subject: [PATCH] Update README.md and configuration files for enhanced browser support - Revised browser download instructions in README.md to include multiple options: Google Chrome, Opera, Edge, Firefox, and Brave. - Added new Windows path configurations for browser executables and drivers in the configuration section, improving support for various browsers and their respective drivers. - Introduced new settings for OAuth configuration, including alert display options and timeout settings. --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3953d49..4401d69 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Always clean your browser's cache and cookies. If possible, use a VPN to create new

-##### If you don't have Google Chrome, you can download it from [here](https://www.google.com/intl/en_pk/chrome/) +##### If you don't have browser, you can download it from [Google Chrome](https://www.google.com/intl/en_pk/chrome/) or [Opera](https://www.opera.com/download) or [Edge](https://www.microsoft.com/en-us/edge) or [Firefox](https://www.mozilla.org/en-US/firefox/new/) or [Brave](https://www.brave.com/download/) -##### 如果沒有 Google Chrome,可以從[這裡](https://www.google.com/intl/en_pk/chrome/)下載 +##### 如果沒有瀏覽器,可以從[Google Chrome](https://www.google.com/intl/en_pk/chrome/)或[Opera](https://www.opera.com/download)或[Edge](https://www.microsoft.com/en-us/edge)或[Firefox](https://www.mozilla.org/en-US/firefox/new/)或[Brave](https://www.brave.com/download/)下載 @@ -166,6 +166,33 @@ max_timeout = 160 check_update = True # Show Account Info | 顯示賬號信息 show_account_info = True + +[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 +machine_id_path = C:\Users\yeongpin\AppData\Roaming\Cursor\machineId +cursor_path = C:\Users\yeongpin\AppData\Local\Programs\Cursor\resources\app +updater_path = C:\Users\yeongpin\AppData\Local\cursor-updater +update_yml_path = C:\Users\yeongpin\AppData\Local\Programs\Cursor\resources\app-update.yml +product_json_path = C:\Users\yeongpin\AppData\Local\Programs\Cursor\resources\app\product.json + +[Browser] +default_browser = opera +chrome_path = C:\Program Files\Google\Chrome\Application\chrome.exe +edge_path = C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe +firefox_path = C:\Program Files\Mozilla Firefox\firefox.exe +brave_path = C:\Program Files\BraveSoftware/Brave-Browser/Application/brave.exe +chrome_driver_path = D:\VisualCode\cursor-free-vip-new\drivers\chromedriver.exe +edge_driver_path = D:\VisualCode\cursor-free-vip-new\drivers\msedgedriver.exe +firefox_driver_path = D:\VisualCode\cursor-free-vip-new\drivers\geckodriver.exe +brave_driver_path = D:\VisualCode\cursor-free-vip-new\drivers\chromedriver.exe +opera_path = C:\Users\yeongpin\AppData\Local\Programs\Opera\opera.exe +opera_driver_path = D:\VisualCode\cursor-free-vip-new\drivers\chromedriver.exe + +[OAuth] +show_selection_alert = False +timeout = 120 +max_attempts = 3 ```