Revert "可上传自定义静态页面项目"

This reverts commit c5b846a16e.
This commit is contained in:
呆瓜云 2023-10-13 15:26:26 +08:00
parent 417a02d4cc
commit 9df8c8560d

View File

@ -54,12 +54,8 @@ class GMEEK():
if os.path.exists(self.root_dir):
shutil.rmtree(self.root_dir)
if os.path.exists("copy/"):
shutil.copytree("copy/",self.root_dir)
else:
os.mkdir(self.root_dir)
os.mkdir(self.backup_dir)
os.mkdir(self.root_dir)
os.mkdir(self.post_dir)
def defaultConfig(self):