数数:后台停服前关闭

This commit is contained in:
luying
2021-12-15 10:41:30 +08:00
parent 2092d692df
commit 05e410d28f
10 changed files with 56 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import { Application, ChannelService, HandlerService, } from 'pinus';
import { reloadResources } from '../../../pubUtils/data';
import { treatGuildName } from '../../../services/sdkService';
import { taflush, treatGuildName } from '../../../services/sdkService';
import { getServerMainten, setServerMainten, stopServerMainten } from '../../../services/gmService';
export default function (app: Application) {
@@ -39,4 +39,8 @@ export class GuildRemote {
public getServerMainten(serverId: number) {
return getServerMainten(serverId);
}
public taflush() {
return taflush();
}
}