修复打包器若干bug;修改wine封装入deb机制以便可以被uos商店正常签名
Some checks are pending
Auto Building Wine Runner(rpm) / Explore-GitHub-Actions (push) Waiting to run
Auto Building Wine Runner(deb) / Explore-GitHub-Actions (push) Waiting to run
Building Wine Runner Off-line Pages(arm64) / Explore-GitHub-Actions (push) Waiting to run
Building Wine Runner Off-line Pages(amd64) / Explore-GitHub-Actions (push) Waiting to run

This commit is contained in:
2024-08-04 22:22:37 +08:00
parent 96319869b6
commit 6863e58413
4 changed files with 42 additions and 16 deletions

View File

@@ -148,7 +148,7 @@ class LeftWidget(QtWidgets.QWidget):
self.setLayout(self.mainLayout)
# 左侧标题
self.lab1 = QtWidgets.QLabel("<h3>页面导航区</h3>")
self.lab1 = QtWidgets.QLabel("<h2>页面导航区</h2>")
self.mainLayout.addWidget(self.lab1)
# 新建页面面按钮