-
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
一点点后边的计划 #3
Comments
大佬辛苦了,请问什么时候能适配MIUI11乃至MIUI12呢 |
@sky-forest MIUI11 是已经适配了的,12 打算等正式版发布,只有一个小米手机,存着很多资料。刷机就没了 |
我这边下载的5.0版本没有miui11的按钮😂😂
…---原始邮件---
发件人: "BDZNH"<[email protected]>
发送时间: 2020年5月6日(周三) 中午1:09
收件人: "BDZNH/MIUI-Theme-Download-Link-Generator"<[email protected]>;
抄送: "Sky-forest"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [BDZNH/MIUI-Theme-Download-Link-Generator] 一点点后边的计划 (#3)
@sky-forest MIUI11 是已经适配了的,12 打算等正式版发布,只有一个小米手机,存着很多资料。刷机就没了
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
MIUI12确实不急,pc端官方商店还没出MIUI12的下载入口,支持MIUI12的主题也不是很多
…---原始邮件---
发件人: "BDZNH"<[email protected]>
发送时间: 2020年5月6日(周三) 中午1:09
收件人: "BDZNH/MIUI-Theme-Download-Link-Generator"<[email protected]>;
抄送: "Sky-forest"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [BDZNH/MIUI-Theme-Download-Link-Generator] 一点点后边的计划 (#3)
@sky-forest MIUI11 是已经适配了的,12 打算等正式版发布,只有一个小米手机,存着很多资料。刷机就没了
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@sky-forest uwp 版已支持MIUI12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
解决高分屏的问题
因为目前没有使用第三方的UI库,用了Windows的原生win32 sdk,一方面可以缩减一些体积,毕竟这一点点小功能实在不划算有数MB甚至数十MB的体积。这一点可以参考微软官方例子:DPIAwarenessPerMonitor。目前已经有一点头绪。
下载提速
下载功能有时候太慢,要追查一下原因,因为一样的链接用浏览器下载是很快的,可能缺了浏览器模拟之类的功能或者试一下多线程下载之类的操作。
某些小逻辑
目前点击复制和下载都会尝试重新获取一次下载链接,这个步骤是不必要的,应该中间判断一下。
安卓版
一点构思是在小米手机上可以在主题商店浏览主题的时候分享链接到这个APP,这个APP就接收到参数尝试获取直链。
The text was updated successfully, but these errors were encountered: