From f2136ae6bc4f0f01174623e1393c8c2fbbe006e0 Mon Sep 17 00:00:00 2001 From: Zyronon Date: Thu, 4 Dec 2025 01:30:03 +0800 Subject: [PATCH] wip --- scripts/deploy-oss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-oss.js b/scripts/deploy-oss.js index 58011455..f86749ef 100644 --- a/scripts/deploy-oss.js +++ b/scripts/deploy-oss.js @@ -130,7 +130,7 @@ async function main() { const files = getAllFiles('./dist') console.log(`📁 共找到 ${files.length} 个文件,开始上传...`) // await uploadFilesWithClean(files, './dist', ['dicts', 'sound', 'libs','imgs]) - await uploadFilesWithClean(files, './dist', ['libs']) + await uploadFilesWithClean(files, './dist', ['sound','libs','imgs']) await refreshCDN('2study.top') await refreshCDN('typewords.cc') }