add story

This commit is contained in:
2026-07-29 01:00:48 +07:00
parent c04ae2868c
commit 9b3f43da98
14 changed files with 2601 additions and 2398 deletions
+9
View File
@@ -0,0 +1,9 @@
<script setup lang="ts">
import GamePage from '@/components/GamePage.vue'
</script>
<template>
<GamePage />
</template>
<style lang="css"></style>
+9
View File
@@ -0,0 +1,9 @@
<script setup lang="ts">
import TeamStoryPage from '@/components/TeamStoryPage.vue'
</script>
<template>
<TeamStoryPage />
</template>
<style lang="css"></style>