mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-19 23:50:25 +08:00
实现在域名解析中使用EdgeDNS
This commit is contained in:
10
web/views/@default/dns/providers/updatePopup.js
Normal file
10
web/views/@default/dns/providers/updatePopup.js
Normal file
@@ -0,0 +1,10 @@
|
||||
Tea.context(function () {
|
||||
this.typeDescription = ""
|
||||
|
||||
let that = this
|
||||
this.types.forEach(function (v) {
|
||||
if (v.code == that.provider.type) {
|
||||
that.typeDescription = v.description
|
||||
}
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user