qcf 0.1.7 → 0.1.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.
@@ -1,3 +1,3 @@
1
1
  .qf-comp-{{kebabCase name}} {
2
-
3
- }
2
+ //样式
3
+ }
@@ -11,4 +11,4 @@ const {{bigCamelCase name}}: React.FC = () => {
11
11
  );
12
12
  };
13
13
 
14
- export default {{bigCamelCase name}};
14
+ export default {{bigCamelCase name}};
@@ -1,3 +1,3 @@
1
1
  .page-{{kebabCase name}} {
2
-
2
+ //样式
3
3
  }
@@ -11,4 +11,4 @@ const {{bigCamelCase name}}: React.FC = () => {
11
11
  );
12
12
  };
13
13
 
14
- export default {{bigCamelCase name}};
14
+ export default {{bigCamelCase name}};
@@ -1,3 +1,3 @@
1
1
  .page-comp-{{kebabCase name}} {
2
-
2
+ //样式
3
3
  }
@@ -11,4 +11,4 @@ const {{bigCamelCase name}}: React.FC = () => {
11
11
  );
12
12
  };
13
13
 
14
- export default {{bigCamelCase name}};
14
+ export default {{bigCamelCase name}};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qcf",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "quick create file(QCF) is a package for quickly creating templates for front-end projects",
5
5
  "author": "xunzou",
6
6
  "type": "module",