修复本子名带#号时无法下载的问题。禁止标签带#号。(同步更新)
This commit is contained in:
+1
-1
@@ -312,7 +312,7 @@ const mutations = {
|
||||
task.progress = "下载完成"
|
||||
let tempLink
|
||||
tempLink = task.link.replace("element-plus.org", "exhentai.org").replace("element.org", "e-hentai.org")
|
||||
task.download = GalleryManageUrl + "/file/" + encodeURI(task.name) + "?link=" + tempLink + "&AuthCode=" + state.AuthCode
|
||||
task.download = GalleryManageUrl + "/file/" + encodeURI(task.name.replace("#", "")) + "?link=" + tempLink + "&AuthCode=" + state.AuthCode
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user