This commit is contained in:
zyronon
2023-10-23 18:58:33 +08:00
parent 5922475b33
commit 9c6151f5b7
15 changed files with 478 additions and 503 deletions

View File

@@ -257,7 +257,7 @@ export function getSplitTranslateText(article: string) {
export function isArticle(type: DictType): boolean {
return [
DictType.publicArticle,
DictType.article,
DictType.customArticle
].includes(type)
}