adjust the env name; add the dedicate script to run auto start chat

This commit is contained in:
bossgeekgo
2024-02-12 13:01:32 +08:00
parent 68b5778de0
commit 9f2090ac45
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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()