添加教程隐藏

This commit is contained in:
2025-03-06 20:55:19 +08:00
parent e39faea99a
commit ebab966207
5 changed files with 46 additions and 14 deletions

View File

@@ -1,4 +1,8 @@
import { ref } from "vue"
import { useStorage } from "@vueuse/core"
import { STORAGE_KEY } from "../utils/const"
export const step = useStorage(STORAGE_KEY.STEP, 1)
export const show = ref(true)
export const tutorialSize = ref(2 / 5)