mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-14 18:36:00 +08:00
[-] log
This commit is contained in:
parent
e18c215fe4
commit
0bd00406f3
@ -65,7 +65,7 @@ class ResourceCache {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getExpiredTime() {
|
function getExpiredTime() {
|
||||||
console.log($.read(CSR_EXPIRATION_TIME_KEY));
|
// console.log($.read(CSR_EXPIRATION_TIME_KEY));
|
||||||
if (!$.read(CSR_EXPIRATION_TIME_KEY)) {
|
if (!$.read(CSR_EXPIRATION_TIME_KEY)) {
|
||||||
$.write('1728e5', CSR_EXPIRATION_TIME_KEY); // 48 * 3600 * 1000
|
$.write('1728e5', CSR_EXPIRATION_TIME_KEY); // 48 * 3600 * 1000
|
||||||
}
|
}
|
||||||
@ -88,7 +88,7 @@ function getExpiredTime() {
|
|||||||
'\u53c2\u6570\u4f20\u5165': 'readcachets', // "参数输入"
|
'\u53c2\u6570\u4f20\u5165': 'readcachets', // "参数输入"
|
||||||
};
|
};
|
||||||
let intimed = $.read('#\u8282\u70b9\u7f13\u5b58\u6709\u6548\u671f'); // Loon #节点缓存有效期
|
let intimed = $.read('#\u8282\u70b9\u7f13\u5b58\u6709\u6548\u671f'); // Loon #节点缓存有效期
|
||||||
console.log(intimed);
|
// console.log(intimed);
|
||||||
if (intimed in loont) {
|
if (intimed in loont) {
|
||||||
expiration = loont[intimed];
|
expiration = loont[intimed];
|
||||||
if (expiration === 'readcachets') {
|
if (expiration === 'readcachets') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user