Skip to content

Commit ecb99db

Browse files
author
dfounderliu
committed
fix: fix cns dns information
1 parent 6b47a8c commit ecb99db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tencent-component-toolkit",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Tencent component toolkit",
55
"main": "src/index.js",
66
"scripts": {

src/baas/cns/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class Cns {
5454
Region: this.region,
5555
domain: inputs.domain
5656
})
57+
output.DNS = 'Please set your domain DNS: f1g1ns1.dnspod.net | f1g1ns1.dnspod.net'
5758
console.log(`Added domain`)
5859
} catch (e) {
5960
// Domain添加错误,不影响主流程,继续尝试后面的工作

0 commit comments

Comments
 (0)