Feature: add delete local file after uploading, fix compatibility with auto-delete

ISSUES CLOSED: #40
This commit is contained in:
萌萌哒赫萝
2023-04-18 19:33:49 +08:00
parent 34997f58aa
commit 6b49198d19
12 changed files with 54 additions and 8 deletions
-1
View File
@@ -630,7 +630,6 @@ async function getUseShortUrl () {
}
async function handleUseShortUrlChange () {
console.log(useShortUrl.value)
saveConfig({
'settings.useShortUrl': useShortUrl.value
})