Commit e5550e99 authored by Chunchi Che's avatar Chunchi Che

add operation hint

parent 0fd21f69
Pipeline #25510 passed with stages
in 14 minutes and 59 seconds
......@@ -3,6 +3,7 @@ import {
DeleteOutlined,
EditOutlined,
FilterOutlined,
QuestionCircleOutlined,
RetweetOutlined,
SearchOutlined,
SortAscendingOutlined,
......@@ -18,6 +19,7 @@ import {
message,
Pagination,
Space,
Tooltip,
} from "antd";
import { isEqual } from "lodash-es";
import { type OverlayScrollbarsComponentRef } from "overlayscrollbars-react";
......@@ -290,6 +292,9 @@ export const DeckEditor: React.FC<{
>
保存
</Button>
<Tooltip title="双击添加卡片,单击右键删除卡片,按下滑轮在主卡组和副卡组之间切换卡片">
<QuestionCircleOutlined />
</Tooltip>
</Space>
</Space>
<ScrollableArea className={styles["deck-zone"]}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment