initial commit

This commit is contained in:
xiaomai
2025-10-01 16:52:52 +08:00
commit e93b931288
35 changed files with 12784 additions and 0 deletions

15
app/pages/index.vue Normal file
View File

@@ -0,0 +1,15 @@
<template>
<div>
<IndexHero />
<IndexNews />
<IndexEvents />
<IndexDonate />
<IndexAbout />
</div>
</template>
<script lang="ts" setup>
</script>
<style></style>