test: web

This commit is contained in:
tbphp
2025-07-01 22:47:25 +08:00
parent c447e3ad0b
commit dcb862b11a
50 changed files with 5059 additions and 689 deletions

View File

@@ -0,0 +1,20 @@
<template>
<footer class="bg-gray-100 text-center py-4 mt-auto">
<div class="container mx-auto">
<p class="text-sm text-gray-600">
&copy; {{ new Date().getFullYear() }} GPT-Load. All Rights Reserved.
</p>
<p class="text-xs text-gray-500 mt-1">
Version 1.0.0
</p>
</div>
</footer>
</template>
<script setup lang="ts">
// No script needed for this simple component
</script>
<style scoped>
/* Add any component-specific styles here */
</style>