feat: 前端基础框架

This commit is contained in:
RockChinQ
2024-10-13 22:34:35 +08:00
parent 9703fc0366
commit 0dd74c825b
15 changed files with 193 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
<template>
<h1>Dashboard</h1>
</template>
<script setup>
</script>
<style scoped>
</style>

View File

@@ -1,6 +1,9 @@
<template>
<h1>Logs</h1>
</template>
<script setup>
//
</script>
<style scoped>
</style>

View File

@@ -0,0 +1,9 @@
<template>
<h1>Plugins</h1>
</template>
<script setup>
</script>
<style scoped>
</style>

View File

@@ -0,0 +1,9 @@
<template>
<h1>Settings</h1>
</template>
<script setup>
</script>
<style scoped>
</style>