This commit is contained in:
Zyronon
2025-12-03 01:37:04 +08:00
parent 1603bbeca4
commit 9779c7402e
275 changed files with 3271 additions and 1446 deletions

View File

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