chore(charwords): update charwords table
This commit is contained in:
@@ -58,11 +58,11 @@ export default class CharwordTable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async #load(region) {
|
async #load(region) {
|
||||||
if (region === 'zh_TW') {
|
// if (region === 'zh_TW') {
|
||||||
return await this.#zhTWLoad()
|
// return await this.#zhTWLoad()
|
||||||
} else if (region === DEFAULT_REGION) {
|
// } else if (region === DEFAULT_REGION) {
|
||||||
return await this.#zhCNLoad()
|
// return await this.#zhCNLoad()
|
||||||
}
|
// }
|
||||||
|
|
||||||
const data = await this.#download(region)
|
const data = await this.#download(region)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user