mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #303] 是否有支持灵动岛的计划? #265
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#265
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 @jianjimi on GitHub (May 6, 2025).
Original GitHub issue: https://github.com/Finb/Bark/issues/303
通知功能已经非常完美,如果能支持灵动岛就更好了
@Finb commented on GitHub (May 6, 2025):
应该不会, 灵动岛只能手动触发
#167
#294
@jianjimi commented on GitHub (May 7, 2025):
非常抱歉又打扰您了,有了一些想法,仅供参考。
网络搜索发现,好像iOS17.2开始允许通过APNs启动 Live Activity。
并且最近发现支付宝也会有这种,比如12306买了票,支付宝会收到票务信息(这时候没有打开灵动岛),在高铁出发前的一段时间会自动触发开启灵动岛,这个应该就是通过推送打开的吧?
应用场景的话,目前我是想在恶劣天气的时候可以提醒我做一些通勤上的改变,用其他方式调用天气api,判断当天特定时间的天气,然后推送到手机上,如果普通消息的话很容易错过,换成灵动岛的话就很清晰的可以发现。
或者做一些备忘的强提醒,即使在锁屏也可以很快的发现。
无论是否采纳,依旧感谢,非常棒的项目。
@Finb commented on GitHub (May 8, 2025):
感谢提供信息,但APNs启动 Live Activity 也有限制,之后我会重新研究下看是否可行,如果可行我是挺愿意支持这个特性的。