Skip to content

Commit

Permalink
删除提示
Browse files Browse the repository at this point in the history
  • Loading branch information
ljxi committed Dec 20, 2023
1 parent baada05 commit f234ef2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -328,12 +328,12 @@ const runUrl = ref(localStorage.url ? localStorage.url : nodes.value[0].options[
var tasks: Array<number> = []
onMounted(() => {
setTimeout(() => {
ElMessage.warning({
dangerouslyUseHTMLString: true,
message: '本站将不再内置大厂链接 建议使用自定义节点功能',
})
},500)
// setTimeout(() => {
// ElMessage.warning({
// dangerouslyUseHTMLString: true,
// message: '本站将不再内置大厂链接 建议使用自定义节点功能',
// })
// },500)
autoStart.value&&tryStart();
})
Expand Down

0 comments on commit f234ef2

Please sign in to comment.