Browse Source

:fire: 神奇字典

visuddhinanda 1 year ago
parent
commit
df162a45c2
1 changed files with 0 additions and 4 deletions
  1. 0 4
      dashboard/src/components/template/SentEdit/SentMenu.tsx

+ 0 - 4
dashboard/src/components/template/SentEdit/SentMenu.tsx

@@ -23,10 +23,6 @@ const SentMenuWidget = ({
 }: IWidget) => {
   const intl = useIntl();
   const items: MenuProps["items"] = [
-    {
-      key: "magic-dict-current",
-      label: intl.formatMessage({ id: "buttons.magic-dict" }),
-    },
     {
       key: "show-commentary",
       label: <RelatedPara book={book} para={para} />,