[feature] update HasNewUpdateWindow.xaml

This commit is contained in:
Dubi906w 2024-05-04 20:09:56 +08:00
parent 00249b45e6
commit 7bfd2d2c4a
2 changed files with 15 additions and 22 deletions

View File

@ -167,7 +167,7 @@ namespace Ink_Canvas {
loadPenCanvas();
//加载设置
LoadSettings(true);
HasNewUpdateWindow hasNewUpdateWindow = new HasNewUpdateWindow();
// HasNewUpdateWindow hasNewUpdateWindow = new HasNewUpdateWindow();
if (Environment.Is64BitProcess) {
GroupBoxInkRecognition.Visibility = Visibility.Collapsed;
}

View File

@ -21,28 +21,21 @@
<Image Source="/Resources/Icons-fluent/party.png" Width="72" Height="72"/>
</ui:SimpleStackPanel>
<Border BorderBrush="#3f3f46" BorderThickness="1" CornerRadius="4" Margin="24,12,24,0">
<Border BorderBrush="#3f3f46" Background="White" BorderThickness="1" CornerRadius="4" Margin="24,12,24,0">
<ui:ScrollViewerEx Margin="0" VerticalScrollBarVisibility="Auto" Height="256" PanningMode="VerticalOnly" ui:ThemeManager.RequestedTheme="Light">
<mdxam:MarkdownScrollViewer xml:space="preserve">
# sample title
* document1
* two
* three
* document2
<mdxam:MarkdownScrollViewer xml:space="preserve" MarkdownStyleName="GithubLike">
# InkCanvasForClass v5.0.2更新
helloworld
你好旅行者们本次InkCanvasForClass更新带来了如下新功能供您探索
helloworld
helloworld
helloworld
helloworld
helloworld
helloworld
1. 全新设计的UI界面包括浮动工具栏和白板页面均经过重新设计更加现代化的UI让您在使用的过程中更加舒适。
2. 带来了实时修改橡皮大小和橡皮形状的菜单。您可以选择使用圆形橡皮,方形橡皮,和类似希沃白板的真实黑板擦(矩形)橡皮。
3. 白板页面支持显示当前时间和日期
4. 自动收纳新增对希沃轻白板、智绘教、鸿合屏幕书写等软件的支持,自动查杀新增对鸿合屏幕书写、希沃轻白板等软件的支持。
5. 为设置界面重写了全新的UI。
6. 重写了随机抽选模块,现在支持更丰富的抽选机制和自定义选项。
7. 修复了部分小Bug提升了整体的用户体验。
8. 带来了基于FitToCurve的笔迹平滑基于贝塞尔曲线平滑让墨迹线条更加优美好看。
</mdxam:MarkdownScrollViewer>
</ui:ScrollViewerEx>
</Border>