This commit is contained in:
恍兮惚兮 2024-08-07 22:09:20 +08:00
parent ea2ed5f416
commit bf28de6c31

View File

@ -2,6 +2,7 @@ import os, sys, re, json
import shutil, json
import subprocess, time
import urllib.request
from urllib.parse import urljoin
# 继github被封后域名又被封了。真是走了狗屎运了。这个世界上到底还有什么是能信任的。
# 暂时先这样吧。在软件内使用重定向链接因为链接失效没办法及时更新在github网站或文档内用直链。
@ -43,7 +44,7 @@ links302 = {
def _dynalink(path: str):
if hostserver:
return hostserver + path
return urljoin(hostserver, path)
pathx = path.split("/")
if pathx[0] == "Github":
return (