镇念塔:排行榜

This commit is contained in:
luying
2021-08-17 19:35:44 +08:00
parent 13d55ca5c0
commit 2c338281aa
8 changed files with 17 additions and 17 deletions

View File

@@ -10,8 +10,8 @@ import ExportAuth from '../../../app/service/Auth';
import ExportGame from '../../../app/service/Game';
import ExportTest from '../../../app/service/Test';
import ExportTurboCore from '../../../app/service/TurboCore';
import ExportUtils from '../../../app/service/Utils';
import ExportUpdate from '../../../app/service/Update';
import ExportUtils from '../../../app/service/Utils';
declare module 'egg' {
interface IService {
@@ -19,7 +19,7 @@ declare module 'egg' {
game: AutoInstanceType<typeof ExportGame>;
test: AutoInstanceType<typeof ExportTest>;
turboCore: AutoInstanceType<typeof ExportTurboCore>;
utils: AutoInstanceType<typeof ExportUtils>;
update: AutoInstanceType<typeof ExportUpdate>;
utils: AutoInstanceType<typeof ExportUtils>;
}
}