add submissions.

This commit is contained in:
2023-01-15 17:12:07 +08:00
parent a62f744a9a
commit eaa5a8516e
34 changed files with 1652 additions and 1592 deletions

View File

@@ -1,11 +1,11 @@
<script setup lang="ts"></script>
<template>
<el-container>
<el-main>
<router-view></router-view>
</el-main>
</el-container>
</template>
<style scoped></style>
<script setup lang="ts"></script>
<template>
<el-container>
<el-main>
<router-view></router-view>
</el-main>
</el-container>
</template>
<style scoped></style>