mod: 移除toast中的emoji

This commit is contained in:
orz12
2024-03-22 02:10:49 +08:00
parent 8cd5784318
commit b60d412b8c
3 changed files with 7 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ class _ZanButtonState extends State<ZanButton> {
type: widget.replyType!.index, oid: oid, rpid: rpid, action: action);
// SmartDialog.dismiss();
if (res['status']) {
SmartDialog.showToast(replyItem.action == 0 ? '点赞成功 👍' : '取消赞 💔');
SmartDialog.showToast(replyItem.action == 0 ? '点赞成功' : '取消赞');
if (action == 1) {
replyItem.like = replyItem.like! + 1;
replyItem.action = 1;