home主页和AiTools页

This commit is contained in:
2025-10-10 10:41:39 +08:00
parent c37c97e97e
commit 672a2f4c90
219 changed files with 20979 additions and 0 deletions

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

@ -0,0 +1,17 @@
<template>
<div id="user-container">
用户
</div>
</template>
<script>
export default {
name: 'User',
}
</script>
<style lang="scss" scoped>
#user-container{
flex: 1;
}
</style>