mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🐞 fix: 修复小蓝鸟部分逻辑问题
This commit is contained in:
parent
309e9947eb
commit
1b5c187a47
@ -454,6 +454,11 @@ export class tools extends plugin {
|
||||
);
|
||||
}
|
||||
}
|
||||
// 如果没有图片直接返回走
|
||||
if (task.length === 0) {
|
||||
return true;
|
||||
}
|
||||
// 下面是有图片的情况
|
||||
let images = [];
|
||||
let path = [];
|
||||
// 获取所有图片的promise
|
||||
|
Loading…
x
Reference in New Issue
Block a user