first commit

This commit is contained in:
2025-02-23 21:26:12 +08:00
commit 3b26fe4adc
23 changed files with 2527 additions and 0 deletions

5
src/store.ts Normal file
View File

@@ -0,0 +1,5 @@
import { useStorage } from "@vueuse/core";
export const html = useStorage("web-html", `<div class="welcome">黄岩一职</div>`)
export const css = useStorage("web-css", `.welcome { color: red; }`)
export const js = useStorage("web-js", "")