消息
This commit is contained in:
21
unpackage/dist/dev/mp-weixin/TUIKit/components/TUIChat/offlinePushInfoManager/const.js
vendored
Normal file
21
unpackage/dist/dev/mp-weixin/TUIKit/components/TUIChat/offlinePushInfoManager/const.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../../../common/vendor.js");
|
||||
const DEFAULT_DESC = {
|
||||
[common_vendor.qt.TYPES.MSG_TEXT]: "[文本]",
|
||||
[common_vendor.qt.TYPES.MSG_FACE]: "[动画表情]",
|
||||
[common_vendor.qt.TYPES.MSG_IMAGE]: "[图片]",
|
||||
[common_vendor.qt.TYPES.MSG_FILE]: "[文件]",
|
||||
[common_vendor.qt.TYPES.MSG_AUDIO]: "[语音]",
|
||||
[common_vendor.qt.TYPES.MSG_VIDEO]: "[视频]",
|
||||
[common_vendor.qt.TYPES.MSG_LOCATION]: "[地理位置]",
|
||||
[common_vendor.qt.TYPES.MSG_MERGER]: "[聊天记录]",
|
||||
[common_vendor.qt.TYPES.MSG_CUSTOM]: "[自定义消息]"
|
||||
};
|
||||
var PUSH_SCENE = /* @__PURE__ */ ((PUSH_SCENE2) => {
|
||||
PUSH_SCENE2["CHAT"] = "chat";
|
||||
PUSH_SCENE2["CALL"] = "call";
|
||||
return PUSH_SCENE2;
|
||||
})(PUSH_SCENE || {});
|
||||
exports.DEFAULT_DESC = DEFAULT_DESC;
|
||||
exports.PUSH_SCENE = PUSH_SCENE;
|
||||
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/TUIKit/components/TUIChat/offlinePushInfoManager/const.js.map
|
||||
Reference in New Issue
Block a user