This commit is contained in:
mofeng-git 2024-11-23 02:45:01 +00:00
parent b8ddf7c2da
commit 666f0b694a

View File

@ -331,7 +331,7 @@ export function Msd() {
if (tools.radio.getValue("file-mode-radio") == "1"){ if (tools.radio.getValue("file-mode-radio") == "1"){
prefix = encodeURIComponent($("msd-new-part-selector").value); prefix = encodeURIComponent($("msd-new-part-selector").value);
}else{ }else{
prefix = "NormalFiles"; prefix = __state.storage.filespath;
} }
if (file) { if (file) {
let image = encodeURIComponent(file.name); let image = encodeURIComponent(file.name);