mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-07 20:33:28 +00:00
update
This commit is contained in:
parent
eece3962ad
commit
0d28b906f7
1 changed files with 1 additions and 1 deletions
|
@ -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' })
|
||||
|
|
Loading…
Reference in a new issue