forked from FoundKeyGang/FoundKey
clean up
This commit is contained in:
parent
3148538f3f
commit
6119945256
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
||||||
<template>
|
|
||||||
<div>
|
|
||||||
<section class="_section">
|
|
||||||
<div class="_content" style="text-align: center;">
|
|
||||||
<img src="/static-assets/icons/512.png" alt="" style="display: block; width: 100px; margin: 0 auto; border-radius: 16px;"/>
|
|
||||||
<div style="margin-top: 0.75em;">Misskey</div>
|
|
||||||
<div style="opacity: 0.5;">v{{ version }}</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script lang="ts">
|
|
||||||
import { defineComponent } from 'vue';
|
|
||||||
import { version } from '@/config';
|
|
||||||
import * as symbols from '@/symbols';
|
|
||||||
|
|
||||||
export default defineComponent({
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
[symbols.PAGE_INFO]: {
|
|
||||||
title: 'Misskey',
|
|
||||||
icon: null
|
|
||||||
},
|
|
||||||
version,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
});
|
|
||||||
</script>
|
|
Loading…
Reference in a new issue