Skip to content

获取商店应用 1.6.501.0 2023年劳动节版本

Compare
Choose a tag to compare
@Gaoyifei1011 Gaoyifei1011 released this 01 May 05:02

获取商店应用 1.6.501.0

更新内容

1.使用Winui3重新实现了任务栏托盘右键菜单。
2.由于Windows 应用 SDK 1.3版本SystemBackdrop API存在一些问题,暂时禁用了窗口失去焦点时继续使用背景色的功能。
3.使用的Windows API函数全部改成了.NET 7 引入了 P/Invoke 的源生成器。
4.去除了导航控件内容窗格默认的背景,界面样式遵循设置应用风格。

Update contents

  1. Reimplemented the taskbar tray right-click menu with Winui3.
  2. Due to some issues with the Windows App SDK version 1.3 SystemBackdrop API, the ability to continue to use the background color when the window loses focus is temporarily disabled.
  3. The Windows API functions used were all changed to .NET 7 introduced the source generator of P/Invoke.
  4. The default background of the navigation control content pane has been removed, and the interface style follows the setting application style.

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。

Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.