@wagq/wa-cli 0.6.20 → 0.6.21

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.
@@ -145,7 +145,7 @@ const generateLogic = async (dirName, daml, name) => {
145
145
  const hasFileJsDoc = content.includes("@file");
146
146
  // 添加标识
147
147
  content = hasFileJsDoc
148
- ? ""
148
+ ? content
149
149
  : `/** @file ${name}(逻辑名称:${fileName}) */
150
150
 
151
151
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wagq/wa-cli",
3
- "version": "0.6.20",
3
+ "version": "0.6.21",
4
4
  "description": "wa的脚手架",
5
5
  "main": "index.js",
6
6
  "scripts": {