feat: basic ui

This commit is contained in:
2025-03-14 21:45:00 +08:00
parent 096d8aa231
commit e3e1a28462
15 changed files with 1585 additions and 51 deletions

9
assets/css/main.css Normal file
View File

@ -0,0 +1,9 @@
@import "tailwindcss" theme(static);
@import "@nuxt/ui";
@theme static {
/* --default-font-family: Rubik, "Noto Sans SC", sans-serif; */
--font-sans: Rubik, "Noto Sans SC", sans-serif;
--font-mono: "Cascadia Code", "Fira Code", "Fira Mono", "Roboto Mono",
monospace;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB