Skip to content

Commit

Permalink
📃 Text
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbadmin committed Jul 2, 2024
1 parent 213b2c2 commit ed5cc92
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ref/WinAuth
7 changes: 6 additions & 1 deletion src/BD.WTTS.Client.Avalonia/UI/Views/Pages/HomePage.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,18 @@
MaxWidth="1080"
Spacing="20">
<spp:Snackbar
Title="{Binding Path=Res.Notice_Tray_Title, Mode=OneWay, Source={x:Static s:ResourceService.Current}}"
VerticalAlignment="Top"
IsClosable="False"
IsOpen="True"
IsVisible="{spp:OnPlatform !GA}"
Message="当前使用的程序版本为测试版本,可能会有各种各样不可言明的 Bug,遇到问题请理性反馈,谢谢。"
Severity="Warning" />
<spp:Snackbar
VerticalAlignment="Top"
IsClosable="False"
IsOpen="True"
IsVisible="{spp:OnPlatform !GA}"
Message="如果您不喜欢当前主页为默认启动页面可以在【设置-界面设置-启动时默认打开页面】处更改" />
<spp:Snackbar
Title="{Binding Path=Res.Notice_Tray_Title, Mode=OneWay, Source={x:Static s:ResourceService.Current}}"
VerticalAlignment="Top"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ internal bool SetStartDefaultPageName()
pageType = page.PageType;
}
}
INavigationService.Instance.Navigate(pageType ?? typeof(PluginStorePage));
INavigationService.Instance.Navigate(pageType ?? typeof(HomePage));
return true;
}

Expand Down

0 comments on commit ed5cc92

Please sign in to comment.