cloudcc-cli 1.7.7 → 1.7.8

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
+ # ReleaseV1.7.8
2
+ #### 发布日期:2025-1-15
3
+ #### 发布范围:全量
4
+ #### 发布内容
5
+ * 优化
6
+ * create1模版调整。
7
+
1
8
  # ReleaseV1.7.7
2
9
  #### 发布日期:2025-1-14
3
10
  #### 发布范围:全量
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudcc-cli",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
4
4
  "description": "cloudcc-cli",
5
5
  "keywords": [
6
6
  "cloudcc",
@@ -15,11 +15,19 @@ async function create(name) {
15
15
 
16
16
  <script>
17
17
  export default {
18
- data() {
19
- return {
18
+ data() {
19
+ return {
20
+ componentInfo: {
21
+
22
+ component: "cloudcc-demo-01",
23
+
24
+ compName: "cloudcc-demo-01",
25
+
26
+ compDesc: "Component description information",
27
+ },
20
28
  isLock: false,
21
- }
22
- },
29
+ };
30
+ },
23
31
  };
24
32
  </script>
25
33
  <style lang="scss" scoped>