mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-09 13:24:38 +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 ()=>{
|
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.freqDb = JSON.parse(rst)
|
||||||
state.timer = setInterval(()=>{
|
state.timer = setInterval(()=>{
|
||||||
state.dt = new Date().toLocaleString('zh-CN', { timeZone: 'Asia/Shanghai' })
|
state.dt = new Date().toLocaleString('zh-CN', { timeZone: 'Asia/Shanghai' })
|
||||||
|
|
Loading…
Reference in a new issue