add catalog

This commit is contained in:
2026-07-26 03:02:05 +07:00
parent 4663493c66
commit 6d5766092b
14 changed files with 338 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
<script setup lang="ts">
import ScenarioPage from '@/components/ScenarioPage.vue'
</script>
<template>
<ScenarioPage />
</template>
<style lang="css"></style>