Xin Zhang
[feature]: add frontend src.
b1cc7ae
raw
history blame contribute delete
320 Bytes
<script setup lang="ts">
</script>
<template>
<div class="right">
© 2025 MoYoYo Inc. All Rights Reserved.
</div>
</template>
<style scoped>
.right {
position: fixed;
bottom: 0;
width: 100%;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 0.8em;
background: white;
}
</style>