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