fix:update books

This commit is contained in:
Zyronon
2025-09-16 05:25:48 +00:00
parent f484a14097
commit c5d1dd9508
22 changed files with 22 additions and 165 deletions

View File

@@ -130,8 +130,8 @@ async function refreshCDN() {
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'])
await uploadFilesWithClean(files, './dist', ['libs'])
await refreshCDN()
}