mirror of
https://github.com/Finb/Bark.git
synced 2026-04-25 22:15:52 +03:00
[GH-ISSUE #141] bark客户端在显示消息时是否可以实现“聚合显示” #128
Labels
No labels
bug
enhancement
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Bark#128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @faajaudai on GitHub (Mar 22, 2022).
Original GitHub issue: https://github.com/Finb/Bark/issues/141
目前的分组功能,感觉更多是一个类似“tag、filter”的实现,过滤是否显示某一类信息,但在显示列表里还是根据时间先后瀑布流式显示。
我目前主要用来推送备用机的短信,建了一个“短信”的群组,所以现在的模式显示出来就类似以前功能机的短信列表,按照时间先后排列,而不会像目前的智能手机的短信同手机号分组、或者现代电子邮箱的同标题分组。
希望bark这边可以实现“同标题”的信息“聚合显示”,点进去再显示这个标题下所有的信息,这样我推送的时候用手机号码作为标题就可以实现消息分组聚合。
之所以不用手机号作为推送时的群组名以实现聚合,首先是因为目前打开app默认显示所有信息,而不是群组列表,操作上不直观;其次群组在我看来目前更适合作为一个“分类”,比如短信一类、网文一类、URL一类等等的一个tag。