feat: 月报统计(总);查询的月报数据自动保存

This commit is contained in:
bietiaop 2024-10-04 11:23:31 +08:00
parent 9f8d5dc1f6
commit dcf04636c2
12 changed files with 739 additions and 62 deletions

View file

@ -5,6 +5,7 @@ import { dataPath } from '../path.js';
export const dbPath = {
gacha: 'gacha',
panel: 'panel',
monthly: 'monthly',
};
/**