You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support a custom URL scheme:
Define the format for your app’s URLs.
Register your scheme so that the system directs appropriate URLs to your app.
Handle the URLs that your app receives.
虽然说Issues已经弃用了,但是这个议题主要目的并不是用于追踪反馈/开发/修复进度,而是作为一个错误修复与未来计划备忘录而提交的,因此还是发在了Issues里面
下次PR预计提交和修复的内容
计划在“设置”中添加专门的“小组件”一栏,并且使用toggle控制开启推荐/Now Trending
搁置
问题已经确定出现在URL Scheme,我可能没法自己处理,需要让App适配
这一类URL才可以完全解决这个问题
@WindowsMEMZ 可不可以考虑适配一下URL Scheme
同理会影响Safari打开meowbili://或drkbili://链接
参考Developer文档
MeowBili仅仅只是注册了meowbili://与drkbili://,既没有定义支持的URL,也没有处理接收到的URL Scheme的代码
目前我个人计划(或者叫希望)添加的URL Scheme:
meowbili://
meowbili://search
meowbili://offline_cache
meowbili://following
meowbili://followers
meowbili://trends
meowbili://favorites
meowbili://video?bvid="bvid"
drkbili://
drkbili://feedback
已经解决的问题
MeowWidget的watchOS端兼容性支持
iOS端Widget没有显示App图标
iOS端大Widget内容过少,小Widget内容显示不全
⑴大Widget:针对大组件重新设计一下UI
⑵小Widget:不显示具体视频内容
深色模式下小组件背景颜色不和谐
小组件作者与播放量不可用
MeowWidget预览页面提供真实数据
The text was updated successfully, but these errors were encountered: