diff --git a/packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER_MAIN/index.ts b/packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER_MAIN/index.ts index 3ef21c1..7d4e1fe 100644 --- a/packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER_MAIN/index.ts +++ b/packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER_MAIN/index.ts @@ -264,6 +264,11 @@ const mainLoop = async () => { bossCookies = readStorageFile('boss-cookies.json') cookieCheckResult = checkCookieListFormat(bossCookies) } catch (err) { + await dialog.showMessageBox({ + type: `error`, + message: `登录状态无效`, + detail: `请重新登录Boss直聘` + }) sendToDaemon({ type: 'worker-to-gui-message', data: { diff --git a/packages/ui/src/renderer/src/page/BrowserAssistant/index.vue b/packages/ui/src/renderer/src/page/BrowserAssistant/index.vue index ad391fa..b7af214 100644 --- a/packages/ui/src/renderer/src/page/BrowserAssistant/index.vue +++ b/packages/ui/src/renderer/src/page/BrowserAssistant/index.vue @@ -21,17 +21,17 @@ @click="autoDetectPuppeteerExecutable" >自动检测 - 浏览 + 浏览
常见问题
-
-
+
+
不能自动检测到浏览器? -
+
请尝试如下方案之一来处理:
  • @@ -55,7 +55,8 @@ :loading="isAutoDetectLoading" @click="autoDetectPuppeteerExecutable" >自动检测按钮再次尝试。目前(2026.2.7)已知 Chrome 最新版本为 144.0.7559.133 + >按钮再次尝试。截至本程序开发时(2026.2.7)Google Chrome 最新版本为 + 144.0.7559.133 ,多数情况下本程序都可以正常工作,但由于浏览器会自动升级,版本不固定,可能存在浏览器升级后某些功能不兼容导致本程序不能正确运行
+
+ + 如果我要自定义浏览器,那么可选择的浏览器有哪些?对于浏览器有什么要求? + +
+
+ 截至本程序开发时(2026.2.7),已确定支持的各操作系统下的浏览器及版本包括: +
+
    +
  • +
    macOS
    +
      +
    • Google Chrome for Testing {{ EXPECT_CHROMIUM_BUILD_ID }}
    • +
    • Google Chrome 144.0.7559.133
    • +
    • Microsoft Edge 144.0.3719.115
    • +
    +
  • +
  • +
    Windows
    +
      +
    • Google Chrome for Testing {{ EXPECT_CHROMIUM_BUILD_ID }}
    • +
    • Google Chrome 144.0.7559.133
    • +
    • Microsoft Edge 144.0.3719.93
    • +
    • Opera 127.0.5778.14(基于 Chromium 143.0.7499.194)
    • +
    • Yandex Browser 25.12.3.1126 (基于 Chromium 142.0.7444.1126)
    • +
    +
  • +
  • +
    Linux (Ubuntu)
    +
      +
    • Google Chrome for Testing {{ EXPECT_CHROMIUM_BUILD_ID }}
    • +
    +
  • +
+
+ 下列浏览器可以使用,但由于Chromium内核版本低于本程序设置的版本,可能存在潜在问题,不一定能完全支持所有功能,你可以尝试进行配置: +
+
    +
  • +
    Windows
    +
      +
    • 360 安全浏览器 16.1.2552.64 (基于 Chromium 132.0.6834.83)
    • +
    • 360 极速浏览器X 23.1.1187.64 (基于 Chromium 132.0.6805.0)
    • +
    • 夸克 6.4.0.728 (基于 Chromium 130.0.6723.44)
    • +
    +
  • +
+
下列浏览器经过测试已明确不可用:
+
    +
  • +
    Windows
    +
      +
    • QQ 浏览器 20.1.0 (基于 Chromium 116.0.5845.97)
    • +
    • 搜狗高速浏览器 13.8 (基于 Chromium 116.0.5845.97)
    • +
    • 猎豹浏览器(基于 Chromium 112.0.5615.138)
    • +
    • Brave 1.86.148 (基于 Chromium 144.0.7559.133)
    • +
    +
  • +
+
+ 本程序目前仅支持 Chromium 内核浏览器,因此 Safari、Firefox、Windows Internet + Explorer、旧版 Microsoft Edge 等非Chromium内核浏览器无法使用;同时,对于 Chromium 内核浏览器,本程序仅支持 + {{ EXPECT_CHROMIUM_BUILD_ID }} + 或更高内核版本,你可以打开在你想要尝试的浏览器,访问 “chrome://version” 找到 ”用户代理“ / + ”User Agent“ 行来查看当前浏览器的内核版本。
+ 目前,大部分中国大陆厂商发布的基于Chromium内核的浏览器,均由于版本过低,不被本程序支持。 +
+
+
@@ -100,7 +174,7 @@