We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e8407 commit f070bdcCopy full SHA for f070bdc
storage.py
@@ -81,7 +81,7 @@ async def delete_files(self, texts):
81
tasks = [self.delete_file(text) for text in texts]
82
await asyncio.gather(*tasks)
83
84
- def judge_delete_folder(self, filepath):
+ async def judge_delete_folder(self, filepath):
85
currpath = os.path.dirname(filepath)
86
if os.listdir(currpath):
87
return
templates/index.html
@@ -29,6 +29,11 @@
29
font-weight: bold;
30
}
31
32
+ .el-icon-circle-close::before {
33
+ font-size: 26px !important;
34
+ line-height: 128px;
35
+ }
36
+
37
.qu .el-input__inner {
38
height: 100px;
39
margin: 1rem 0;
0 commit comments