This commit is contained in:
unknown
2025-06-11 17:50:43 +08:00
parent f21b889295
commit 3ef093f1b0
3 changed files with 6 additions and 6 deletions

View File

@@ -4224,7 +4224,7 @@ function open_storage(){
}
for (let ri = 0; ri < res.length; ri++) {
{
let url = "img/store/" + globalUserName + "/" + globalProjectName + "/" + res[ri]
let url = "store/" + globalUserName + "/" + globalProjectName + "/" + res[ri]
if (url.endsWith('.txt')) {
sampleMessages.push({ type: 'text', content: url })
} else{