Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shenghuang147 committed May 15, 2024
1 parent 15e277f commit c471f23
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions js/plugin_juicity/juicity.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ class juicityClass {
let v = this.defaultSharedStorage[k];
this.common._setType(k, typeof v);

if (!this.sharedStorage.hasOwnProperty(k)) {
this.sharedStorage[k] = v;
}
// if (!this.sharedStorage.hasOwnProperty(k)) {
// this.sharedStorage[k] = v;
// }
}
}

Expand Down Expand Up @@ -137,6 +137,7 @@ class juicityClass {
// 开启设置界面时调用
setSharedStorage(b64Str) {
this.sharedStorage = util.decodeB64Str(b64Str);
neko.logError(JSON.stringify(this.sharedStorage))
this._initDefaultSharedStorage();
}

Expand Down

0 comments on commit c471f23

Please sign in to comment.