将kgithub源修改为githubfast源

This commit is contained in:
gfdgd xi 2023-11-12 09:57:06 +08:00
parent 03942892fd
commit 9e7ad17ea2

View File

@ -78,7 +78,7 @@ class Ui_MainWindow(object):
self.menu = MainWindow.menuBar() self.menu = MainWindow.menuBar()
self.changeSources = self.menu.addMenu(_translate("MainWindow", "更换源")) self.changeSources = self.menu.addMenu(_translate("MainWindow", "更换源"))
self.gitlinkAction = QtWidgets.QAction(_translate("MainWindow", "Gitee 源(推荐)")) self.gitlinkAction = QtWidgets.QAction(_translate("MainWindow", "Gitee 源(推荐)"))
self.kgithubAction = QtWidgets.QAction(_translate("MainWindow", "KGithub 源")) self.kgithubAction = QtWidgets.QAction(_translate("MainWindow", "Github 镜像站源"))
self.ipv6Action = QtWidgets.QAction(_translate("MainWindow", "Github 源1国内访问不稳定")) self.ipv6Action = QtWidgets.QAction(_translate("MainWindow", "Github 源1国内访问不稳定"))
self.githubAction = QtWidgets.QAction(_translate("MainWindow", "Github 源2国内访问不稳定")) self.githubAction = QtWidgets.QAction(_translate("MainWindow", "Github 源2国内访问不稳定"))
@ -361,7 +361,7 @@ if __name__ == "__main__":
internetJsonList = [] internetJsonList = []
internetWineSourceList = [ internetWineSourceList = [
"http://wine.wine-runner.gfdgdxi.top/", "http://wine.wine-runner.gfdgdxi.top/",
"https://kgithub.com/gfdgd-xi/wine-mirrors-websize/raw/master/", "https://githubfast.com/gfdgd-xi/wine-mirrors-websize/raw/master/",
"https://gitee.com/gfdgd-xi/wine-mirrors-websize/raw/master/", "https://gitee.com/gfdgd-xi/wine-mirrors-websize/raw/master/",
"https://github.com/gfdgd-xi/wine-mirrors-websize/raw/master/", "https://github.com/gfdgd-xi/wine-mirrors-websize/raw/master/",
"http://127.0.0.1/wine-mirrors/" # 本地测试源 "http://127.0.0.1/wine-mirrors/" # 本地测试源