From 0d28b906f757f9343d09798bccfb88a2a833f88a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=9A=E7=8E=89=E5=B8=86?= Date: Mon, 12 Feb 2024 18:30:13 +0800 Subject: [PATCH] update --- src/views/list/sat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/list/sat/index.vue b/src/views/list/sat/index.vue index bef991c..6fdd695 100644 --- a/src/views/list/sat/index.vue +++ b/src/views/list/sat/index.vue @@ -146,7 +146,7 @@ const state: { }) onMounted(async ()=>{ - const rst = await (await fetch('https://git.vicicode.com/mirrors/ham-satellite-database/raw/branch/main/data/amsat-active-frequencies.json')).text() + const rst = await (await fetch('https://mirror.ghproxy.com/https://raw.githubusercontent.com/palewire/ham-satellite-database/main/data/amsat-active-frequencies.json')).text() state.freqDb = JSON.parse(rst) state.timer = setInterval(()=>{ state.dt = new Date().toLocaleString('zh-CN', { timeZone: 'Asia/Shanghai' })