修复一些图片模式页面错误,添加图片页面服务器自定义配置,修改配置文件加载方法 (#172)

This commit is contained in:
HalcyonAlcedo 2023-02-20 11:32:44 +08:00 committed by GitHub
parent 6b9afe588a
commit 049e71b7bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
203 changed files with 2071 additions and 1385 deletions

View file

@ -1,5 +1,5 @@
import lodash from 'lodash'
import { Config } from '../config/index.js'
import { Config } from '../utils/config.js'
import StealthPlugin from 'puppeteer-extra-plugin-stealth'
import { getOpenAIAuth } from './openai-auth.js'
import delay from 'delay'