mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-12-24 12:57:52 +08:00
edit describe
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vuetify-Lux</title>
|
||||
<title>GPM</title>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script
|
||||
async
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB |
@@ -46,7 +46,7 @@ const scrollToBottom = () => {
|
||||
<template v-if="!customizeTheme.miniSidebar" v-slot:prepend>
|
||||
<v-card height="100" class="logo-card">
|
||||
<h1 class="logo-text h-full">
|
||||
<Icon class="mr-2" width="40" icon="solar:plain-bold-duotone" />
|
||||
<Icon class="mr-2" width="40" icon="mdi-console" />
|
||||
<span>GPM</span>
|
||||
</h1>
|
||||
</v-card>
|
||||
|
||||
@@ -5,11 +5,9 @@
|
||||
>
|
||||
<div class="mt-3 mt-md-10 pa-2">
|
||||
<div class="text-primary text-h4 font-weight-bold">
|
||||
Lux Vuetify3 Admin
|
||||
</div>
|
||||
<div class="title my-2">
|
||||
Welcome! Let's build amazing things together.
|
||||
Go Process Manager
|
||||
</div>
|
||||
<div class="title my-2">Welcome! Start by adding a process to GPM.</div>
|
||||
</div>
|
||||
</v-sheet>
|
||||
<v-card
|
||||
@@ -19,7 +17,6 @@
|
||||
<div class="layout-content ma-auto w-full">
|
||||
<slot></slot>
|
||||
</div>
|
||||
<div class="pa-5">Vue 3.2 & Vuetify 3.1.13 & Vite 4.2</div>
|
||||
</v-card>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -48,9 +48,8 @@ const resetErrors = () => {
|
||||
<template>
|
||||
<v-card color="white" class="pa-3 ma-3" elevation="3">
|
||||
<v-card-title class="my-4 text-h4">
|
||||
<span class="flex-fill"> Xcon </span>
|
||||
<span class="flex-fill"> GPM </span>
|
||||
</v-card-title>
|
||||
<v-card-subtitle>请使用你的游戏账号登入</v-card-subtitle>
|
||||
<!-- sign in form -->
|
||||
|
||||
<v-card-text>
|
||||
|
||||
Reference in New Issue
Block a user