新增东东

This commit is contained in:
2023-03-11 11:44:03 +08:00
parent 80b21e9dd8
commit 55a4c67d57
33 changed files with 233 additions and 26 deletions

View File

@@ -9,5 +9,5 @@ def Remove(path):
else:
Remove(nowPath)
programPath = os.path.split(os.path.realpath(__file__))[0] # 返回 string
debPath = f"{programPath}/deb"
Remove(debPath)
debPath = f"{programPath}/"
Remove(debPath)