diff --git a/packages/ui/src/main/flow/OPEN_SETTING_WINDOW/ipc/index.ts b/packages/ui/src/main/flow/OPEN_SETTING_WINDOW/ipc/index.ts index 3018643..20d237c 100644 --- a/packages/ui/src/main/flow/OPEN_SETTING_WINDOW/ipc/index.ts +++ b/packages/ui/src/main/flow/OPEN_SETTING_WINDOW/ipc/index.ts @@ -36,11 +36,11 @@ import { createResumeEditorWindow, resumeEditorWindow } from '../../../window/re import { getValidTemplate, requestNewMessageContent -} from '../../READ_NO_REPLY_AUTO_REMINDER/boss-operation' +} from '../../READ_NO_REPLY_AUTO_REMINDER_MAIN/boss-operation' import { autoReminderPromptTemplateFileName, writeDefaultAutoRemindPrompt -} from '../../READ_NO_REPLY_AUTO_REMINDER/boss-operation' +} from '../../READ_NO_REPLY_AUTO_REMINDER_MAIN/boss-operation' import { checkIsResumeContentValid, resumeContentEnoughDetect diff --git a/packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER/bootstrap.ts b/packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER_MAIN/bootstrap.ts similarity index 100% rename from packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER/bootstrap.ts rename to packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER_MAIN/bootstrap.ts diff --git a/packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER/boss-operation.ts b/packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER_MAIN/boss-operation.ts similarity index 100% rename from packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER/boss-operation.ts rename to packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER_MAIN/boss-operation.ts diff --git a/packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER/index.ts b/packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER_MAIN/index.ts similarity index 100% rename from packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER/index.ts rename to packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER_MAIN/index.ts diff --git a/packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER/types.ts b/packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER_MAIN/types.ts similarity index 100% rename from packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER/types.ts rename to packages/ui/src/main/flow/READ_NO_REPLY_AUTO_REMINDER_MAIN/types.ts diff --git a/packages/ui/src/main/index.ts b/packages/ui/src/main/index.ts index 81b8433..8a56525 100644 --- a/packages/ui/src/main/index.ts +++ b/packages/ui/src/main/index.ts @@ -48,7 +48,7 @@ const runMode = commandlineArgs['mode']; break } case 'readNoReplyAutoReminderMain': { - const { runEntry } = await import('./flow/READ_NO_REPLY_AUTO_REMINDER/index') + const { runEntry } = await import('./flow/READ_NO_REPLY_AUTO_REMINDER_MAIN/index') runEntry() break } diff --git a/packages/ui/src/main/utils/screenshot.ts b/packages/ui/src/main/utils/screenshot.ts index 391ba36..2c1a57a 100644 --- a/packages/ui/src/main/utils/screenshot.ts +++ b/packages/ui/src/main/utils/screenshot.ts @@ -30,7 +30,7 @@ export async function pushCurrentPageScreenshot (page) { throw new Error(`PAGE_CLOSED`) } // 截图失败不应影响主流程 - console.warn('[READ_NO_REPLY_AUTO_REMINDER] pushCurrentPageScreenshot error', err) + console.warn('[pushCurrentPageScreenshot] error', err) } }