This commit is contained in:
Zyronon
2025-11-30 02:25:31 +08:00
parent 8d0ace57e1
commit 7c1799db18

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','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')
}