diff --git a/CHANGELOG.md b/CHANGELOG.md index 09af72a..f087524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ 4. Revert: Totally Reser Cursor to Beta | 恢復完全重置 Cursor 到 Beta 5. Reopen: Totally Reset Cursor | 重新開啟完全重置 Cursor 6. Fix: Logo.py Center | 修復 Logo.py 居中 -7. Fix: Some Issues | 修復一些問題 +7. Fix: Linux Chrome Not Open Correct | 修復 Linux Chrome 未正確打開 +8. Fix: Some Issues | 修復一些問題 ## v1.7.18 1. Fix: No Write Permission | 修復沒有寫入權限 diff --git a/new_tempemail.py b/new_tempemail.py index 419ff2a..b65573a 100644 --- a/new_tempemail.py +++ b/new_tempemail.py @@ -107,6 +107,8 @@ class NewTempEmail: # 创建浏览器选项 co = ChromiumOptions() co.set_argument("--headless=new") + co.set_argument("--no-sandbox") + co.auto_port() # 自动设置端口 diff --git a/reset_machine_manual.py b/reset_machine_manual.py index c9f383f..4d9b710 100644 --- a/reset_machine_manual.py +++ b/reset_machine_manual.py @@ -666,8 +666,8 @@ class MachineIDResetter: ### Remove In v1.7.02 # Modify workbench.desktop.main.js - # workbench_path = get_workbench_cursor_path(self.translator) - # modify_workbench_js(workbench_path, self.translator) + workbench_path = get_workbench_cursor_path(self.translator) + modify_workbench_js(workbench_path, self.translator) ### Remove In v1.7.02 # Check Cursor version and perform corresponding actions