实现在域名解析中使用EdgeDNS

This commit is contained in:
刘祥超
2021-06-02 18:14:00 +08:00
parent b6fd9aeb14
commit da38fcaa0c
8 changed files with 144 additions and 17 deletions

View 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
}
})
})