@ives_xxz/packages 1.0.0 → 1.0.1
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.
|
@@ -260,11 +260,9 @@ module.exports = {
|
|
|
260
260
|
const sourcePath = Editor.assetdb.uuidToFspath(uuid);
|
|
261
261
|
|
|
262
262
|
if (sourcePath) {
|
|
263
|
-
// 检查原始资源目录中是否存在spine相关文件
|
|
264
263
|
const sourceDir = Path.dirname(sourcePath);
|
|
265
264
|
const sourceBasename = Path.basename(sourcePath, '.png');
|
|
266
265
|
|
|
267
|
-
// 检查同目录下是否存在spine相关文件
|
|
268
266
|
const spineFiles = [
|
|
269
267
|
Path.join(sourceDir, sourceBasename + '.json'),
|
|
270
268
|
Path.join(sourceDir, sourceBasename + '.atlas'),
|