This commit is contained in:
2025-02-25 11:48:26 +08:00
parent 9a289d8c39
commit df971ea418
3 changed files with 11 additions and 9 deletions

View File

@@ -25,7 +25,6 @@ export function changeSize(num: number) {
}
export const step = useStorage("web-turtorial-step", "01")
export const content = useStorage("web-turtorial-content", "")
export function prev() {
let num = parseInt(step.value) - 1
step.value = num.toString().padStart(2, "0")