File size: 320 Bytes
b1cc7ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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>