diff --git a/src/views/list/chi/index.vue b/src/views/list/chi/index.vue index fdf5e16..3963dad 100644 --- a/src/views/list/chi/index.vue +++ b/src/views/list/chi/index.vue @@ -5,9 +5,9 @@ - 写入 117 字库(K) - 写入 118+ 字库(K) - 写入 118+ 字库(H) + 写入 117 字库 + 写入 118+ 字库 + 写入拼音检索表(2Mbit EEPROM可用) @@ -54,11 +54,7 @@ const restore = async(type: any = 1) => { alert('固件版本不匹配'); return; } - if((type == 2 && appStore.configuration?.charset != "gb2312") || (type == 2 && appStore.configuration?.K != true)){ - alert('固件版本不匹配'); - return; - } - if((type == 3 && appStore.configuration?.charset != "gb2312") || (type == 3 && appStore.configuration?.H != true)){ + if(type == 2 && appStore.configuration?.charset != "gb2312"){ alert('固件版本不匹配'); return; }