Files
geekgeekrun/packages/ui/src/common/prerequisite-step-by-step-check.ts

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: '登录状态检查'
}
]