mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
chore: action clean
This commit is contained in:
@@ -74,6 +74,7 @@ import DelEssenceMsg from './group/DelEssenceMsg';
|
|||||||
import SetEssenceMsg from './group/SetEssenceMsg';
|
import SetEssenceMsg from './group/SetEssenceMsg';
|
||||||
import GetRecentContact from './user/GetRecentContact';
|
import GetRecentContact from './user/GetRecentContact';
|
||||||
import { GetProfileLike } from './extends/GetProfileLike';
|
import { GetProfileLike } from './extends/GetProfileLike';
|
||||||
|
import SetGroupHeader from './extends/SetGroupHeader';
|
||||||
|
|
||||||
export const actionHandlers = [
|
export const actionHandlers = [
|
||||||
new RebootNormal(),
|
new RebootNormal(),
|
||||||
@@ -85,10 +86,6 @@ export const actionHandlers = [
|
|||||||
new sharePeer(),
|
new sharePeer(),
|
||||||
new CreateCollection(),
|
new CreateCollection(),
|
||||||
new SetLongNick(),
|
new SetLongNick(),
|
||||||
// new GetConfigAction(),
|
|
||||||
// new SetConfigAction(),
|
|
||||||
// new GetGroupAddRequest(),
|
|
||||||
// TranslateEnWordToZn = "translate_en2zh",
|
|
||||||
new ForwardFriendSingleMsg(),
|
new ForwardFriendSingleMsg(),
|
||||||
new ForwardGroupSingleMsg(),
|
new ForwardGroupSingleMsg(),
|
||||||
new MarkGroupMsgAsRead(),
|
new MarkGroupMsgAsRead(),
|
||||||
@@ -125,9 +122,7 @@ export const actionHandlers = [
|
|||||||
new GetImage(),
|
new GetImage(),
|
||||||
new GetRecord(),
|
new GetRecord(),
|
||||||
new SetMsgEmojiLike(),
|
new SetMsgEmojiLike(),
|
||||||
// new CleanCache(),
|
|
||||||
new GetCookies(),
|
new GetCookies(),
|
||||||
//
|
|
||||||
new SetOnlineStatus(),
|
new SetOnlineStatus(),
|
||||||
new GetRobotUinRange(),
|
new GetRobotUinRange(),
|
||||||
new GetFriendWithCategory(),
|
new GetFriendWithCategory(),
|
||||||
@@ -156,7 +151,8 @@ export const actionHandlers = [
|
|||||||
new SetEssenceMsg(),
|
new SetEssenceMsg(),
|
||||||
new GetRecentContact(),
|
new GetRecentContact(),
|
||||||
new MarkAllMsgAsRead(),
|
new MarkAllMsgAsRead(),
|
||||||
new GetProfileLike()
|
new GetProfileLike(),
|
||||||
|
new SetGroupHeader()
|
||||||
];
|
];
|
||||||
|
|
||||||
function initActionMap() {
|
function initActionMap() {
|
||||||
|
Reference in New Issue
Block a user