mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 08:27:13 +08:00
file rename
This commit is contained in:
@@ -36,11 +36,11 @@ import { createResumeEditorWindow, resumeEditorWindow } from '../../../window/re
|
|||||||
import {
|
import {
|
||||||
getValidTemplate,
|
getValidTemplate,
|
||||||
requestNewMessageContent
|
requestNewMessageContent
|
||||||
} from '../../READ_NO_REPLY_AUTO_REMINDER/boss-operation'
|
} from '../../READ_NO_REPLY_AUTO_REMINDER_MAIN/boss-operation'
|
||||||
import {
|
import {
|
||||||
autoReminderPromptTemplateFileName,
|
autoReminderPromptTemplateFileName,
|
||||||
writeDefaultAutoRemindPrompt
|
writeDefaultAutoRemindPrompt
|
||||||
} from '../../READ_NO_REPLY_AUTO_REMINDER/boss-operation'
|
} from '../../READ_NO_REPLY_AUTO_REMINDER_MAIN/boss-operation'
|
||||||
import {
|
import {
|
||||||
checkIsResumeContentValid,
|
checkIsResumeContentValid,
|
||||||
resumeContentEnoughDetect
|
resumeContentEnoughDetect
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ const runMode = commandlineArgs['mode'];
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
case 'readNoReplyAutoReminderMain': {
|
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()
|
runEntry()
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ export async function pushCurrentPageScreenshot (page) {
|
|||||||
throw new Error(`PAGE_CLOSED`)
|
throw new Error(`PAGE_CLOSED`)
|
||||||
}
|
}
|
||||||
// 截图失败不应影响主流程
|
// 截图失败不应影响主流程
|
||||||
console.warn('[READ_NO_REPLY_AUTO_REMINDER] pushCurrentPageScreenshot error', err)
|
console.warn('[pushCurrentPageScreenshot] error', err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user