fix: move admin and web to correct locations

This commit is contained in:
bwstudio
2026-05-21 21:45:31 +08:00
parent 89fa43d5fa
commit 7f51d200f1
36 changed files with 566 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<template>
<footer class="footer">
<p>笑话大全 - 让快乐传递</p>
</footer>
</template>
<style scoped>
.footer {
background: #333;
color: white;
text-align: center;
padding: 20px;
margin-top: auto;
}
</style>