登录
This commit is contained in:
@@ -22,21 +22,14 @@ import TUIChatConfig from "../../config";
|
||||
import ToolbarItemContainer from "../toolbar-item-container/index.vue";
|
||||
import InvitationDark from "../../../../assets/icon/InvitationDark.png";
|
||||
import InvitationLight from "../../../../assets/icon/InvitationLight.png";
|
||||
import { CHAT_MSG_CUSTOM_TYPE } from "../../../../constant";
|
||||
import { ref } from "vue";
|
||||
import TUIChatEngine, {
|
||||
TUITranslateService,
|
||||
TUIStore,
|
||||
StoreName,
|
||||
IConversationModel,
|
||||
TUIChatService,
|
||||
SendMessageParams,
|
||||
SendMessageOptions,
|
||||
} from "@tencentcloud/chat-uikit-engine";
|
||||
import { isEnabledMessageReadReceiptGlobal } from "../../utils/utils";
|
||||
import OfflinePushInfoManager, {
|
||||
IOfflinePushInfoCreateParams,
|
||||
} from "../../offlinePushInfoManager/index";
|
||||
import OfflinePushInfoManager from "../../offlinePushInfoManager/index";
|
||||
|
||||
const evaluateIcon =
|
||||
TUIChatConfig.getTheme() === "dark" ? InvitationDark : InvitationLight;
|
||||
@@ -65,8 +58,8 @@ const submitEvaluate = () => {
|
||||
buttonText1: "接受邀请",
|
||||
buttonText2: "拒绝邀请",
|
||||
}),
|
||||
description: "",
|
||||
extension: "",
|
||||
description: "邀请参加PK",
|
||||
extension: "邀请参加PK",
|
||||
};
|
||||
|
||||
//`````````````````````````````````````````````````````
|
||||
|
||||
Reference in New Issue
Block a user