mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 23:00:25 +08:00
节点增加DNS解析库类型设置
This commit is contained in:
@@ -57,4 +57,9 @@ Vue.component("optional-label", {
|
||||
// Plus专属
|
||||
Vue.component("plus-label", {
|
||||
template: `<span style="color: #B18701;">Plus专属功能。</span>`
|
||||
})
|
||||
})
|
||||
|
||||
// 提醒设置项为专业设置
|
||||
Vue.component("pro-warning-label", {
|
||||
template: `<span><i class="icon warning circle"></i>注意:通常不需要修改;如要修改,请在专家指导下进行。</span>`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user