This commit is contained in:
hujiabin 2024-04-26 15:47:26 +08:00
parent 0e04469458
commit 439fe9349c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ function add(name) {
function init() { function init() {
add('season'); add('season');
//add('dailyTask'); //add('dailyTask');
add('hourlyTask'); // add('hourlyTask');
add('rankings'); add('rankings');
} }

View File

@ -6,7 +6,7 @@ const Redis = require('../services/redis');
const RANKING_KEY = 'game2006api:'; const RANKING_KEY = 'game2006api:';
const LAST_IDX = 'userLastIdx'; const LAST_IDX = 'userLastIdx';
const BASE_SCORE = 2800; const BASE_SCORE = 1300;
class Rankings { class Rankings {