用户管理

添加成员
成员列表
{#if error}
{error}
{:else if shown === null}
加载中…
{:else if shown.length === 0}
{filterText.trim() === "" ? "暂无成员" : `无匹配「${filterText.trim()}」的成员`}
{:else} {#each shown as m (m.userId)} {/each}
成员 userId 角色
{m.displayName || m.userId} {m.userId}
{/if}