Co-authored-by: Ahao <108321411+xuanyuan0408@users.noreply.github.com> Co-authored-by: Tunglies <selenvow+github@gmail.com>
Co-authored-by: Tunglies <selenvow+github@gmail.com>
* feat: add window-state management and recovery functionality * fix: correct file name reference for window-state.json in uninstall section * fix: remove unused tauri_plugin_window_state import
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix: unexpected behavior while pulling resources 在 commit 25cfd162f6 中引入新的 pnpm prepare 执行脚本指令,而 prepare 关键字与包管理器的生命周期脚本冲突。导致在运行 Workflow 的时候被执行两次资源拉取,并且被当做生命周期脚本的时候没有携带预期的 \`${{ matrix.target }}\`。这一行为进一步影响 macOS Intel X86 平台上的构建。 所影响的 issues: #3753, #3771
25cfd162f6
26acce94a4 (diff-3a1c371e65c9809233eadec0aed9dfc09813f06b4d622ffd5a613ae6020048c8R298)
* refactoring fix js script is too strict * fix:format --------- Co-authored-by: Ahao <108321411+xuanyuan0408@users.noreply.github.com>
* feat: 更新简体中文语言文件 * 报错照样上传文件
* fix: proxy mode description display incorrectly * fix: update language json --------- Co-authored-by: Tunglies <selenvow+github@gmail.com>
* fix: add macOS specific activation policy handling for silent start * fix: resolve abnormal Dock icon launch during macOS silent startup
* fix the JS script error * update logs * remove unused references * update logs * fix special escape test * optimize:unescape of special characters in JS strings * fix unaligned annotations --------- Co-authored-by: Ahao <108321411+xuanyuan0408@users.noreply.github.com>
This reverts commit 9bd5950f60.
9bd5950f60
* fix: light mode error * feat: optimize the logic * fix: clippy issues
* fix: the first function call creates multiple axios instances * perf(Notice): replace useState by useSyncExternalStore * chore: prettier --check . * fix: prettier format
* feat: add proxy auto scroll toggle setting * refactor: rename enable_proxy_auto_scroll to enable_hover_jump_navigator * 参考 Unified Delay 调整式样
d05952e945