This commit is contained in:
root
2025-04-24 10:12:10 +08:00
commit 57cae04c3a
889 changed files with 663318 additions and 0 deletions

15
gm/pages/index.vue Normal file
View File

@@ -0,0 +1,15 @@
<template>
<div>
<h1>Welcome to GM</h1>
</div>
</template>
<script>
export default {
name: 'IndexPage'
}
</script>
<style>
/* Add your styles here */
</style>