tip -> tooltip
@@ -150,7 +150,7 @@ const AnthologyListWidget = ({
}),
dataIndex: "title",
key: "title",
- tip: "过长会自动收缩",
+ tooltip: "过长会自动收缩",
ellipsis: true,
render: (text, row, index, action) => {
return (
@@ -188,7 +188,7 @@ const ArticleListWidget = ({
@@ -243,7 +243,7 @@ const ArticleListWidget = ({
dataIndex: "summary",
key: "summary",
},
{
@@ -201,7 +201,7 @@ const ChannelTableWidget = ({
width: 250,
@@ -242,7 +242,7 @@ const ChannelTableWidget = ({
@@ -50,7 +50,7 @@ const ChapterInChannelListWidget = ({ channelId, onSelect }: IWidget) => {
@@ -86,7 +86,7 @@ const ChapterInChannelListWidget = ({ channelId, onSelect }: IWidget) => {
@@ -89,7 +89,7 @@ const RecentWidget = ({ onSelect }: IWidget) => {
let icon = <></>;
@@ -76,7 +76,7 @@ const WebhookListWidget = ({ channelId, studioName }: IWidget) => {
dataIndex: "url",
key: "url",
const url = row.url.split("?")[0];
@@ -166,7 +166,7 @@ const Widget = () => {
width: 300,
@@ -119,7 +119,7 @@ const Widget = () => {
dataIndex: "name",
key: "name",
@@ -151,7 +151,7 @@ const Widget = () => {
dataIndex: "description",
key: "description",
search: false,