mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 08:46:02 +00:00
feat: 前端基础框架
This commit is contained in:
11
web/src/pages/DashBoard.vue
Normal file
11
web/src/pages/DashBoard.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<h1>Dashboard</h1>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
@@ -1,6 +1,9 @@
|
||||
<template>
|
||||
<h1>Logs</h1>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
//
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
9
web/src/pages/Plugins.vue
Normal file
9
web/src/pages/Plugins.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<h1>Plugins</h1>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
9
web/src/pages/Settings.vue
Normal file
9
web/src/pages/Settings.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<h1>Settings</h1>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user