cloudcc-cli 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,10 @@
1
+ # ReleaseV0.7.3
2
+ #### 发布日期:2021-11-10
3
+ #### 发布范围:全量
4
+ #### 发布内容
5
+ * 修复
6
+ * 设置生成version的编码格式
7
+
1
8
  # ReleaseV0.7.2
2
9
  #### 发布日期:2021-11-8
3
10
  #### 发布范围:全量
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudcc-cli",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "cloudcc-cli",
5
5
  "keywords": [
6
6
  "cloudcc",
package/src/index.html ADDED
@@ -0,0 +1,12 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Document</title>
8
+ </head>
9
+ <body>
10
+
11
+ </body>
12
+ </html>
@@ -112,7 +112,7 @@ class Publish {
112
112
  <div>Commit:${gitCommitVersion}</div>
113
113
  </div>
114
114
  `
115
- fs.writeFileSync("dist/version.html", versionInfo);
115
+ fs.writeFileSync("dist/version.html", versionInfo, 'utf-8');
116
116
  return true
117
117
  } catch (error) {
118
118
  return false