Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-12-30 12:12:53 +08:00
parent 2c567096df
commit 061c065720
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -269,7 +269,7 @@ export class Plugin {
this.data[storageName] = response;
resolve(this.data[storageName]);
}, null, (response) => {
reject(response);
resolve("");
});
});
}