1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-12-07 21:13:11 +00:00

feat: 优化关于卡片界面,更新图标和图片,增强用户体验

This commit is contained in:
SunWuyuan 2025-11-02 16:40:52 +08:00
parent 1999b09e59
commit 6eb9bbd79c
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64
3 changed files with 8 additions and 8 deletions

BIN
src/assets/cslogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,5 +1,5 @@
<template> <template>
<v-card border> <v-card border rounded="xl" hover>
<v-card-item> <v-card-item>
<template #prepend> <template #prepend>
<v-icon icon="mdi-information" size="large" class="mr-2" /> <v-icon icon="mdi-information" size="large" class="mr-2" />
@ -13,8 +13,8 @@
<div class="d-flex flex-column align-start"> <div class="d-flex flex-column align-start">
<v-avatar size="120" class="mb-4"> <v-avatar size="120" class="mb-4">
<v-img <v-img
src="https://github.com/SunWuyuan.png" src="../../assets/cslogo.png"
alt="Sunwuyuan" alt="Classworks"
/> />
</v-avatar> </v-avatar>

View File

@ -44,11 +44,11 @@
direction="vertical" direction="vertical"
> >
<v-tabs-window-item value="index" <v-tabs-window-item value="index"
><v-card class="service-card gradient-right clickable" elevation="8"> ><v-card class="service-card gradient-right clickable mb-4" elevation="8" rounded="xl" border hover @click="openClassworksKV" color="primary" variant="tonal">
<v-card-item> <v-card-item>
<div class="card-title"> <div class="card-title">
<div> <div>
<div class="text-h6">Classworks KV</div> <div class="text-h6">在寻找 Classworks KV </div>
<div class="text-caption text-medium-emphasis"> <div class="text-caption text-medium-emphasis">
文档形键值数据库 文档形键值数据库
</div> </div>
@ -69,7 +69,7 @@
</div> </div>
</v-card-text> </v-card-text>
</v-card> </v-card>
<v-card title="Classworks" subtitle="设置" class="rounded-xl" border> <v-card title="Classworks" subtitle="设置" class="rounded-xl mb-4" border>
<v-card-text> <v-card-text>
<v-alert <v-alert
color="error" color="error"
@ -106,7 +106,7 @@
</p> </p>
<p style="color: #666"> <p style="color: #666">
上述浏览器商标为其所属公司所有Classworks 上述浏览器商标为其所属公司所有Classworks
与上述浏览器所属公司无竞争关系 与上述浏览器所属公司无竞争关系
</p> </p>
<br /><v-btn <br /><v-btn
href="https://www.microsoft.com/zh-cn/windows/microsoft-edge" href="https://www.microsoft.com/zh-cn/windows/microsoft-edge"
@ -119,7 +119,7 @@
></v-alert ></v-alert
> >
</v-card-text> </v-card-text>
</v-card> </v-card><about-card />
</v-tabs-window-item> </v-tabs-window-item>
<v-tabs-window-item value="server"> <v-tabs-window-item value="server">