mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-05 15:38:46 +08:00
refactor project structure
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { dingTalkAccessToken } from "../runtime/dingtalk.mjs"
|
||||
import { dingTalkAccessToken } from "../config/dingtalk.mjs"
|
||||
|
||||
export function createTextMessage (text) {
|
||||
return JSON.stringify({
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
import puppeteer from 'puppeteer-extra';
|
||||
import StealthPlugin from 'puppeteer-extra-plugin-stealth'
|
||||
|
||||
import bossCookies from '../runtime/boss-cookies.mjs'
|
||||
import targetCompanyList from '../runtime/target-company-list.mjs'
|
||||
import { cookies as bossCookies } from '../config/boss.mjs'
|
||||
import targetCompanyList from '../config/target-company-list.mjs'
|
||||
|
||||
import {
|
||||
sleep,
|
||||
|
||||
Reference in New Issue
Block a user