Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed May 28, 2024
1 parent 2f7dfdf commit 1d0be78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/components/ConnectivityTest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ const manualRun = ref(false);
const intervalId = ref(3000);
const connectivityTests = reactive([
{
id: "bilibili",
name: "Bilibili",
icon: "tv-fill",
url: "https://www.bilibili.com/favicon.ico?",
id: "taobao",
name: "Taobao",
icon: "shop",
url: "https://www.taobao.com/favicon.ico?",
status: t('connectivity.StatusWait'),
time: 0,
mintime: 0,
Expand Down

0 comments on commit 1d0be78

Please sign in to comment.