Primarily addressed the issue where opening web pages in the built-in browser was restricted in cases requiring login or encountering JavaScript firewalls. The default behavior remains unchanged, but a new switch has been added to the application preferences. When toggled, new pages will open directly in the built-in browser instead of launching an external browser. Additionally, enabling this switch will preserve cookies in the built-in browser, ensuring the retention of login states.
主要处理需要登录或者有js防火墙的情况无法使用内置浏览器打开网页的问题, 默认还是一样,但在应用偏好中加了个开关,打开后就会在内置浏览器中直接打开新页面而不是弹出外部浏览器, 同时开启后会保存内置浏览器的cookies,以便记住登录状态,
Primarily addressed the issue where opening web pages in the built-in browser was restricted in cases requiring login or encountering JavaScript firewalls. The default behavior remains unchanged, but a new switch has been added to the application preferences. When toggled, new pages will open directly in the built-in browser instead of launching an external browser. Additionally, enabling this switch will preserve cookies in the built-in browser, ensuring the retention of login states.
Fixes #610 Fixes #584 Fixes #360 Fixes #189