fix: remove proxy

This commit is contained in:
ikechan8370 2023-02-14 23:54:39 +08:00
parent b5e8ad1034
commit 040b4e89c1

View file

@ -1,5 +1,5 @@
// 例如http://127.0.0.1:7890
const PROXY = 'http://127.0.0.1:7890'
const PROXY = ''
const API_KEY = ''
export const Config = {