no message

This commit is contained in:
2025-10-10 10:32:37 +08:00
commit d560b2ae9d
219 changed files with 20979 additions and 0 deletions

17
pages/About/index.vue Normal file
View File

@ -0,0 +1,17 @@
<template>
<div id="normal-container">
<IntegratedLayout>
<nuxt-child />
</IntegratedLayout>
</div>
</template>
<script>
export default {
name: 'About',
}
</script>
<style lang="scss" scoped>
</style>