chore: change

This commit is contained in:
zyronon
2023-09-13 18:57:00 +08:00
parent 75635ec22c
commit 107e6b54fd
12 changed files with 507 additions and 60 deletions

View File

@@ -5,6 +5,7 @@ import {onMounted, watch} from "vue";
import {useBaseStore} from "@/stores/base.ts";
import {SaveKey} from "@/types.ts"
import Practice from "@/components/Practice/Practice.vue"
import AddArticle from "@/components/Practice/AddArticle.vue";
const store = useBaseStore()
// 查询当前系统主题颜色
@@ -33,7 +34,8 @@ onMounted(() => {
<template>
<!-- <Backgorund/>-->
<div class="main-page">
<Practice/>
<!-- <Practice/>-->
<AddArticle/>
<!-- <Side/>-->
<Statistics></Statistics>
</div>