feat: About 窗口版本号改为项目统一版本,仓库地址增加一键复制按钮

This commit is contained in:
2026-07-19 19:13:13 +08:00
parent 6b2721c821
commit fcb43fe34f
4 changed files with 110 additions and 2 deletions
+2 -1
View File
@@ -675,10 +675,11 @@ AppletItem {
}
// 关于窗口:抽取为独立组件 package/components/AboutWindow.qml
// 依赖通过属性传入:accentColor = root.accentRed
// 依赖通过属性传入:accentColor = root.accentRedversion 取自 C++ 后端 applet.version
AboutWindow {
id: aboutWindow
accentColor: root.accentRed
version: root.applet ? root.applet.version : "1.0"
}
// 设置窗口:独立顶层窗口,在桌面中间弹出