Add merge page

This commit is contained in:
2025-09-27 22:47:53 +02:00
parent c4b94c007d
commit 01021ef28b
9 changed files with 81 additions and 29 deletions

View File

@@ -13,7 +13,7 @@
</template>
<script setup lang="ts">
const { data: manga } = useApi('/v2/Manga/Downloading');
const { data: manga } = useApi('/v2/Manga');
const expanded = ref(-1);
</script>