feat: make exception for voice 043 in kr and en
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user