From 040b4e89c150e316ffa13c55880a49dbda29cc0c Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Tue, 14 Feb 2023 23:54:39 +0800 Subject: [PATCH] fix: remove proxy --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index 9ad313b..76cef18 100644 --- a/config/index.js +++ b/config/index.js @@ -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 = {