fast-cocos 1.1.11 → 1.1.12

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.
@@ -61,7 +61,7 @@ class Audio {
61
61
  });
62
62
  str += "\n};\n";
63
63
  // 导出ts配置文件
64
- const tsFilePath = isAny ? utils_1.utils.stringFormat(options.script, xlsxName) : path_1.default.join(options.script, xlsxName, "config", `${fileName}.ts`);
64
+ const tsFilePath = isAny ? utils_1.utils.stringFormat(options.script, xlsxName, `${fileName}.ts`) : path_1.default.join(options.script, xlsxName, "config", `${fileName}.ts`);
65
65
  utils_1.utils.writeFileSync(tsFilePath, str);
66
66
  // 删除未使用mp3文件
67
67
  oldMp3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-cocos",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "scripts": {
5
5
  "clean": "rm -rf dist",
6
6
  "start": "node ./dist/index.js",