feat: allow skipping blank spaces in article practice mode
This commit is contained in:
@@ -62,7 +62,9 @@ async function init() {
|
||||
store.load = true
|
||||
setTheme(settingStore.theme)
|
||||
|
||||
if (!settingStore.first) {
|
||||
if (settingStore.first) {
|
||||
set(APP_VERSION.key,APP_VERSION.version)
|
||||
}else {
|
||||
get(APP_VERSION.key).then(r => {
|
||||
runtimeStore.isNew = r ? (APP_VERSION.version > Number(r)) : true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user