mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-05 15:38:46 +08:00
adjust the env name; add the dedicate script to run auto start chat
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { runAutoChat } from './flow/GEEK_AUTO_START_CHAT_WITH_BOSS'
|
||||
import { openSettingWindow } from './flow/OPEN_SETTING_WINDOW'
|
||||
|
||||
const runMode = process.env.BOSSGEEKGO_RUN_MODE
|
||||
const runMode = process.env.MAIN_BOSSGEEKGO_RUN_MODE
|
||||
switch (runMode) {
|
||||
case 'geekAutoStartWithBoss': {
|
||||
runAutoChat()
|
||||
|
||||
Reference in New Issue
Block a user