mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-02 20:47:35 +08:00
Update CHANGELOG.md with specific Linux Chrome fix, add no-sandbox option in new_tempemail.py, and uncomment workbench path modification in reset_machine_manual.py.
This commit is contained in:
parent
28cd662e83
commit
c97bfd1475
@ -7,7 +7,8 @@
|
|||||||
4. Revert: Totally Reser Cursor to Beta | 恢復完全重置 Cursor 到 Beta
|
4. Revert: Totally Reser Cursor to Beta | 恢復完全重置 Cursor 到 Beta
|
||||||
5. Reopen: Totally Reset Cursor | 重新開啟完全重置 Cursor
|
5. Reopen: Totally Reset Cursor | 重新開啟完全重置 Cursor
|
||||||
6. Fix: Logo.py Center | 修復 Logo.py 居中
|
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
|
## v1.7.18
|
||||||
1. Fix: No Write Permission | 修復沒有寫入權限
|
1. Fix: No Write Permission | 修復沒有寫入權限
|
||||||
|
@ -107,6 +107,8 @@ class NewTempEmail:
|
|||||||
# 创建浏览器选项
|
# 创建浏览器选项
|
||||||
co = ChromiumOptions()
|
co = ChromiumOptions()
|
||||||
co.set_argument("--headless=new")
|
co.set_argument("--headless=new")
|
||||||
|
co.set_argument("--no-sandbox")
|
||||||
|
|
||||||
|
|
||||||
co.auto_port() # 自动设置端口
|
co.auto_port() # 自动设置端口
|
||||||
|
|
||||||
|
@ -666,8 +666,8 @@ class MachineIDResetter:
|
|||||||
### Remove In v1.7.02
|
### Remove In v1.7.02
|
||||||
# Modify workbench.desktop.main.js
|
# Modify workbench.desktop.main.js
|
||||||
|
|
||||||
# workbench_path = get_workbench_cursor_path(self.translator)
|
workbench_path = get_workbench_cursor_path(self.translator)
|
||||||
# modify_workbench_js(workbench_path, self.translator)
|
modify_workbench_js(workbench_path, self.translator)
|
||||||
|
|
||||||
### Remove In v1.7.02
|
### Remove In v1.7.02
|
||||||
# Check Cursor version and perform corresponding actions
|
# Check Cursor version and perform corresponding actions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user