feat: new api

This commit is contained in:
手瓜一十雪
2024-06-09 17:30:30 +08:00
parent 47341bb385
commit 86375ea6bb
52 changed files with 571 additions and 491 deletions

View File

@@ -67,6 +67,8 @@ import { SetGroupFileFolder } from './file/SetGroupFileFolder';
import { DelGroupFile } from './file/DelGroupFile';
import { DelGroupFileFolder } from './file/DelGroupFileFolder';
import { SetSelfProfile } from './extends/SetSelfProfile';
import { shareGroupEx, sharePeer } from './extends/sharePeer';
import { CreateCollection } from './extends/CreateCollection';
export const actionHandlers = [
new RebootNormal(),
@@ -74,6 +76,9 @@ export const actionHandlers = [
new Debug(),
new Reboot(),
new SetSelfProfile(),
new shareGroupEx(),
new sharePeer(),
new CreateCollection(),
// new GetConfigAction(),
// new SetConfigAction(),
// new GetGroupAddRequest(),