feat: make exception for voice 043 in kr and en

This commit is contained in:
Haoyu Xu
2025-08-02 21:16:13 +08:00
parent 57d5cac582
commit 8ad0aba8cf
6 changed files with 66 additions and 13 deletions

View File

@@ -2,6 +2,10 @@ export type Config = {
dynchars: string
item_to_download: ItemToDownload[]
additional_regex: string[]
servers: {
name: 'cn' | 'jp' | 'en' | 'kr'
url: string
}[]
}
export type ItemToDownload = string