fixed 19-09

This commit is contained in:
2025-09-19 09:55:29 +07:00
parent f6cc0175e0
commit 3c493c92d3
4 changed files with 107 additions and 14 deletions

View File

@ -966,8 +966,8 @@ class CacheManager {
}
}
}
this.flexPages.insert(url, { "linkID": idN, "info": info });
this.storage.set(idN, htmlData, function () { }, type = "flex");
// this.flexPages.insert(url, { "linkID": idN, "info": info });
//this.storage.set(idN, htmlData, function () { }, type = "flex");
if (this.countFP > 5) {
this.countFP = 0;
//this.storage.set("treePage", this.flexPages.toJSON(), function () { });