Yu-Core

Results 44 comments of Yu-Core
trafficstars

> We also have the same problem in our IOS app. It is working on Android. I tried adjusting CSS but to no avail. > > I used [this](https://github.com/drasticactions/MauiRepros/blob/main/StatusBarHack/MainPage.xaml.cs#L30-L52) hack...

临时方案,添加css ``` @media (hover: none) { .theme--light.m-btn:hover::before { opacity: 0; } .theme--light.m-btn:focus::before { opacity: 0; } .theme--light.m-btn--active:hover::before, .theme--light.m-btn--active::before { opacity: 0; } .theme--light.m-btn--active:focus::before { opacity: 0; } .theme--dark.m-btn:hover::before { opacity:...

打开速度与数学公式,脑图无关,是基础框架问题。

Sorry, my English is not good Do you mean to move the content of SwashbucklerDiary.Repository to SwashbucklerDiary.Maui SwashbucklerDiary.WebAssembly also needs to reference SwashbucklerDiary.Repository SwashbucklerDiary.WebAssembly is a Blazor WebAssembly project

明白你的意思了,把项目一些公用的东西抽离出来做成nuget包(或者是模板?),抽离出来的话有点困难,需要一些时间

切换为桌面端网站,会弹出系统选择文件。不过毕竟是模拟器中的结果,真机如何未知,以后再议。

有道理,我近期整理一下

不好意思,久等了 简单整理了一下,有不足之处还望补充 https://github.com/users/Yu-Core/projects/2

或许可以通过油猴脚本 https://bbs.tampermonkey.net.cn/thread-3917-1-1.html

这个支持是指技术上支持 但是发布iOS应用需要苹果开发者账号,价格不菲,所以没有上架,也就不能下载安装。 若是以后有充足的资金会考虑上架iOS的。