{php} /** * Legacy setup page content. */ $avatar = assetUrl($user['img'] ?? ''); $name = $user['name'] ?? ($user['username'] ?? ''); $sign = $user['sign'] ?? ''; $url = $user['url'] ?? ''; $email = $user['email'] ?? ''; $username = $user['username'] ?? ''; $canPost = in_array((string)($user['essqx'] ?? '0'), ['1', '2'], true); $mailNotify = isFlag($user['esseam'] ?? 0) === 1; $postSwitchStyle = $canPost ? 'background: var(--theme);justify-content: flex-end' : 'background: rgb(238 238 238);justify-content: flex-start'; $mailSwitchStyle = $mailNotify ? 'background: var(--theme);justify-content: flex-end' : 'background: rgb(238 238 238);justify-content: flex-start'; $mailSwitchValue = $mailNotify ? '1' : '0'; $alipayQr = assetUrl($user['alipay_qr'] ?? ''); $wechatQr = assetUrl($user['wechat_qr'] ?? ''); {/php}
{$name}
{$sign}
{$url}
退出登录
退出所有设备