mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 20:30:25 +08:00
可以直接在节点启动时自动注册节点
This commit is contained in:
@@ -33,5 +33,5 @@ Vue.component("download-link", {
|
||||
})
|
||||
}
|
||||
},
|
||||
template: `<a :href="url" target="_blank"><slot></slot></a>`,
|
||||
template: `<a :href="url" target="_blank" style="font-weight: normal"><slot></slot></a>`,
|
||||
})
|
||||
Reference in New Issue
Block a user