From 7c1799db182d0702ac6edca838b981066be42cc0 Mon Sep 17 00:00:00 2001 From: Zyronon Date: Sun, 30 Nov 2025 02:25:31 +0800 Subject: [PATCH] wip --- 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 de6c3879..dfd1f207 100644 --- a/scripts/deploy-oss.js +++ b/scripts/deploy-oss.js @@ -129,8 +129,8 @@ async function refreshCDN(domain) { async function main() { const files = getAllFiles('./dist') console.log(`📁 共找到 ${files.length} 个文件,开始上传...`) - // await uploadFilesWithClean(files, './dist', ['dicts', 'sound', 'libs','imgs]) - await uploadFilesWithClean(files, './dist', ['libs','imgs']) + await uploadFilesWithClean(files, './dist', ['dicts', 'sound', 'libs','imgs']) + // await uploadFilesWithClean(files, './dist', ['libs','imgs']) await refreshCDN('2study.top') await refreshCDN('typewords.cc') }