《京剧猫》真好看,再看亿集再写代码

This commit is contained in:
gfdgd xi 2022-12-03 19:34:34 +08:00
parent bcebe543cc
commit 9c0e2d11b3
12 changed files with 3 additions and 0 deletions

0
IconList.json Normal file → Executable file
View File

0
Mount.sh Normal file → Executable file
View File

0
QemuDownload.py Normal file → Executable file
View File

0
QemuRun.py Normal file → Executable file
View File

0
UnMount.sh Normal file → Executable file
View File

0
arm-package.7z Normal file → Executable file
View File

0
deepin-wine-easy-packager.py Normal file → Executable file
View File

0
dlls-arm.7z Normal file → Executable file
View File

0
geek.exe Normal file → Executable file
View File

View File

@ -2419,6 +2419,7 @@ installWineOnDeepin23 = QtWidgets.QAction(QtCore.QCoreApplication.translate("U",
installWineOnDeepin23Alpha = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "安装 wine(只限Deepin23 Alpha)"))
installWineHQ = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "安装 WineHQ"))
installMoreWine = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "安装更多 Wine"))
downloadChrootBottle = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "下载 Chroot 容器"))
p2 = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "设置程序(&S)"))
p3 = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "清空软件历史记录(&C)"))
cleanCache = QtWidgets.QAction(QtCore.QCoreApplication.translate("U", "清空软件缓存"))
@ -2429,6 +2430,7 @@ programmenu.addAction(installWineOnDeepin23)
programmenu.addAction(installWineOnDeepin23Alpha)
programmenu.addAction(installWineHQ)
programmenu.addAction(installMoreWine)
programmenu.addAction(downloadChrootBottle)
programmenu.addSeparator()
programmenu.addAction(p2)
programmenu.addSeparator()
@ -2442,6 +2444,7 @@ installWineOnDeepin23.triggered.connect(InstallWineOnDeepin23)
installWineOnDeepin23Alpha.triggered.connect(InstallWineOnDeepin23Alpha)
installWineHQ.triggered.connect(InstallWineHQ)
installMoreWine.triggered.connect(lambda: threading.Thread(target=os.system, args=[f"'{programPath}/wine/installwine'"]).start())
downloadChrootBottle.triggered.connect(lambda: threading.Thread(target=os.system, args=[f"'{programPath}/QemuDownload.py'"]).start())
p2.triggered.connect(ProgramSetting.ShowWindow)
p3.triggered.connect(CleanProgramHistory)
cleanCache.triggered.connect(CleanProgramCache)

0
winelist.json Normal file → Executable file
View File