From 65cfb289a24a1b164635a3f601c639a5313d1fca Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Sun, 29 Sep 2024 10:15:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=B5=B7=E5=A4=96?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.js b/src/config.js index 3583054..25f269f 100644 --- a/src/config.js +++ b/src/config.js @@ -3,6 +3,7 @@ export const PROJECT_NAME = "GHHub"; // mode: test,内部测试使用 export const HT_HOST = import.meta.env.MODE === 'test' ? 'http://120.79.9.217:10024' : import.meta.env.PROD ? 'https://p9axztuwd7x8a7.mycht.cn' : 'http://202.103.68.144:890' +export const OVERSEA_HOST = 'https://pam5yninqgpzw4.mycht.cn' export const DATE_FORMAT = "YYYY-MM-DD"; export const DATE_FORMAT_MONTH = "YYYY-MM";