保存一下

This commit is contained in:
2025-08-20 09:59:19 +08:00
parent e8749e3efa
commit 7225419bff
19 changed files with 255 additions and 19 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "personalCenter",
"title": "个人中心",
"description": "个人中心",
"icon": "iconfont icon-setting",
"startName": "main",
"singleton": true,
"isJustProcess": false,
"windowFormConfigs": [
{
"name": "main",
"title": "个人中心",
"icon": "iconfont icon-setting",
"width": 800,
"height": 600
}
]
}

View File

@@ -0,0 +1,9 @@
<template>
<div>
个人中心页面
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>