From 4c47f175e59d06df1d487aa8665cdb570af49fcf Mon Sep 17 00:00:00 2001 From: zyronon Date: Tue, 26 Aug 2025 23:56:11 +0800 Subject: [PATCH] fix:Re-edit the audio file corresponding to the article --- scripts/deploy-oss.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy-oss.js b/scripts/deploy-oss.js index 5d65dc02..9136b2b7 100644 --- a/scripts/deploy-oss.js +++ b/scripts/deploy-oss.js @@ -130,8 +130,8 @@ async function refreshCDN() { async function main() { const files = getAllFiles('./dist') console.log(`📁 共找到 ${files.length} 个文件,开始上传...`) - await uploadFilesWithClean(files, './dist', ['dicts', 'sound', 'libs']) - // await uploadFilesWithClean(files, './dist', ['libs']) + // await uploadFilesWithClean(files, './dist', ['dicts', 'sound', 'libs']) + await uploadFilesWithClean(files, './dist', ['libs']) await refreshCDN() }