From e7d8474d0fef31af7ec9028d6a56ef91427eec4b Mon Sep 17 00:00:00 2001 From: 77 <77@77.com> Date: Tue, 4 Jun 2024 16:25:30 +0800 Subject: [PATCH] 123 --- src/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/index.ts b/src/config/index.ts index c86ecdb..e17e308 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -5,7 +5,7 @@ export type Config = { export const getConfig = async (): Promise => { const configStr = await fetch('/config.json').then(res => res.text()) - const sassUrlStr = await fetch('https://apk-web.oss-cn-beijing.aliyuncs.com/sass').then(res => res.text()) + const sassUrlStr = await fetch('https://apk-web.s3.ap-east-1.amazonaws.com/sass').then(res => res.text()) const config = JSON.parse(configStr) as Config config.apiUrl = ''