mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 13:22:49 +00:00
feat: 添加一个 @我的 消息标签
This commit is contained in:
parent
fe5ec9677a
commit
e4070e249d
@ -235,6 +235,7 @@ export default {
|
|||||||
{type: 'group', name: '群聊'},
|
{type: 'group', name: '群聊'},
|
||||||
{type: 'bot', name: '机器人'},
|
{type: 'bot', name: '机器人'},
|
||||||
{type: 'mark', name: '标注'},
|
{type: 'mark', name: '标注'},
|
||||||
|
{type: '@', name: '@我的'},
|
||||||
],
|
],
|
||||||
dialogHistory: MessengerObject.menuHistory,
|
dialogHistory: MessengerObject.menuHistory,
|
||||||
|
|
||||||
@ -395,6 +396,11 @@ export default {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case '@':
|
||||||
|
if (!$A.getDialogMention(dialog)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user