-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MeowWidget错误修复与优化 #426
MeowWidget错误修复与优化 #426
Conversation
本提交是完善MeowWidget的,对部分代码进行了修改,添加了MeowWidgetWatch 记得原本target可以同时设置iOS与watchOS的,今天发现不行,因此只能单独为iOS与watchOS创建了两个target 如果可以在一个target中解决这些问题,麻烦给我说一声 修复: ·Widget还不支持watchOS ·iOS端Widget没有显示App图标 ·小Widget内容显示不全 ·深色模式下小组件背景颜色不和谐 ·小组件作者与播放量不可用 ·为MeowWidget预览页面提供真实数据
!Run check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
即使 iOS 和 watchOS 分为两个 Target,也最好共享相同的代码,而不是为两个平台分别复制一份。
两个target 一份代码共用? |
!Run check |
@FengzihangCode 需要解决的问题:
|
看起来似乎是因为没有完全清理MeowWidgetWatch的残留 我处理一下 |
处理了 麻烦再检查一下 |
!Run check |
@FengzihangCode 需要解决的问题:
|
还是有问题( |
你其实应该先在本地看看能不能编译再push上来的 |
道理都懂 设备受限 |
不然我也不可能提交出这种乱七八糟的问题了( |
本提交是完善MeowWidget的,对部分代码进行了修改,添加了MeowWidgetWatch
记得原本target可以同时设置iOS与watchOS的,今天发现不行,因此只能单独为iOS与watchOS创建了两个target
如果可以在一个target中解决这些问题,麻烦给我说一声
修复:
·Widget还不支持watchOS
·iOS端Widget没有显示App图标
·小Widget内容显示不全
·深色模式下小组件背景颜色不和谐
·小组件作者与播放量不可用
·为MeowWidget预览页面提供真实数据
#425