feat: add analytics page data caching

This commit is contained in:
eoao
2026-05-10 12:56:02 +08:00
parent 84e7e2e9d8
commit 09516c9cc8
3 changed files with 41 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ const KvConst = {
AUTH_INFO: 'auth-uid:',
SETTING: 'setting:',
SEND_DAY_COUNT: 'send_day_count:',
ANALYSIS_ECHARTS: 'analysis_echarts:',
PUBLIC_KEY: "public_key:"
}