debug
This commit is contained in:
@@ -143,10 +143,10 @@ export async function checkDictHasTranslate(dict: Dict) {
|
||||
}
|
||||
|
||||
//同步到我的词典列表
|
||||
export function syncMyDictList(dict: Dict) {
|
||||
export function syncMyDictList(dict: Dict, isCustom = true) {
|
||||
const store = useBaseStore()
|
||||
//任意修改,都将其变为自定义词典
|
||||
dict.isCustom = true
|
||||
dict.isCustom = isCustom
|
||||
if (isArticle(dict.type)) {
|
||||
dict.length = dict.articles.length
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user