Update index.js

This commit is contained in:
ikechan8370 2023-01-11 22:57:23 +08:00 committed by GitHub
parent 5e28722601
commit 5e3745d5d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ const SESSION_TOKEN = ''
// CFtoken每小时刷新一般不用填
const CF_CLEARANCE = ''
const PROXY = 'http://127.0.0.1:7890'
const PROXY = ''
export const Config = {
token: SESSION_TOKEN,