mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-07-12 16:01:38 +08:00
19 lines
356 B
TypeScript
19 lines
356 B
TypeScript
export const getAutoStartChatSteps = () => [
|
|
{
|
|
id: 'worker-launch',
|
|
describe: '启动子进程'
|
|
},
|
|
{
|
|
id: 'puppeteer-executable-check',
|
|
describe: 'Puppeteer 可执行程序检查'
|
|
},
|
|
{
|
|
id: 'basic-cookie-check',
|
|
describe: 'Cookie 格式检查'
|
|
},
|
|
{
|
|
id: 'login-status-check',
|
|
describe: '登录状态检查'
|
|
}
|
|
]
|