From 9a80374e24dc78ce595b96b4806516034f6944a9 Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Tue, 22 Oct 2024 14:04:10 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E4=B8=8A=E4=BC=A0=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E5=9B=BE=E7=89=87=E4=BD=BF=E7=94=A8=20CDN=20=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 7b479a4..2ce6741 100644 --- a/src/config.js +++ b/src/config.js @@ -3,7 +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 OVERSEA_HOST = 'https://ht20-p9axztuwd7x8a7.mycht.cn' export const DATE_FORMAT = "YYYY-MM-DD"; export const DATE_FORMAT_MONTH = "YYYY-MM"; From 2f7e8a9f0f50b176a59162b8d5834d846eb52c8d Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Tue, 22 Oct 2024 14:13:12 +0800 Subject: [PATCH 2/2] 2.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9ba716..a62a3d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "global-highlights-hub", "private": true, - "version": "2.0.5", + "version": "2.0.6", "type": "module", "scripts": { "dev": "vite",