docmirror / docmirror/dev-sidecar
应用启动&注册快捷键时弹出系统设置的快捷键设置页面(每次开机自启动都会弹出)
Open
Nobody has claimed this yet.
Bug
- Dominant language
- JavaScript
- Stars
- 24.1k
- Forks
- 3k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 1
Description
- [x 未找到] 你是否在现有 Issue列表 中搜索过相同问题,但未找到?
Ⅰ. 请说明操作系统及DS的版本号:
- 操作系统:Ubuntu24.04 (桌面环境:KDE ; 显示协议:Wayland)
- DS版本号:2.2.0
Ⅱ. 问题描述:
DS在注册打开窗口快捷键时会弹出系统快捷键设置,每次应用启动时也会弹出(我已经设置快捷键)。
Ⅲ. 期望的结果:
优化快捷键设置逻辑,避免重复弹出系统设置(或者添加禁用快捷键选项)
Ⅳ. 如何复现问题?
- KDE桌面环境+Wayland显示协议
- 运行DS,设置打开窗口快捷键
- 彻底退出DS,再启动,问题复现;进入设置打开窗口快捷键,问题再次复现
Ⅴ. 请提供相关的错误日志,尽可能的详细:(日志文件在 ${user.home}/.dev-sidecar/logs/ 目录下)
点击查看日志
[2026-08-30T10:28:00.144] [INFO] gui - background.js start, platform is linux
[2026-08-30T10:28:00.184] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T10:28:00.193] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T10:28:00.199] [INFO] gui - background.js finished
[2026-08-30T10:28:01.010] [INFO] gui - install module: api
[2026-08-30T10:28:01.038] [INFO] gui - install module: fileSelector
[2026-08-30T10:28:01.038] [INFO] gui - install module: tongji
[2026-08-30T10:28:01.039] [INFO] gui - install module: update
[2026-08-30T10:28:01.039] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T10:28:01.039] [INFO] gui - auto update inited
[2026-08-30T10:28:01.039] [INFO] gui - install module: autoStart
[2026-08-30T10:28:01.043] [INFO] gui - 注册快捷键成功: Alt + S
[2026-08-30T10:28:02.125] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T10:28:02.310] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T10:28:02.343] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T10:28:02.356] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T10:28:02.371] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T10:28:02.746] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T10:28:03.646] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T10:28:03.656] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T10:28:03.714] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T10:28:03.715] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T10:28:20.968] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T10:28:20.968] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T10:28:20.968] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T10:29:20.472] [INFO] gui - new app started, command: [
'/opt/dev-sidecar/@docmirrordev-sidecar-gui',
'--version',
'--allow-file-access-from-files',
'--ozone-platform=wayland',
'--renderer-process-limit=1',
'--use-system-ca',
'--disable-pdf-viewer',
'--disable-print-preview',
'--disable-speech-api',
'--disable-gpu-rasterization',
'--disable-accelerated-video-decode',
'--disable-background-networking',
'--disable-sync',
'--disable-default-apps',
'--disable-component-update',
'--disable-client-side-phishing-detection',
'--disable-domain-reliability',
'--disable-features=MediaRouter,WebRTC,SensorAPI,GamepadAPI,ColorCorrectRendering,SerializeBackingStores,CrashReporting,TranslateUI,AutofillServerCommunication,SafeBrowsing,NotificationTriggers,WebPayments,BackgroundFetch'
]
[2026-08-30T10:29:20.449] [INFO] gui - background.js start, platform is linux
[2026-08-30T10:29:20.471] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ], version: true }
[2026-08-30T10:29:20.471] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T10:29:20.474] [INFO] gui - app quit: is second instance(禁止双开)
[2026-08-30T10:29:20.475] [INFO] gui - background.js finished
[2026-08-30T10:29:44.347] [INFO] gui - win close: Event {}
[2026-08-30T10:30:35.808] [INFO] gui - win ipc-message: auto-start { key: 'enabled', value: false }
[2026-08-30T10:30:36.972] [INFO] gui - win ipc-message: change-showHideShortcut Alt + S
[2026-08-30T10:30:36.972] [INFO] gui - 注册快捷键成功: Alt + S
[2026-08-30T10:30:38.133] [INFO] gui - win ipc-message: auto-start { key: 'enabled', value: true }
[2026-08-30T10:30:41.836] [INFO] gui - win ipc-message: change-showHideShortcut Alt + S
[2026-08-30T10:30:41.836] [INFO] gui - 注册快捷键成功: Alt + S
[2026-08-30T10:30:54.032] [INFO] gui - win ipc-message: change-showHideShortcut Alt + S
[2026-08-30T10:30:54.033] [INFO] gui - 注册快捷键成功: Alt + S
[2026-08-30T10:30:56.004] [INFO] gui - win close: Event {}
[2026-08-30T10:31:06.714] [INFO] gui - win ipc-message: change-showHideShortcut Alt + S
[2026-08-30T10:31:06.714] [INFO] gui - 注册快捷键成功: Alt + S
[2026-08-30T10:31:07.777] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T10:31:07.876] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T10:31:07.877] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T10:31:08.731] [INFO] gui - win close: Event {}
[2026-08-30T10:31:19.157] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T10:31:19.157] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T10:31:19.157] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T10:33:53.894] [INFO] gui - before-quit
[2026-08-30T10:33:53.895] [INFO] gui - win close: Event {}
[2026-08-30T10:34:58.570] [INFO] gui - background.js start, platform is linux
[2026-08-30T10:34:58.638] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T10:34:58.639] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T10:34:58.645] [INFO] gui - background.js finished
[2026-08-30T10:34:59.464] [INFO] gui - install module: api
[2026-08-30T10:34:59.499] [INFO] gui - install module: fileSelector
[2026-08-30T10:34:59.499] [INFO] gui - install module: tongji
[2026-08-30T10:34:59.500] [INFO] gui - install module: update
[2026-08-30T10:34:59.500] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T10:34:59.500] [INFO] gui - auto update inited
[2026-08-30T10:34:59.500] [INFO] gui - install module: autoStart
[2026-08-30T10:34:59.505] [INFO] gui - 注册快捷键成功: Alt + S
[2026-08-30T10:35:00.555] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T10:35:00.572] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T10:35:00.581] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T10:35:00.594] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T10:35:00.902] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T10:35:01.350] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T10:35:03.005] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T10:35:03.011] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T10:35:03.015] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T10:35:03.015] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T10:35:08.190] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T10:35:08.190] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T10:35:08.190] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T10:35:31.662] [INFO] gui - before-quit
[2026-08-30T10:35:31.671] [INFO] gui - win close: Event {}
[2026-08-30T10:36:26.774] [INFO] gui - background.js start, platform is linux
[2026-08-30T10:36:26.901] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T10:36:26.902] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T10:36:26.913] [INFO] gui - background.js finished
[2026-08-30T10:36:27.712] [INFO] gui - install module: api
[2026-08-30T10:36:27.743] [INFO] gui - install module: fileSelector
[2026-08-30T10:36:27.743] [INFO] gui - install module: tongji
[2026-08-30T10:36:27.744] [INFO] gui - install module: update
[2026-08-30T10:36:27.746] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T10:36:27.746] [INFO] gui - auto update inited
[2026-08-30T10:36:27.746] [INFO] gui - install module: autoStart
[2026-08-30T10:36:27.750] [INFO] gui - 注册快捷键成功: Alt + S
[2026-08-30T10:36:28.908] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T10:36:28.958] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T10:36:28.983] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T10:36:28.991] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T10:36:29.005] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T10:36:29.399] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T10:36:30.430] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T10:36:30.433] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T10:36:30.472] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T10:36:30.472] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T10:36:39.326] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T10:36:39.326] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T10:36:39.326] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T10:53:46.830] [INFO] gui - win close: Event {}
[2026-08-30T11:05:23.964] [INFO] gui - before-quit
[2026-08-30T11:05:23.964] [INFO] gui - win close: Event {}
[2026-08-30T11:15:27.599] [INFO] gui - background.js start, platform is linux
[2026-08-30T11:15:27.676] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T11:15:27.677] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T11:15:27.682] [INFO] gui - background.js finished
[2026-08-30T11:15:28.272] [INFO] gui - install module: api
[2026-08-30T11:15:28.301] [INFO] gui - install module: fileSelector
[2026-08-30T11:15:28.301] [INFO] gui - install module: tongji
[2026-08-30T11:15:28.301] [INFO] gui - install module: update
[2026-08-30T11:15:28.302] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T11:15:28.302] [INFO] gui - auto update inited
[2026-08-30T11:15:28.302] [INFO] gui - install module: autoStart
[2026-08-30T11:15:28.305] [INFO] gui - 注册快捷键成功: Alt + S
[2026-08-30T11:15:29.264] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T11:15:29.296] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T11:15:29.307] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:15:29.335] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T11:15:29.378] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T11:15:29.647] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:15:30.399] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T11:15:30.402] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T11:15:30.405] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T11:15:30.405] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T11:15:57.753] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T11:15:57.754] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T11:15:57.754] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T11:16:02.260] [INFO] gui - win ipc-message: change-showHideShortcut 无
[2026-08-30T11:16:04.283] [INFO] gui - win close: Event {}
[2026-08-30T11:16:09.595] [INFO] gui - win close: Event {}
[2026-08-30T11:16:23.183] [INFO] gui - win ipc-message: change-showHideShortcut Ctrl + Alt + Shift + S
[2026-08-30T11:16:23.183] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T11:16:25.390] [INFO] gui - win close: Event {}
[2026-08-30T11:16:29.229] [INFO] gui - before-quit
[2026-08-30T11:16:29.230] [INFO] gui - win close: Event {}
[2026-08-30T11:18:15.701] [INFO] gui - background.js start, platform is linux
[2026-08-30T11:18:15.742] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T11:18:15.743] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T11:18:15.748] [INFO] gui - background.js finished
[2026-08-30T11:18:16.495] [INFO] gui - install module: api
[2026-08-30T11:18:16.532] [INFO] gui - install module: fileSelector
[2026-08-30T11:18:16.532] [INFO] gui - install module: tongji
[2026-08-30T11:18:16.532] [INFO] gui - install module: update
[2026-08-30T11:18:16.533] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T11:18:16.533] [INFO] gui - auto update inited
[2026-08-30T11:18:16.533] [INFO] gui - install module: autoStart
[2026-08-30T11:18:16.537] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T11:18:17.736] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T11:18:17.853] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T11:18:17.885] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T11:18:17.893] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:18:17.908] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T11:18:18.452] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:18:19.070] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T11:18:19.072] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T11:18:19.263] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T11:18:19.264] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T11:18:31.256] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T11:18:31.256] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T11:18:31.256] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T11:18:50.233] [INFO] gui - before-quit
[2026-08-30T11:18:50.233] [INFO] gui - win close: Event {}
[2026-08-30T11:23:43.133] [INFO] gui - background.js start, platform is linux
[2026-08-30T11:23:43.177] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T11:23:43.178] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T11:23:43.185] [INFO] gui - background.js finished
[2026-08-30T11:23:43.759] [INFO] gui - install module: api
[2026-08-30T11:23:43.774] [INFO] gui - install module: fileSelector
[2026-08-30T11:23:43.774] [INFO] gui - install module: tongji
[2026-08-30T11:23:43.775] [INFO] gui - install module: update
[2026-08-30T11:23:43.775] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T11:23:43.775] [INFO] gui - auto update inited
[2026-08-30T11:23:43.775] [INFO] gui - install module: autoStart
[2026-08-30T11:23:43.778] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T11:23:44.679] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T11:23:44.759] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T11:23:44.771] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T11:23:44.778] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:23:44.784] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T11:23:45.017] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:23:45.862] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T11:23:45.864] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T11:23:45.929] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T11:23:45.930] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T11:24:02.811] [INFO] gui - win close: Event {}
[2026-08-30T11:24:06.606] [INFO] gui - win ipc-message: auto-start { key: 'enabled', value: false }
[2026-08-30T11:24:09.277] [INFO] gui - win ipc-message: auto-start { key: 'enabled', value: true }
[2026-08-30T11:24:11.513] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T11:24:11.513] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T11:24:11.513] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T11:24:31.336] [INFO] gui - win ipc-message: auto-start { key: 'enabled', value: false }
[2026-08-30T11:24:32.303] [INFO] gui - win ipc-message: change-showHideShortcut Ctrl + Alt + Shift + S
[2026-08-30T11:24:32.304] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T11:24:36.036] [INFO] gui - win close: Event {}
[2026-08-30T11:24:39.776] [INFO] gui - before-quit
[2026-08-30T11:24:39.776] [INFO] gui - win close: Event {}
[2026-08-30T11:27:23.028] [INFO] gui - background.js start, platform is linux
[2026-08-30T11:27:23.070] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T11:27:23.073] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T11:27:23.080] [INFO] gui - background.js finished
[2026-08-30T11:27:23.718] [INFO] gui - install module: api
[2026-08-30T11:27:23.735] [INFO] gui - install module: fileSelector
[2026-08-30T11:27:23.735] [INFO] gui - install module: tongji
[2026-08-30T11:27:23.736] [INFO] gui - install module: update
[2026-08-30T11:27:23.736] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T11:27:23.737] [INFO] gui - auto update inited
[2026-08-30T11:27:23.737] [INFO] gui - install module: autoStart
[2026-08-30T11:27:23.740] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T11:27:24.678] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T11:27:24.696] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T11:27:24.730] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T11:27:24.738] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:27:24.748] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T11:27:25.190] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:27:25.724] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T11:27:25.725] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T11:27:25.842] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T11:27:25.842] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T11:27:27.721] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T11:27:27.722] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T11:27:27.722] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T11:32:49.800] [INFO] gui - win close: Event {}
[2026-08-30T11:32:53.549] [INFO] gui - win ipc-message: auto-start { key: 'enabled', value: true }
[2026-08-30T11:32:55.699] [INFO] gui - win ipc-message: change-showHideShortcut Ctrl + Alt + Shift + S
[2026-08-30T11:32:55.699] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T11:33:08.389] [INFO] gui - win close: Event {}
[2026-08-30T11:36:34.685] [INFO] gui - win ipc-message: change-showHideShortcut Ctrl + Alt + Shift + S
[2026-08-30T11:36:34.685] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T11:36:40.650] [INFO] gui - win close: Event {}
[2026-08-30T11:38:44.887] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:38:44.980] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T11:38:44.980] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T11:38:48.876] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:38:48.937] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T11:38:48.937] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T11:38:50.347] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T11:38:50.347] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T11:38:50.347] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T11:38:50.479] [INFO] gui - win close: Event {}
[2026-08-30T11:38:55.321] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T11:38:55.321] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T11:38:55.321] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T11:39:55.663] [INFO] gui - background.js start, platform is linux
[2026-08-30T11:39:55.688] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T11:39:55.689] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T11:39:55.690] [INFO] gui - background.js finished
[2026-08-30T11:39:55.927] [INFO] gui - install module: api
[2026-08-30T11:39:55.944] [INFO] gui - install module: fileSelector
[2026-08-30T11:39:55.945] [INFO] gui - install module: tongji
[2026-08-30T11:39:55.945] [INFO] gui - install module: update
[2026-08-30T11:39:55.946] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T11:39:55.946] [INFO] gui - auto update inited
[2026-08-30T11:39:55.946] [INFO] gui - install module: autoStart
[2026-08-30T11:39:55.948] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T11:39:56.714] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T11:39:56.718] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T11:39:56.729] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:39:56.750] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T11:39:56.867] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T11:39:56.999] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:39:57.848] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T11:39:57.850] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T11:39:57.851] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T11:39:57.854] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T11:39:59.916] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T11:39:59.916] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T11:39:59.916] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T11:40:07.151] [INFO] gui - win close: Event {}
[2026-08-30T11:44:01.092] [INFO] gui - before-quit
[2026-08-30T11:44:01.092] [INFO] gui - win close: Event {}
[2026-08-30T11:44:20.505] [INFO] gui - background.js start, platform is linux
[2026-08-30T11:44:20.531] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T11:44:20.531] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T11:44:20.532] [INFO] gui - background.js finished
[2026-08-30T11:44:20.770] [INFO] gui - install module: api
[2026-08-30T11:44:20.787] [INFO] gui - install module: fileSelector
[2026-08-30T11:44:20.787] [INFO] gui - install module: tongji
[2026-08-30T11:44:20.788] [INFO] gui - install module: update
[2026-08-30T11:44:20.788] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T11:44:20.788] [INFO] gui - auto update inited
[2026-08-30T11:44:20.788] [INFO] gui - install module: autoStart
[2026-08-30T11:44:20.790] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T11:44:21.623] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T11:44:21.629] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T11:44:21.636] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T11:44:21.639] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:44:21.648] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T11:44:21.921] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T11:44:22.558] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T11:44:22.560] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T11:44:22.565] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T11:44:22.566] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T11:44:26.015] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T11:44:26.015] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T11:44:26.015] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T11:44:33.807] [INFO] gui - win close: Event {}
[2026-08-30T11:44:51.695] [INFO] gui - win close: Event {}
[2026-08-30T11:51:10.759] [INFO] gui - win close: Event {}
[2026-08-30T12:04:38.462] [INFO] gui - win ipc-message: change-showHideShortcut Ctrl + Alt + Shift + S
[2026-08-30T12:04:38.462] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T12:05:09.157] [INFO] gui - win ipc-message: change-showHideShortcut Ctrl + Alt + Shift + S
[2026-08-30T12:05:09.157] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T12:05:13.155] [INFO] gui - win ipc-message: change-showHideShortcut Ctrl + Alt + Shift + S
[2026-08-30T12:05:13.155] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T12:06:02.036] [INFO] gui - win ipc-message: change-showHideShortcut Ctrl + Alt + Shift + S
[2026-08-30T12:06:02.036] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T12:07:55.103] [INFO] gui - win close: Event {}
[2026-08-30T12:07:55.507] [INFO] gui - before-quit
[2026-08-30T12:07:55.507] [INFO] gui - win close: Event {}
[2026-08-30T12:08:26.555] [INFO] gui - background.js start, platform is linux
[2026-08-30T12:08:26.582] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T12:08:26.583] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T12:08:26.583] [INFO] gui - background.js finished
[2026-08-30T12:08:26.822] [INFO] gui - install module: api
[2026-08-30T12:08:26.838] [INFO] gui - install module: fileSelector
[2026-08-30T12:08:26.838] [INFO] gui - install module: tongji
[2026-08-30T12:08:26.838] [INFO] gui - install module: update
[2026-08-30T12:08:26.839] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T12:08:26.839] [INFO] gui - auto update inited
[2026-08-30T12:08:26.840] [INFO] gui - install module: autoStart
[2026-08-30T12:08:26.842] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T12:08:27.714] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T12:08:27.743] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T12:08:27.755] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T12:08:27.762] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T12:08:27.767] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T12:08:27.953] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T12:08:28.739] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T12:08:28.743] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T12:08:28.743] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T12:08:28.744] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T12:08:32.631] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T12:08:32.631] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T12:08:32.631] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T12:12:53.414] [INFO] gui - win close: Event {}
[2026-08-30T12:13:00.857] [INFO] gui - before-quit
[2026-08-30T12:13:00.857] [INFO] gui - win close: Event {}
[2026-08-30T12:14:00.121] [INFO] gui - background.js start, platform is linux
[2026-08-30T12:14:00.181] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T12:14:00.185] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T12:14:00.194] [INFO] gui - background.js finished
[2026-08-30T12:14:01.421] [INFO] gui - install module: api
[2026-08-30T12:14:01.184] [INFO] gui - install module: fileSelector
[2026-08-30T12:14:01.184] [INFO] gui - install module: tongji
[2026-08-30T12:14:01.184] [INFO] gui - install module: update
[2026-08-30T12:14:01.185] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T12:14:01.185] [INFO] gui - auto update inited
[2026-08-30T12:14:01.185] [INFO] gui - install module: autoStart
[2026-08-30T12:14:01.192] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T12:14:02.811] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T12:14:03.011] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T12:14:03.028] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T12:14:03.044] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T12:14:03.052] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T12:14:03.415] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T12:14:03.902] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T12:14:03.903] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T12:14:04.228] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T12:14:04.228] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T12:14:20.879] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T12:14:20.880] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T12:14:20.880] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T12:17:36.034] [INFO] gui - win close: Event {}
[2026-08-30T12:19:27.001] [INFO] gui - background.js start, platform is linux
[2026-08-30T12:19:27.092] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T12:19:27.094] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T12:19:27.102] [INFO] gui - background.js finished
[2026-08-30T12:19:28.148] [INFO] gui - install module: api
[2026-08-30T12:19:28.237] [INFO] gui - install module: fileSelector
[2026-08-30T12:19:28.237] [INFO] gui - install module: tongji
[2026-08-30T12:19:28.238] [INFO] gui - install module: update
[2026-08-30T12:19:28.239] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T12:19:28.239] [INFO] gui - auto update inited
[2026-08-30T12:19:28.239] [INFO] gui - install module: autoStart
[2026-08-30T12:19:28.327] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T12:19:29.680] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T12:19:29.952] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T12:19:29.968] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T12:19:29.978] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T12:19:29.985] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T12:19:30.368] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T12:19:30.975] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T12:19:30.978] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T12:19:31.155] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T12:19:31.156] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T12:19:50.554] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T12:19:50.555] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T12:19:50.555] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T12:26:19.739] [INFO] gui - background.js start, platform is linux
[2026-08-30T12:26:19.834] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T12:26:19.835] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T12:26:19.847] [INFO] gui - background.js finished
[2026-08-30T12:26:21.258] [INFO] gui - install module: api
[2026-08-30T12:26:21.322] [INFO] gui - install module: fileSelector
[2026-08-30T12:26:21.325] [INFO] gui - install module: tongji
[2026-08-30T12:26:21.357] [INFO] gui - install module: update
[2026-08-30T12:26:21.359] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T12:26:21.359] [INFO] gui - auto update inited
[2026-08-30T12:26:21.359] [INFO] gui - install module: autoStart
[2026-08-30T12:26:21.398] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T12:26:22.990] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T12:26:23.436] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T12:26:23.455] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T12:26:23.474] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T12:26:23.483] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T12:26:23.865] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T12:26:24.168] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T12:26:24.168] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T12:26:24.326] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T12:26:24.326] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T12:26:31.683] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T12:26:31.683] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T12:26:31.683] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T13:36:20.844] [INFO] gui - background.js start, platform is linux
[2026-08-30T13:36:20.873] [INFO] gui - start args: { _: [ '/opt/dev-sidecar/@docmirrordev-sidecar-gui' ] }
[2026-08-30T13:36:20.874] [INFO] gui - startHideWindow = true , app.getLoginItemSettings() = {"openAtLogin":false,"openAsHidden":false,"restoreState":false,"wasOpenedAtLogin":false,"wasOpenedAsHidden":false}
[2026-08-30T13:36:20.881] [INFO] gui - background.js finished
[2026-08-30T13:36:21.530] [INFO] gui - install module: api
[2026-08-30T13:36:21.558] [INFO] gui - install module: fileSelector
[2026-08-30T13:36:21.558] [INFO] gui - install module: tongji
[2026-08-30T13:36:21.558] [INFO] gui - install module: update
[2026-08-30T13:36:21.559] [INFO] gui - auto updater Deprecated. Do not use it.
[2026-08-30T13:36:21.559] [INFO] gui - auto update inited
[2026-08-30T13:36:21.559] [INFO] gui - install module: autoStart
[2026-08-30T13:36:21.564] [INFO] gui - 注册快捷键成功: Ctrl + Alt + Shift + S
[2026-08-30T13:36:22.426] [INFO] gui - win ipc-message: main.js start undefined
[2026-08-30T13:36:22.443] [INFO] gui - win ipc-message: main.js finished undefined
[2026-08-30T13:36:22.448] [INFO] gui - bridge on status, event: { key: 'proxy.enabled', value: true }
[2026-08-30T13:36:22.451] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T13:36:22.459] [INFO] gui - win ipc-message: electron-baidu-tongji-message f2d170ce560aef0005b689f28697f852
[2026-08-30T13:36:22.711] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T13:36:23.211] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T13:36:23.212] [INFO] gui - bridge on status, event: { key: 'server.enabled', value: true }
[2026-08-30T13:36:23.271] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T13:36:23.273] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T13:36:52.397] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T13:36:52.397] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T13:36:52.397] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T13:57:21.874] [INFO] gui - win close: Event {}
[2026-08-30T13:57:32.422] [INFO] gui - win close: Event {}
[2026-08-30T14:02:40.562] [INFO] gui - 读取 setting.json 成功: /home/cl/.dev-sidecar/setting.json
[2026-08-30T14:02:40.639] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: false }
[2026-08-30T14:02:40.639] [INFO] gui - autoUpdater checkForUpdates: false
[2026-08-30T14:02:54.330] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: true }
[2026-08-30T14:02:54.330] [INFO] gui - autoUpdater checkForUpdates: true
[2026-08-30T14:02:57.681] [INFO] gui - win ipc-message: update { key: 'checkForUpdate', fromUser: true }
[2026-08-30T14:02:57.681] [INFO] gui - autoUpdater checkForUpdates: true
[2026-08-30T14:03:03.698] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T14:03:03.698] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T14:03:03.698] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T14:03:19.669] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T14:03:19.669] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T14:03:19.669] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T14:03:28.918] [INFO] gui - 最近可用版本: v2.2.0 , onlineVersion: 2.2.0
[2026-08-30T14:03:28.918] [INFO] gui - 版本比对结果:isNewVersion('2.2.0', '2.2.0') = 0
[2026-08-30T14:03:28.918] [INFO] gui - 检查更新:没有新版本,最近发布的版本号为 '2.2.0',而当前版本号为 '2.2.0'
[2026-08-30T14:09:16.643] [INFO] gui - win close: Event {}
Ⅵ. 有必要时,请提供 ${user.home}/.dev-sidecar/running.json 文件内容:
点击查看运行参数
{
"intercepts": {
"github.com": {
"^(/[\\w-.]+){2,}/?(\\?.*)?$": {
"tampermonkeyScript": "https://raw.giteeusercontent.com/wangliang181230/dev-sidecar-config/raw/main/tampermonkey.js",
"script": "https://raw.giteeusercontent.com/wangliang181230/dev-sidecar-config/raw/main/GithubEnhanced-High-Speed-Download.user.js",
"remark": "注:上面所使用的脚本地址,为高速镜像地址。",
"desc": "油猴脚本:高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件 (公益加速)、项目列表单文件快捷下载、添加 git clone 命令"
},
"^((/[^/]+){2,})/raw((/[^/]+)+\\.(jpg|jpeg|png|gif))(\\?.*)?$": {
"proxy": "https://raw.githubusercontent.com${m[1]}${m[3]}",
"sni": "baidu.com",
"cacheDays": 7,
"desc": "仓库内图片,重定向改为代理,并缓存7天。"
},
"^((/[^/]+){2,})/raw((/[^/]+)+\\.js)(\\?.*)?$": {
"proxy": "https://raw.githubusercontent.com${m[1]}${m[3]}",
"sni": "baidu.com",
"desc": "仓库内脚本,重定向改为代理,并设置响应头Content-Type。作用:方便script拦截器直接使用,避免引起跨域问题和脚本内容限制问题。",
"responseReplace": {
"headers": {
"content-type": "application/javascript; charset=utf-8"
}
}
},
".*": {
"sni": "baidu.com"
},
"/fluidicon.png": {
"cacheDays": 365,
"desc": "Github那只猫的图片,缓存1年"
},
"^(/[^/]+){2}/pull/\\d+/open_with_menu.*$": {
"cacheDays": 7,
"desc": "PR详情页:标题右边那个Code按钮的HTML代码请求地址,感觉上应该可以缓存。暂时先设置为缓存7天"
}
},
"github.githubassets.com": {
".*": {
"sni": "baidu.com"
}
},
"collector.github.com": {
".*": {
"sni": "baidu.com"
}
},
"*.docker.com": {
".*": {
"sni": "baidu.com"
}
},
"login.docker.com": {
"/favicon.ico": {
"proxy": "hub.docker.com",
"sni": "baidu.com",
"desc": "登录页面的ico,采用hub.docker.com的"
}
},
"ajax.googleapis.com": {
".*": {
"proxy": "ajax.proxy.ustclug.org",
"backup": [
"gapis.geekzu.org"
],
"test": "ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
}
},
"fonts.googleapis.com": {
".*": {
"backup": [
"fonts.loli.net"
],
"proxy": "fonts.googleapis.cn",
"test": "https://fonts.googleapis.com/css?family=Oswald"
}
},
"fonts.gstatic.com": {
".*": {
"proxy": "fonts-gstatic.proxy.ustclug.org",
"backup": [
"gstatic.loli.net"
],
"test": "https://fonts.googleapis.com/css?family=Oswald"
}
},
"api.github.com": {
".*": {
"sni": "baidu.com"
},
"^/_private/browser/stats$": {
"success": true,
"desc": "github的访问速度分析上传,没有必要,直接返回成功"
}
},
"www.gstatic.com": {
"/recaptcha/.*": {
"proxy": "www.recaptcha.net"
}
},
"camo.githubusercontent.com": {
"^[a-zA-Z0-9/]+(\\?.*)?$": {
"cacheDays": 365,
"desc": "图片,缓存1年"
}
},
"customer-stories-feed.github.com": {
".*": {
"proxy": "customer-stories-feed.fastgit.org"
}
},
"user-images.githubusercontent.com": {
"^/.*\\.png(\\?.*)?$": {
"cacheDays": 365,
"desc": "用户在PR或issue等内容中上传的图片,缓存1年。注:每张图片都有唯一的ID,不会重复,可以安心缓存"
}
},
"private-user-images.githubusercontent.com": {
"^/.*\\.png(\\?.*)?$": {
"cacheDays": 30,
"desc": "用户在PR或issue等内容中上传的图片,缓存30天"
}
},
"avatars.githubusercontent.com": {
"^/u/\\d+(\\?.*)?$": {
"cacheDays": 365,
"desc": "用户头像,缓存1年"
}
},
"www.google.com": {
"/recaptcha/.*": {
"proxy": "www.recaptcha.net"
}
},
"themes.googleapis.com": {
".*": {
"proxy": "themes.loli.net",
"backup": [
"themes.proxy.ustclug.org"
]
}
},
"themes.googleusercontent.com": {
".*": {
"proxy": "google-themes.proxy.ustclug.org"
}
},
"clients*.google.com": {
".*": {
"abort": false,
"desc": "设置abort:true可以快速失败,节省时间"
}
},
"www.googleapis.com": {
".*": {
"abort": false,
"desc": "设置abort:true可以快速失败,节省时间"
}
},
"lh*.googleusercontent.com": {
".*": {
"abort": false,
"desc": "设置abort:true可以快速失败,节省时间"
}
},
"*.s3.1amazonaws1.com": {
"/sqlite3/.*": {
"redirect": "npmmirror.com/mirrors"
}
},
"*.carbonads.com": {
"/carbon.*": {
"abort": true,
"desc": "广告拦截"
}
},
"*.buysellads.com": {
"/ads/.*": {
"abort": true,
"desc": "广告拦截"
}
}
},
"preSetIpList": {
"github.com": {
"4.237.22.38": true,
"20.26.156.215": true,
"20.87.245.0": true,
"20.201.28.151": true,
"140.82.113.3": true,
"140.82.114.4": true,
"140.82.116.3": true,
"140.82.116.4": true,
"140.82.121.3": true,
"140.82.121.4": true,
"20.200.245.247": true,
"20.27.177.113": true,
"20.205.243.166": true
},
"hub.docker.com": {
"44.221.37.199": true,
"52.44.227.212": true,
"54.156.140.159": true
},
"sessions-bugsnag.docker.com": {
"44.221.37.199": true,
"52.44.227.212": true,
"54.156.140.159": true
},
"api.github.com": {
"20.26.156.210": true,
"20.27.177.116": true,
"20.87.245.6": true,
"20.200.245.245": true,
"20.201.28.148": true,
"20.205.243.168": true,
"20.248.137.49": true,
"140.82.112.5": true,
"140.82.113.6": true,
"140.82.116.6": true,
"140.82.121.6": true
},
"codeload.github.com": {
"20.26.156.216": true,
"20.27.177.114": true,
"20.87.245.7": true,
"20.200.245.246": true,
"20.201.28.149": true,
"20.205.243.165": true,
"20.248.137.55": true,
"140.82.113.9": true,
"140.82.114.10": true,
"140.82.116.10": true,
"140.82.121.9": true
},
"*.githubusercontent.com": {
"146.75.92.133": true,
"199.232.88.133": true,
"199.232.144.133": true
},
"viewscreen.githubusercontent.com": {
"140.82.112.21": true,
"140.82.112.22": true,
"140.82.113.21": true,
"140.82.113.22": true,
"140.82.114.21": true,
"140.82.114.22": true
},
"github.io": {
"185.199.108.153": true,
"185.199.109.153": true,
"185.199.110.153": true,
"185.199.111.153": true
},
"*.githubassets.com": {
"185.199.108.154": true,
"185.199.109.154": true,
"185.199.110.154": true,
"185.199.111.154": true
},
"^(analytics|ghcc)\\.githubassets\\.com$": {
"185.199.108.153": true,
"185.199.110.153": true,
"185.199.109.153": true,
"185.199.111.153": true
},
"*.pixiv.net": {
"210.140.139.154": true,
"210.140.139.157": true,
"210.140.139.160": true
}
},
"whiteList": {
"cn.*": true,
"192.168.*": true,
"*.cn": true,
"*china*": true,
"*.dingtalk.com": true,
"*.apple.com": true,
"*.microsoft.com": true,
"*.alipay.com": true,
"*.qq.com": true,
"*.baidu.com": true
},
"dns": {
"providers": {
"safe360": {
"server": "tls://dot.360.cn",
"forSNI": true
},
"aliyun": {
"server": "tls://dns.alidns.com"
},
"cloudflare": {
"server": "https://1.1.1.1/dns-query"
},
"quad9": {
"server": "https://9.9.9.9/dns-query"
},
"rubyfish": {
"server": "https://rubyfish.cn/dns-query"
}
},
"mapping": {
"*.github.com": "quad9",
"*github*.com": "quad9",
"*.github.io": "quad9",
"*.docker.com": "quad9",
"*.stackoverflow.com": "quad9",
"*.electronjs.org": "quad9",
"*.amazonaws.com": "quad9",
"*.yarnpkg.com": "quad9",
"*.cloudfront.net": "quad9",
"*.cloudflare.com": "quad9",
"img.shields.io": "quad9",
"*.vuepress.vuejs.org": "quad9",
"*.gh.docmirror.top": "quad9",
"*.v2ex.com": "quad9",
"*.pypi.org": "quad9",
"*.jetbrains.com": "quad9",
"*.azureedge.net": "quad9"
},
"familyMapping": {
"*.jetbrains.com": "4",
"*.azureedge.net": "4",
"*.stackoverflow.com": "4",
"*.github.com": "4",
"*github*.com": "4",
"*.github.io": "4",
"*.docker.com": "4",
"*.electronjs.org": "4",
"*.amazonaws.com": "4",
"*.yarnpkg.com": "4",
"*.cloudfront.net": "4",
"*.cloudflare.com": "4",
"img.shields.io": "4",
"*.vuepress.vuejs.org": "4",
"*.gh.docmirror.top": "4",
"*.v2ex.com": "4",
"*.pypi.org": "4"
},
"speedTest": {
"interval": 300000,
"hostnameList": [
"github.com"
],
"dnsProviders": [
"cloudflare",
"safe360",
"rubyfish"
],
"enabled": true
}
},
"enabled": true,
"host": "127.0.0.1",
"port": 31181,
"fakeServerMaxLength": 100,
"setting": {
"NODE_TLS_REJECT_UNAUTHORIZED": true,
"verifySsl": true,
"script": {
"enabled": true,
"defaultDir": "./extra/scripts/"
},
"userBasePath": "/home/cl/.dev-sidecar",
"rootCaFile": {
"certPath": "/home/cl/.dev-sidecar/dev-sidecar.ca.crt",
"keyPath": "/home/cl/.dev-sidecar/dev-sidecar.ca.key.pem"
},
"defaultTimeout": 20000,
"defaultKeepAliveTimeout": 30000,
"timeoutMapping": {
"github.com": {
"timeout": 20000,
"keepAliveTimeout": 30000
}
},
"lowSpeedDelay": 200
},
"compatible": {
"connect": {},
"request": {}
},
"intercept": {
"enabled": true
},
"app": {
"closeStrategy": 2,
"startShowWindow": false,
"maxLogFileSize": 256,
"maxLogFileSizeUnit": "MB",
"windowSize": {
"width": 800,
"height": 600
},
"showHideShortcut": "Ctrl + Alt + Shift + S",
"autoStart": {
"enabled": true
},
"remoteConfig": {
"url": "https://raw.giteeusercontent.com/wangliang181230/dev-sidecar-config/raw/main/remote_config.json",
"enabled": true,
"personalUrl": ""
},
"metaInfo": {
"id": "official",
"version": 202606171055,
"updateLog": "为github.githubassets.com预设IP"
},
"mode": "default",
"needCheckHideWindow": true,
"theme": "dark",
"autoChecked": true,
"skipPreRelease": true,
"dock": {
"hideWhenWinClose": false
},
"showShutdownTip": true,
"logFileSavePath": "/home/cl/.dev-sidecar/logs",
"keepLogFileCount": 15
},
"plugin": {
"overwall": {
"targets": {
"*.github.com": true,
"*github*.com": true,
"*.gitbook.io": true,
"*.nodejs.org": true,
"*.npmjs.com": true,
"*.wikimedia.org": true,
"*.v2ex.com": true,
"*.azureedge.net": true,
"*.cloudfront.net": true,
"*.bing.com": true,
"*.discourse-cdn.com": true,
"*.gravatar.com": true,
"*.docker.com": true,
"*.vueuse.org": true,
"*.elastic.co": true,
"*.optimizely.com": true,
"*.stackpathcdn.com": true,
"*.fastly.net": true,
"*.cloudflare.com": true,
"*.233v2.com": true,
"*.v2fly.org": true,
"*.telegram.org": true,
"*.amazon.com": true,
"*.googleapis.com": true,
"*.google-analytics.com": true,
"*.cloudflareinsights.com": true,
"*.intlify.dev": true,
"*.segment.io": true,
"*.shields.io": true,
"*.jsdelivr.net": true,
"*.z-library.sk": true,
"*.zlibrary*.se": true,
"*.discord.com": true,
"*.wikipedia-on-ipfs.org": true,
"*.chatgpt.com": false,
"*.oaiusercontent.com": true,
"*.huggingface.co": true,
"*.pixiv.org": true,
"*.fanbox.cc": true,
"*.onesignal.com": true,
"*.greasyfork.org": true,
"*.cn-greasyfork.org": true,
"*.notepad-plus-plus.org": true
},
"pac": {
"pacFileUpdateUrl": "https://xget.xi-xu.me/gh/gfwlist/gfwlist/raw/master/gfwlist.txt",
"enabled": true,
"autoUpdate": true,
"pacFilePath": "./extra/pac/pac.txt"
},
"name": "梯子",
"enabled": false,
"server": {},
"serverDefault": {
"ow-prod.docmirror.top": {
"port": 443,
"path": "X2dvX292ZXJfd2FsbF8",
"password": "dev_sidecar_is_666"
}
}
},
"free_eye": {
"Route": {
"timeout": 0.1,
"addrs": {
"IPv4": "8.8.8.8",
"IPv6": "2001:4860:4860::8888"
},
"port": 53
},
"DNS": {
"timeout": 3,
"allow": [
"baidu.cn",
"taobao.com",
"www.gov.cn"
],
"block": [
"wikipedia.org",
"youtube.com",
"facebook.com"
]
},
"TCP": {
"timeout": 3,
"addrs": {
"IPv4": {
"allow": [
"114.114.114.114",
"223.6.6.6"
],
"block": [
"8.8.8.8",
"1.1.1.1"
]
},
"IPv6": {
"allow": [
"2402:4e00::",
"2400:3200:baba::1"
],
"block": [
"2001:4860:4860::8888",
"2606:4700:4700::1111"
]
}
},
"ports": [
80,
443
]
},
"TLS": {
"timeout": 3,
"addrs": {
"IPv4": "172.67.148.147",
"IPv6": "2606:4700:3036::ac43:9493"
},
"snis": {
"allow": "baidu.cn",
"block": "wikipedia.org"
}
},
"name": "网络检测",
"statusOff": true,
"enabled": false,
"tip": "运行网络检测来评估当前网络环境",
"setting": {
"testsDir": "checkpoints",
"config": {
"Route": {
"timeout": 3,
"addrs": {
"IPv4": "8.8.8.8",
"IPv6": "2001:4860:4860::8888"
},
"port": 53
},
"DNS": {
"timeout": 3,
"allow": [
"baidu.com",
"google.com"
],
"block": [
"google.com",
"twitter.com",
"facebook.com",
"youtube.com"
]
},
"TCP": {
"timeout": 3,
"ports": [
80,
443
],
"addrs": {
"IPv4": {
"allow": [
"8.8.8.8"
],
"block": [
"142.250.80.4"
]
},
"IPv6": {
"allow": [
"2001:4860:4860::8888"
],
"block": [
"2607:f8b0:4005:0809:0000:0000:0000:200e"
]
}
}
},
"TLS": {
"timeout": 3,
"addrs": {
"IPv4": "8.8.8.8",
"IPv6": "2001:4860:4860::8888"
},
"snis": {
"allow": "google.com",
"block": "twitter.com"
}
}
}
}
},
"node": {
"name": "NPM加速",
"enabled": false,
"tip": "如果你没有安装nodejs则不需要启动它",
"startup": {
"variables": true
},
"setting": {
"command": "npm",
"strict-ssl": true,
"cafile": false,
"NODE_EXTRA_CA_CERTS": false,
"NODE_TLS_REJECT_UNAUTHORIZED": false,
"registry": "https://registry.npmjs.org",
"registryList": {
"taobao": {
"name": "taobao镜像",
"value": "https://registry.npmmirror.com"
},
"ustclug": {
"name": "中国科学技术大学镜像",
"value": "https://npmreg.proxy.ustclug.org"
}
},
"yarnRegistry": "default",
"yarnRegistryList": {
"taobao": {
"name": "taobao镜像",
"value": "https://registry.npmmirror.com"
}
}
},
"variables": {
"phantomjs_cdnurl": "https://npmmirror.com/mirrors/phantomjs",
"chromedriver_cdnurl": "https://npmmirror.com/mirrors/chromedriver",
"sass_binary_site": "https://npmmirror.com/mirrors/node-sass",
"ELECTRON_MIRROR": "https://npmmirror.com/mirrors/electron/",
"NVM_NODEJS_ORG_MIRROR": "https://npmmirror.com/mirrors/node",
"CHROMEDRIVER_CDNURL": "https://npmmirror.com/mirrors/chromedriver",
"OPERADRIVER": "https://npmmirror.com/mirrors/operadriver",
"ELECTRON_BUILDER_BINARIES_MIRROR": "https://npmmirror.com/mirrors/electron-builder-binaries/",
"PYTHON_MIRROR": "https://npmmirror.com/mirrors/python"
}
},
"git": {
"name": "Git.exe代理",
"enabled": false,
"tip": "如果你没有安装git命令行则不需要启动它",
"setting": {
"sslVerify": true,
"noProxyUrls": {
"https://gitee.com": true,
"https://e.coding.net": true,
"https://codeup.aliyun.com": true
}
}
},
"pip": {
"name": "PIP加速",
"statusOff": true,
"tip": "如果你没有安装pip则不需要启动它",
"startup": {},
"setting": {
"command": "pip",
"trustedHost": "pypi.org",
"registry": "https://pypi.org/simple/",
"registryList": {
"aliyun": {
"name": "阿里镜像",
"value": "https://mirrors.aliyun.com/pypi/simple/"
},
"baidu": {
"name": "百度镜像",
"value": "https://mirror.baidu.com/pypi/simple/"
},
"douban": {
"name": "豆瓣镜像",
"value": "http://pypi.douban.com/simple/"
},
"sohu": {
"name": "搜狐镜像",
"value": "http://mirrors.sohu.com/Python/"
},
"ustclug": {
"name": "中科大镜像",
"value": "https://pypi.mirrors.ustc.edu.cn/simple/"
},
"bfsu": {
"name": "北京外国语大学镜像",
"value": "https://mirrors.bfsu.edu.cn/pypi/web/simple/"
},
"nju": {
"name": "南京大学镜像",
"value": "https://mirror.nju.edu.cn/pypi/web/simple/"
},
"tsinghua": {
"name": "清华大学镜像",
"value": "https://pypi.tuna.tsinghua.edu.cn/simple/"
},
"hust": {
"name": "华中科大镜像",
"value": "https://mirrors.hust.edu.cn/pypi/web/simple/"
},
"sdut": {
"name": "山东理工大学镜像",
"value": "http://pypi.sdutlinux.org/"
}
}
}
}
},
"proxy": {
"excludeDomesticDomainAllowList": false,
"remoteDomesticDomainAllowListFileUrl": "https://ghproxy.net/https://raw.githubusercontent.com/pluwen/china-domain-allowlist/main/allow-list.sorl",
"excludeIpList": {
"objects-origin.githubusercontent.com": true,
"*.ghproxy.net": true,
"*.ghp.ci": true,
"*.kkgithub.com": true,
"*.dgithub.xyz": true,
"pages.github.com": true,
"help.github.com": true,
"docs.github.com": true,
"*.github.blog": true,
"analytics.githubassets.com": true,
"ghcc.githubassets.com": true,
"www.docker.com": true,
"login.docker.com": true,
"api.dso.docker.com": true,
"desktop.docker.com": true,
"docs.docker.com": true,
"*.s-microsoft.com": true,
"*.xboxlive.com": true,
"*.mihoyo.com": true,
"*.elastic.co": false,
"*.bilicomic.com": true,
"[2049:8c54:813:10c::140]": true,
"[2409:8a0c:a442:ff40:a51f:4b9c:8b41:25ea]": true,
"[2606:2800:147:120f:30c:1ba0:fc6:265a]": true,
"*.cmicapm.com": true,
"*.cloudflare-cn.com": true,
"*.microsoftonline.com": true,
"*.msedge.net": true,
"*kaspersky*.com": true,
"*.upd.kaspersky.com": true,
"*.lanhuapp.com": true,
"*.soboten.com": true,
"*.sandboxie-plus.com": true,
"*.wuyou.net": true,
"*.pyecharts.org": true,
"*.bcloudlink.com": true,
"*.qijishow.com": true,
"*.z-lib.fo": true,
"*.finalshell.com": true,
"*.minebbs.com": true,
"*.spigotmc.org": true,
"*.virustotal.com": true,
"*.gitlab.com": true,
"*.deepseek.com": true,
"*steaminventoryhelper.com": true,
"*.youdemai.com": true,
"*.casualthink.com": true,
"44.239.165.12": true,
"3.164.110.117": true,
"*.cn": true,
"*china*": true,
"*.ghproxy.*": true,
"ssh.github.com": true,
"www.deepl.com": true,
"*.csdn.net": true,
"*.so.com": true,
"*.baidu.com": true,
"*.baiducontent.com": true,
"*.bdimg.com": true,
"*.bdstatic.com": true,
"*.bdydns.com": true,
"*.tencent.com": true,
"*.qq.com": true,
"*.weixin.com": true,
"*.weixinbridge.com": true,
"*.wechat.com": true,
"*.idqqimg.com": true,
"*.gtimg.com": true,
"*.qpic.com": true,
"*.qlogo.com": true,
"*.myapp.com": true,
"*.aliyun.com": true,
"*.alipay.com": true,
"*.taobao.com": true,
"*.tmall.com": true,
"*.alipayobjects.com": true,
"*.dingtalk.com": true,
"*.mmstat.com": true,
"*.alicdn.com": true,
"*.hdslb.com": true,
"gitee.com": true,
"*.gitee.com": true,
"*.gitee.io": true,
"*.giteeusercontent.com": true,
"*.mozilla.org": true,
"*.mozilla.com": true,
"*.mozilla.net": true,
"*.firefox.com": true,
"*.firefox.org": true,
"*.mozillademos.org": true,
"*.mozillians.org": true,
"*.mozillians.net": true,
"*.mozillians.com": true,
"*.sonatype.org": true,
"*.maven.org": true,
"*.mvnrepository.com": true,
"*.apple.com": true,
"*.icloud.com": true,
"*.microsoft.com": true,
"*.windows.com": true,
"*.office.com": true,
"*.office.net": true,
"*.msn.com": true,
"*.wps.com": true,
"*.wps.net": true,
"*.ksord.com": true,
"*.qihoo.com": true,
"*.qihucdn.com": true,
"*.360.com": true,
"*.360safe.com": true,
"*.360buyimg.com": true,
"*.360buy.com": true,
"*.jd.com": true,
"*.jcloud.com": true,
"*.jcloudcs.com": true,
"*.jcloudcache.com": true,
"*.jcloudcdn.com": true,
"*.jcloudlb.com": true,
"*.bilibili.com": true,
"*.bilivideo.com": true,
"*.biliapi.net": true,
"*.10086.com": true,
"*.10086cloud.com": true,
"*.139.com": true,
"*.xunlei.com": true,
"*.icpapi.com": true,
"*.navicat.com": true,
"localhost": true,
"localhost.*": true,
"127.*.*.*": true,
"test.*": true,
"10.*.*.*": true,
"172.16.*.*": true,
"172.17.*.*": true,
"172.18.*.*": true,
"172.19.*.*": true,
"172.20.*.*": true,
"172.21.*.*": true,
"172.22.*.*": true,
"172.23.*.*": true,
"172.24.*.*": true,
"172.25.*.*": true,
"172.26.*.*": true,
"172.27.*.*": true,
"172.28.*.*": true,
"172.29.*.*": true,
"172.30.*.*": true,
"172.31.*.*": true,
"192.168.*.*": true
},
"enabled": true,
"name": "系统代理",
"use": "local",
"other": [],
"proxyHttp": false,
"setEnv": false,
"setCaBundle": false,
"autoUpdateDomesticDomainAllowList": true,
"domesticDomainAllowListFilePath": "./extra/proxy/domestic-domain-allowlist.txt"
}
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in background.js around the autoStart module and the change-showHideShortcut messages, using the reported KDE Wayland reproduction steps. Check how startup and shortcut registration interact, then verify that launching the app or revisiting the shortcut setting no longer opens the system shortcut settings page while the shortcut still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100