Przeglądaj źródła

:fire: 添加到文集

visuddhinanda 2 lat temu
rodzic
commit
8302024975
1 zmienionych plików z 0 dodań i 12 usunięć
  1. 0 12
      dashboard/src/components/export/ShareButton.tsx

+ 0 - 12
dashboard/src/components/export/ShareButton.tsx

@@ -54,18 +54,6 @@ const ShareButtonWidget = ({
               key: "export",
               icon: <ExportOutlined />,
             },
-            {
-              label: "添加到文集",
-              key: "add_to_anthology",
-              icon: <InboxOutlined />,
-              disabled: type === "article" ? false : true,
-            },
-            {
-              label: "创建副本",
-              key: "fork",
-              icon: <ForkOutlined />,
-              disabled: user && type === "article" ? false : true,
-            },
           ],
           onClick: ({ key }) => {
             switch (key) {