This commit is contained in:
2026-01-10 21:41:23 +08:00
parent 2f5ee49594
commit 1d8144bf87
28 changed files with 434 additions and 589 deletions

View File

@@ -23,6 +23,6 @@
</ArtResultPage>
</template>
<script setup lang="ts">
<script setup>
defineOptions({ name: 'ResultFail' })
</script>

View File

@@ -16,6 +16,6 @@
</ArtResultPage>
</template>
<script setup lang="ts">
<script setup>
defineOptions({ name: 'ResultSuccess' })
</script>