Update deploy-oss.js

This commit is contained in:
Zyronon
2025-11-25 14:45:04 +08:00
committed by GitHub
parent bc6f43ba16
commit 168a74f659

View File

@@ -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'])
// await uploadFilesWithClean(files, './dist', ['libs'])
// await uploadFilesWithClean(files, './dist', ['dicts', 'sound', 'libs','imgs])
await uploadFilesWithClean(files, './dist', ['libs','imgs'])
await refreshCDN('2study.top')
await refreshCDN('typewords.cc')
}