优化
Some checks failed
test / Run tests (push) Failing after 15s
build / Build (push) Failing after 23s

This commit is contained in:
2025-02-08 17:59:18 +08:00
parent 116f614852
commit 1e8b5e6453
21 changed files with 295 additions and 254 deletions

View File

@ -0,0 +1,7 @@
import { Group } from "@Packages/message/server";
export class GMApi {
constructor(private group: Group) {}
init() {}
}