forked from FoundKeyGang/FoundKey
みつけるの微修正 (#5506)
* default instance name * とりあえずリモートの人気のユーザーはリモートのみにするように
This commit is contained in:
parent
16d59e9988
commit
3a973aee69
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<div class="localfedi7" v-if="meta && stats && tag == null" :style="{ backgroundImage: meta.bannerUrl ? `url(${meta.bannerUrl})` : null }">
|
||||
<header>{{ $t('explore', { host: meta.name }) }}</header>
|
||||
<header>{{ $t('explore', { host: meta.name || 'Misskey' }) }}</header>
|
||||
<div>{{ $t('users-info', { users: num(stats.originalUsersCount) }) }}</div>
|
||||
</div>
|
||||
|
||||
|
@ -91,7 +91,7 @@ export default Vue.extend({
|
|||
} },
|
||||
popularUsersF: { endpoint: 'users', limit: 10, params: {
|
||||
state: 'alive',
|
||||
origin: 'combined',
|
||||
origin: 'remote',
|
||||
sort: '+follower',
|
||||
} },
|
||||
recentlyUpdatedUsersF: { endpoint: 'users', limit: 10, params: {
|
||||
|
|
Loading…
Reference in a new issue