From 9bc9af5eec18f809553450cc4a771274fd31f529 Mon Sep 17 00:00:00 2001 From: PrefacedCorg <1876568293@qq.com> Date: Sun, 22 Mar 2026 14:35:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=BA=86=E4=B8=8B=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 不会约定式提交 --- .../Windows/CloudStorageManagementWindow.xaml | 105 +- Ink Canvas/Windows/HistoryRollbackWindow.xaml | 245 ++-- Ink Canvas/Windows/NamesInputWindow.xaml | 91 +- Ink Canvas/Windows/OobeWindow.xaml | 1035 +++++++++-------- Ink Canvas/Windows/PluginSettingsWindow.xaml | 51 +- .../Windows/PluginSettingsWindow.xaml.cs | 49 +- .../Windows/PrivacyAgreementWindow.xaml | 189 +-- Ink Canvas/Windows/RollCallHistoryWindow.xaml | 93 +- .../Windows/YesOrNoNotificationWindow.xaml | 43 +- 9 files changed, 1053 insertions(+), 848 deletions(-) diff --git a/Ink Canvas/Windows/CloudStorageManagementWindow.xaml b/Ink Canvas/Windows/CloudStorageManagementWindow.xaml index 4997b5e7..ca09ad10 100644 --- a/Ink Canvas/Windows/CloudStorageManagementWindow.xaml +++ b/Ink Canvas/Windows/CloudStorageManagementWindow.xaml @@ -7,12 +7,14 @@ xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf" xmlns:controls="clr-namespace:Ink_Canvas.Windows.Controls" mc:Ignorable="d" - WindowStyle="None" Title="云存储管理" Height="600" Width="900" WindowStartupLocation="CenterScreen" ResizeMode="CanResize" - AllowsTransparency="True" - Background="Transparent"> + ui:ThemeManager.IsThemeAware="True" + ui:TitleBar.ExtendViewIntoTitleBar="True" + ui:WindowHelper.SystemBackdropType="Mica" + ui:WindowHelper.UseModernWindowStyle="True" + ui:TitleBar.Height="48"> @@ -76,64 +78,41 @@ - - - - - + + + + + + + + - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + - + - - - + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + 隐私说明:本软件不会收集课堂内容、学生个人信息或可识别您的原始墨迹内容,详情可查看安装目录中的 privacy.txt。 + + + + 启动与更新选项(对应 设置 → 启动) + + + + + + + + + + + 画笔光标、压感、墨迹显示等可在 设置 → 画板和墨迹 中修改。 + + + + + + + + + + + + 双指缩放、平移、旋转及手掌擦等可在 设置 → 手势操作 中修改。 + + + + + + + + + + + + + 手绘图形识别为标准形状等可在 设置 → 墨迹纠正 中修改。 + + + + + + + + + + 主题、启动动画、托盘图标等均可在 设置 → 外观 中修改。 + + + + + + + + + + + + + + + + + + + + + + + + + + 具体快捷键可在 设置 → 快捷键设置 中配置。 + + + + + + + + + + 发生未处理异常时的行为可在 设置 → 崩溃处理 中修改。 + + + + + + + + + + + + + 以下选项均可在 设置 → PPT 中修改,用于与 PowerPoint/WPS 放映联动。 + + + + + + + + + + + + + + + + + 进入/退出特定软件时自动收纳、墨迹自动保存、悬浮窗拦截等可在 设置 → 自动化行为 中修改。 + + + + + + + + + + + + 点名窗口样式与行为可在 设置 → 随机点名 中修改。 + + + + + + + + + + 日志、特殊屏幕、窗口模式等可在 设置 → 高级选项 中修改。 + + + + + + + + + + 清屏截图、按日期保存等可在 设置 → 截图和屏幕捕捉 中修改。 + + + + + + + + + + + + + + + + + + - - + TextWrapping="Wrap"> + 此向导仅在首次启动时出现;之后可在 设置 中按侧边栏分区修改对应选项。 + - - - - - - - - - - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Ink Canvas/Windows/RollCallHistoryWindow.xaml b/Ink Canvas/Windows/RollCallHistoryWindow.xaml index b2b92e71..8beb593c 100644 --- a/Ink Canvas/Windows/RollCallHistoryWindow.xaml +++ b/Ink Canvas/Windows/RollCallHistoryWindow.xaml @@ -4,11 +4,18 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Ink_Canvas" - mc:Ignorable="d" FontFamily="Microsoft YaHei UI" ui:WindowHelper.UseModernWindowStyle="True" + xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern" + xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf" + mc:Ignorable="d" FontFamily="Microsoft YaHei UI" WindowStartupLocation="CenterScreen" - xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern" Topmost="True" + Topmost="True" Title="Ink Canvas 抽奖 - 点名历史记录" Height="500" Width="400" - Loaded="Window_Loaded"> + Loaded="Window_Loaded" + ui:ThemeManager.IsThemeAware="True" + ui:TitleBar.ExtendViewIntoTitleBar="True" + ui:WindowHelper.SystemBackdropType="Mica" + ui:WindowHelper.UseModernWindowStyle="True" + ui:TitleBar.Height="48"> @@ -17,30 +24,62 @@ - -