feat: 新增关于我们页面和功能

新增关于我们页面和功能
This commit is contained in:
Theo
2024-11-29 16:05:18 +08:00
parent 6a3ccd309b
commit 2e224a5093
8 changed files with 815 additions and 15 deletions

View File

@@ -59,7 +59,9 @@
</wd-row>
<template #footer>
<wd-button size="small" type="primary" @click="handleAction(item)">···</wd-button>
<wd-button size="small" plain type="primary" @click="handleAction(item)">
操作
</wd-button>
</template>
</wd-card>
</view>

View File

@@ -76,7 +76,7 @@
</wd-row>
<template #footer>
<wd-button size="small" type="primary" @click="handleAction(item)">···</wd-button>
<wd-button size="small" plain type="primary" @click="handleAction(item)">操作</wd-button>
</template>
</wd-card>
</view>