Feature: add url encode setting

This commit is contained in:
萌萌哒赫萝
2023-04-09 23:35:41 +08:00
parent 09ad102fe8
commit 8c7c3b28dd
10 changed files with 45 additions and 12 deletions
+1 -1
View File
@@ -602,7 +602,7 @@ function ipcSendFiles (files: FileList) {
async function getPasteStyle () {
pasteStyle.value = await getConfig('settings.pasteStyle') || 'markdown'
customLink.value = await getConfig('settings.customLink') || '$url'
customLink.value = await getConfig('settings.customLink') || '![$fileName]($url)'
}
function handlePasteStyleChange (val: string | number | boolean) {