Browse Source

Merge 2f1f575a63 into 60bdffd5cf

pull/1394/merge
Simon Kusterer 3 months ago
committed by GitHub
parent
commit
f846c35345
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      src/controllers/sheetmanage.js

4
src/controllers/sheetmanage.js

@ -1069,6 +1069,10 @@ const sheetmanage = {
server.clearcachelocaldata(function() {
ini();
});
})
.catch(function(e) {
ini();
console.log("缓存操作失败");
});
} catch (e) {
ini();

Loading…
Cancel
Save