diff --git a/js_node/save/unnormalList-fetch.json b/js_node/save/unnormalList-fetch.json index 476998a2..a5d79094 100644 --- a/js_node/save/unnormalList-fetch.json +++ b/js_node/save/unnormalList-fetch.json @@ -68881,5 +68881,50 @@ "rels": [] }, "etymology": [] + }, + { + "word": "begin with", + "phonetic0": "bɪˈɡɪn wɪð", + "phonetic1": "", + "trans": [ + { + "pos": "", + "cn": "以…开始" + }, + { + "pos": "", + "cn": "以……开始;开始于……" + } + ], + "sentences": [ + { + "c": "To begin with he was Prince Charming.", + "cn": "刚开始他就像是白马王子。" + }, + { + "c": "He spoke well to begin with, but then started rambling and repeating himself.", + "cn": "开始他说得很好,但是后来开始闲扯,一句话翻来覆去地讲。" + }, + { + "c": "We'll go slowly to begin with.", + "cn": "我们开始时会慢慢来的。" + } + ], + "phrases": [], + "synos": [ + { + "pos": "", + "cn": "以…开始;开始于…", + "ws": [ + "start at", + "open with" + ] + } + ], + "relWords": { + "root": "", + "rels": [] + }, + "etymology": [] } ] \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 8c2af1fd..96aba981 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,6 +18,7 @@ const settingStore = useSettingStore() const {setTheme} = useTheme() watch(store.$state, (n: BaseState) => { + console.log('watch(store.$state,') localforage.setItem(SAVE_DICT_KEY.key, JSON.stringify({val: shakeCommonDict(n), version: SAVE_DICT_KEY.version})) }) diff --git a/src/pages/pc/article/BatchEditArticlePage.vue b/src/pages/pc/article/BatchEditArticlePage.vue index b7a3691d..74014b19 100644 --- a/src/pages/pc/article/BatchEditArticlePage.vue +++ b/src/pages/pc/article/BatchEditArticlePage.vue @@ -1,6 +1,6 @@