adjust the folder structure of GEEK_AUTO_START_CHAT_WITH_BOSS_STARTED

This commit is contained in:
geekgeekrun
2024-03-10 12:34:05 +08:00
parent 37cbb19bbd
commit 4b074827bb
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ import { app } from 'electron'
import { SyncHook, AsyncSeriesHook } from 'tapable'
import { readConfigFile } from '@geekgeekrun/geek-auto-start-chat-with-boss/runtime-file-utils.mjs'
import * as fs from 'fs'
import { pipeWriteRegardlessError } from './utils/pipe'
import { getAnyAvailablePuppeteerExecutable } from './CHECK_AND_DOWNLOAD_DEPENDENCIES/utils/puppeteer-executable'
import { pipeWriteRegardlessError } from '../utils/pipe'
import { getAnyAvailablePuppeteerExecutable } from '../CHECK_AND_DOWNLOAD_DEPENDENCIES/utils/puppeteer-executable'
const { groupRobotAccessToken: dingTalkAccessToken } = readConfigFile('dingtalk.json')

View File

@@ -1,4 +1,4 @@
import { runAutoChat } from './flow/GEEK_AUTO_START_CHAT_WITH_BOSS'
import { runAutoChat } from './flow/GEEK_AUTO_START_CHAT_WITH_BOSS/index'
import { openSettingWindow } from './flow/OPEN_SETTING_WINDOW'
import { checkAndDownloadDependenciesForInit } from './flow/CHECK_AND_DOWNLOAD_DEPENDENCIES/index'
import { launchBossZhipinLoginPageWithPreloadExtension } from './flow/LAUNCH_BOSS_ZHIPIN_LOGIN_PAGE_WITH_PRELOAD_EXTENSION'