We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbee89f commit d4d3a82Copy full SHA for d4d3a82
2 files changed
Changelog.md
@@ -14,6 +14,7 @@
14
#### :wrench: Fix
15
16
1. Fix: Add the missing version tags for the old version documents.
17
+2. Fix: Correct a bad import in `zh-cn/docs/usages/downloader`.
18
19
#### :floppy_disk: Change
20
i18n/zh-cn/docusaurus-plugin-content-docs/current/tutorial/usages/downloader.mdx
@@ -11,7 +11,7 @@ import TabItem from "@theme/TabItem";
11
import IconExternalLink from "@theme/Icon/ExternalLink";
12
import vsiCheckIcon from "@iconify-icons/codicon/check";
13
-import IconLink from "@site/src/components/IconLink";
+import InlineIcon from "@site/src/components/InlineIcon";
import IconLink, {IconLinkInline} from "@site/src/components/IconLink";
## 使用`PlainDownloader`组件 {#use-the-plaindownloader-component}
0 commit comments