This commit is contained in:
Silent YANG 2024-02-12 18:30:13 +08:00
parent eece3962ad
commit 0d28b906f7

View file

@ -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' })