feat:save
This commit is contained in:
@@ -7,8 +7,6 @@ export const EventKey = {
|
||||
changeDict: 'changeDict',
|
||||
openStatModal: 'openStatModal',
|
||||
openWordListModal: 'openWordListModal',
|
||||
//todo feiqi
|
||||
openDictModal: 'openDictModal',
|
||||
openArticleListModal: 'openArticleListModal',
|
||||
closeOther: 'closeOther',
|
||||
keydown: 'keydown',
|
||||
|
||||
@@ -301,7 +301,6 @@ export function _fetch(url: string) {
|
||||
}
|
||||
|
||||
export async function _checkDictWords(dict: Dict) {
|
||||
console.log('_checkDictWords', dict)
|
||||
if ([DictType.collect,
|
||||
DictType.known,
|
||||
DictType.wrong].includes(dict.dictType)) {
|
||||
|
||||
Reference in New Issue
Block a user