This commit is contained in:
zyronon
2023-11-20 00:27:48 +08:00
parent 481caa907e
commit 3a9dd1edee
5 changed files with 14 additions and 14 deletions

View File

@@ -10,7 +10,6 @@ import {cloneDeep} from "lodash-es";
import Backgorund from "@/components/Backgorund.vue";
import useTheme from "@/hooks/useTheme.ts";
import * as localforage from "localforage";
import {useStartKeyboardEventListener} from "@/hooks/event.ts";
const store = useBaseStore()
const runtimeStore = useRuntimeStore()
@@ -69,8 +68,6 @@ onMounted(() => {
<Backgorund/>
<div class="main-page anim">
<Practice/>
<!-- <AddArticle/>-->
<!-- <Side/>-->
</div>
</template>