Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Aug 30, 2024
1 parent 43c8f13 commit 3875a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/proxy/[id]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<v-card-item>
<v-chip pill>
<v-avatar start>
<v-img :src="project.author.profile.images['90x90']"></v-img> </v-avatar>{{ project.author.username ||
<v-img :src="`${this.scratch_proxy}/avatars/${project.author.id}`"></v-img> </v-avatar>{{ project.author.username ||
"加载中" }}</v-chip>
</v-card-item>
<v-card-item>
Expand Down

0 comments on commit 3875a25

Please sign in to comment.