🚧 adjust page route

This commit is contained in:
2025-04-02 21:21:41 +08:00
parent c80fa21139
commit 7e98d69f75
26 changed files with 914 additions and 38 deletions

View File

@@ -0,0 +1,12 @@
<script setup lang="ts">
import ImageEnhancerModal from "@/components/ImageEnhancer/ImageEnhancerModal.vue";
</script>
<template>
<ImageEnhancerModal/>
</template>
<style scoped lang="scss">
</style>