Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Jan 5, 2025
1 parent f63b2df commit 6e751a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 90 deletions.
2 changes: 1 addition & 1 deletion public/scratch
90 changes: 1 addition & 89 deletions src/pages/user/[...id].vue
Original file line number Diff line number Diff line change
@@ -1,94 +1,6 @@
<template>
<v-container
><v-responsive class="mt-12"
><v-container class="pa-md-12">
<v-list
border
class="pb-4 mx-auto"
lines="two"
max-width="600"
rounded="lg"
slim
>
<v-list-item>
<template #prepend>
<v-badge
bordered
class="me-n2"
color="amber"
icon="mdi-star"
location="bottom end"
offset-x="4"
offset-y="8"
>
<v-avatar color="surface-variant" />
</v-badge>
</template>
<template #title>
<strong>johnleider</strong>
<span class="text-medium-emphasis font-weight-light">
starred a repository
</span>
</template>
<template #subtitle>
<span class="font-weight-regular text-caption">3 hours ago</span>
</template>
<template #append>
<v-btn
class="mt-n4"
icon="mdi-dots-horizontal"
size="small"
variant="text"
/>
</template>
</v-list-item>
<v-list
bg-color="surface-light"
class="mx-4 pb-5"
color="surface-light"
density="compact"
:lines="false"
rounded="lg"
>
<v-list-item>
<template #prepend>
<v-avatar class="me-n2" color="surface-variant" size="18" />
</template>
<template #title> <strong>vuetifyjs/one</strong> </template>
<template #append>
<v-btn-group
border
color="primary"
density="compact"
rounded="lg"
size="x-small"
>
<v-btn
class="text-none"
prepend-icon="mdi-star-outline"
text="Star"
/>
<v-divider color="surface-light" vertical />
<v-btn class="px-5" icon="mdi-menu-down" />
</v-btn-group>
</template>
</v-list-item>
<div class="ps-4">
<div class="mb-3 text-body-2">
<span class="pe-1">✨</span> Binding the Vuetify ecosystem
</div>
<div class="d-flex align-center text-caption">
<div class="me-4">
<v-badge color="primary" dot inline /> TypeScript
</div>
<div class="d-flex align-center">
<v-icon icon="mdi-star-outline" /> 431
</div>
</div>
</div>
</v-list>
</v-list>
</v-container>
><v-responsive class="mt-12">
<v-row class="d-flex align-center">
<!-- 用户信息 -->
<v-col>
Expand Down

0 comments on commit 6e751a9

Please sign in to comment.