gitea commit
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
{{ theme.global.current.value.dark ? 'mdi-weather-sunny' : 'mdi-weather-night' }}
|
{{ theme.global.current.value.dark ? 'mdi-weather-sunny' : 'mdi-weather-night' }}
|
||||||
</v-icon>
|
</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
|
<!--
|
||||||
<template>
|
<template>
|
||||||
<v-container style="height: 300px" fluid>
|
<v-container style="height: 300px" fluid>
|
||||||
<v-row class="justify-center">
|
<v-row class="justify-center">
|
||||||
@@ -38,6 +39,7 @@
|
|||||||
</v-row>
|
</v-row>
|
||||||
</v-container>
|
</v-container>
|
||||||
</template>
|
</template>
|
||||||
|
-->
|
||||||
<v-menu>
|
<v-menu>
|
||||||
<template v-slot:activator="{ props }">
|
<template v-slot:activator="{ props }">
|
||||||
<v-btn icon v-bind="props">
|
<v-btn icon v-bind="props">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-container class="flex items-center justify-center min-h-screen">
|
<v-container class="flex items-center justify-center">
|
||||||
<v-card class="pa-8">
|
<v-card class="pa-8">
|
||||||
<v-card-title>System Use Notice</v-card-title>
|
<v-card-title>System Use Notice</v-card-title>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
|
|||||||
Reference in New Issue
Block a user