初始化结构

This commit is contained in:
2025-08-22 00:00:20 +08:00
parent e3dd2a7c47
commit f4a88349f8
10 changed files with 594 additions and 239 deletions

View File

@@ -33,17 +33,4 @@
}
}
.page-enter-active,
.page-leave-active {
@apply transition-opacity ease-in-out duration-300;
}
.layout-enter-active,
.layout-leave-active {
@apply transition-opacity ease-in-out duration-500;
}
.page-enter-from,
.page-leave-to,
.layout-enter-from,
.layout-leave-to {
@apply opacity-0;
}

View File

@@ -1,6 +1,6 @@
<template>
<div class="top=1/5 pointer-events-none absolute inset-x-0 transform-gpu blur-3xl -z-10" aria-hidden="true">
<div class="blob relative left-[calc(50%+36rem)] aspect-[1155/678] w-[72.1875rem] from-(--color-warning) to-(--color-success) bg-gradient-to-br opacity-30 -translate-x-1/2" />
<div class="blob relative left-[calc(50%+36rem)] aspect-[1155/678] w-[72.1875rem] from-(--color-error) to-(--color-success) bg-gradient-to-br opacity-30 -translate-x-1/2" />
</div>
</template>

View File

@@ -1,6 +1,6 @@
<template>
<div class="pointer-events-none absolute inset-x-0 transform-gpu blur-3xl -top-1/4 -z-10" aria-hidden="true">
<div class="blob relative left-[calc(50%-30rem)] aspect-[1155/678] w-[72.1875rem] rotate-30 from-(--color-warning) to-(--color-success) bg-gradient-to-tr opacity-30 -translate-x-1/2" />
<div class="blob relative left-[calc(50%-30rem)] aspect-[1155/678] w-[72.1875rem] rotate-30 from-(--color-error) to-(--color-success) bg-gradient-to-tr opacity-30 -translate-x-1/2" />
</div>
</template>

View File

@@ -1,5 +1,6 @@
<template>
<header class="top-0 z-10">
<UColorModeButton />
<UContainer class="md:py-2">
<UNavigationMenu
:items="mobileItems"

View File

@@ -14,7 +14,6 @@
category: "system",
description: "Read operating system informations."
});
const items = ref([
{
label: "System",

View File

@@ -1,7 +1,7 @@
export default defineNuxtConfig({
modules: [
"@vueuse/nuxt",
"@nuxt/ui",
"@nuxt/ui-pro",
"nuxt-svgo",
"reka-ui/nuxt",
"@nuxt/eslint"

View File

@@ -23,7 +23,7 @@
"tauri:build:debug": "tauri build --debug"
},
"dependencies": {
"@nuxt/ui": "^3.2.0",
"@nuxt/ui-pro": "^3.2.0",
"@tauri-apps/api": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.0",
"@tauri-apps/plugin-notification": "^2.3.0",

804
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

2
src-tauri/Cargo.lock generated
View File

@@ -2174,7 +2174,7 @@ dependencies = [
[[package]]
name = "nuxtor"
version = "1.3.1"
version = "1.4.0"
dependencies = [
"serde",
"serde_json",

View File

@@ -43,7 +43,7 @@
"height": 768,
"minWidth": 375,
"minHeight": 812,
"resizable": true,
"resizable": false,
"fullscreen": false
}
],