更新客户端渲染,更新了壳
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace YMhut.Box.Mobile;
|
||||
|
||||
public sealed class App : Application
|
||||
{
|
||||
public App(IServiceProvider services)
|
||||
{
|
||||
UserAppTheme = AppTheme.Unspecified;
|
||||
MainPage = new AppShell(services);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user