We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b47a8c commit ecb99dbCopy full SHA for ecb99db
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tencent-component-toolkit",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Tencent component toolkit",
5
"main": "src/index.js",
6
"scripts": {
src/baas/cns/index.js
@@ -54,6 +54,7 @@ class Cns {
54
Region: this.region,
55
domain: inputs.domain
56
})
57
+ output.DNS = 'Please set your domain DNS: f1g1ns1.dnspod.net | f1g1ns1.dnspod.net'
58
console.log(`Added domain`)
59
} catch (e) {
60
// Domain添加错误,不影响主流程,继续尝试后面的工作
0 commit comments