file rename

This commit is contained in:
geekgeekrun
2026-01-17 18:27:18 +08:00
parent 5063f9c2aa
commit 754f942c86
7 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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
}

View File

@@ -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)
}
}