新增下载周榜与月榜

pull/361/head
HXY 2 years ago
parent 9a550271ec
commit ccdc97b997

File diff suppressed because one or more lines are too long

@ -105,7 +105,7 @@
<!-- -->
<div class="ranking-avatar">
<!-- -->
<img :src="item.avatar" alt="User Avatar" />
<img :src="item.avatar"/>
</div>
<div class="ranking-info">
@ -305,7 +305,6 @@ const formatUserName = (name: string) => {
return name.length > 10 ? name.substring(0, 10) + "..." : name;
};
watch(
() => ({
refreshTopicFollow: store.state.refreshTopicFollow,

@ -43,7 +43,7 @@ const routes = [
component: () => import('@/views/Profile.vue'),
},
{
path: '/user',
path: '/u',
name: 'user',
meta: {
title: '用户详情',

Loading…
Cancel
Save