fix(pc-client,account-service): B-61 试用前小修 - 头像取首字/群头像拼格/近似灰Token收敛/重置密码踢下线,构建 v1.0.1 安装包
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { RightOutlined } from "@ant-design/icons";
|
||||
import { RightOutlined } from "@ant-design/icons";
|
||||
import { Button, Divider, Drawer } from "antd";
|
||||
import { t } from "i18next";
|
||||
import { forwardRef, ForwardRefRenderFunction, memo } from "react";
|
||||
@@ -110,13 +110,13 @@ const SingleSetting: ForwardRefRenderFunction<OverlayVisibleHandle, unknown> = (
|
||||
</div>
|
||||
<RightOutlined rev={undefined} />
|
||||
</div>
|
||||
<Divider className="m-0 border-4 border-[#F4F5F7]" />
|
||||
<Divider className="m-0 border-4 border-[var(--chat-bg)]" />
|
||||
<SettingRow
|
||||
title={t("placeholder.moveBlacklist")}
|
||||
value={isBlack}
|
||||
tryChange={updateBlack}
|
||||
/>
|
||||
<Divider className="m-0 border-4 border-[#F4F5F7]" />
|
||||
<Divider className="m-0 border-4 border-[var(--chat-bg)]" />
|
||||
|
||||
<div className="flex-1" />
|
||||
{isFriend && (
|
||||
|
||||
Reference in New Issue
Block a user