广告优化

This commit is contained in:
GaoHao
2025-01-09 18:08:26 +08:00
parent 92e53ae8b2
commit 5f1d2db2bd
4 changed files with 33 additions and 18 deletions

View File

@@ -75,6 +75,11 @@ export const $cache_user = new CACHE({
...uni.getStorageSync('CACHE_user')
})
export const $cache_rule = new CACHE({
_name: 'CACHE_rule',
...uni.getStorageSync('CACHE_rule')
})
class CACHE_config extends CACHE {
constructor(data) {
super(data)
@@ -113,6 +118,7 @@ const $cache={
renwu:$cache_renwu,
chasingDrama:$cache_chasingDrama,
user:$cache_user,
rule:$cache_rule,
config:$cache_config
}
export function cacheClearAll() {