Initial AI manga platform

This commit is contained in:
www
2026-06-15 17:45:28 +08:00
commit 7a8191650f
267 changed files with 105987 additions and 0 deletions
@@ -0,0 +1,7 @@
<script setup lang="ts">
import IndexPage from '../index/index.vue';
</script>
<template>
<IndexPage />
</template>