优化
Some checks failed
test / Run tests (push) Failing after 15s
build / Build (push) Failing after 23s
Some checks failed
test / Run tests (push) Failing after 15s
build / Build (push) Failing after 23s
This commit is contained in:
7
src/app/service/offscreen/gm_api.ts
Normal file
7
src/app/service/offscreen/gm_api.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { Group } from "@Packages/message/server";
|
||||
|
||||
export class GMApi {
|
||||
constructor(private group: Group) {}
|
||||
|
||||
init() {}
|
||||
}
|
Reference in New Issue
Block a user