节点增加DNS解析库类型设置

This commit is contained in:
刘祥超
2022-05-04 16:41:28 +08:00
parent 8a95f49f8f
commit 549f418b69
8 changed files with 174 additions and 13 deletions

View File

@@ -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>`
})