передел
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-07 19:14:19 +10:00
parent cb4ca3a570
commit 9318821099

View File

@@ -217,7 +217,8 @@ const download = async () => {
// "http://127.0.0.1:8001/file_download",
{
params: {
path: props.parsed_at.split(" ")[0].replace("-", "/"),
// path: props.parsed_at.split(" ")[0].replace("-", "/"),
path: props.article_date.split()[0],
title: props.title,
},
responseType: "blob",