add 活跃统计

This commit is contained in:
2022-06-03 21:57:28 +08:00
parent fb2d9ae159
commit dc8fea04b6
7 changed files with 91 additions and 18 deletions

3
bin/cache/index.js vendored Normal file
View File

@@ -0,0 +1,3 @@
import NodeCache from "node-cache"
export const myCache = new NodeCache({ stdTTL: 3600, checkperiod: 60 });