This commit is contained in:
xy
2026-03-13 01:38:40 +00:00
parent e6e4f88257
commit 28855885cd
311 changed files with 89544 additions and 94350 deletions

View File

@@ -12,8 +12,8 @@ import ExportGmUser from '../../../app/service/GmUser';
import ExportLog from '../../../app/service/Log';
import ExportMail from '../../../app/service/Mail';
import ExportTest from '../../../app/service/Test';
import ExportUtils from '../../../app/service/Utils';
import ExportUsers from '../../../app/service/users';
import ExportUtils from '../../../app/service/Utils';
declare module 'egg' {
interface IService {
@@ -23,7 +23,7 @@ declare module 'egg' {
log: AutoInstanceType<typeof ExportLog>;
mail: AutoInstanceType<typeof ExportMail>;
test: AutoInstanceType<typeof ExportTest>;
utils: AutoInstanceType<typeof ExportUtils>;
users: AutoInstanceType<typeof ExportUsers>;
utils: AutoInstanceType<typeof ExportUtils>;
}
}