mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-06-15 17:12:28 +00:00
📝 Docs: 商店插件可用性筛选 & 更新排序 (#3334)
This commit is contained in:
@@ -10,7 +10,7 @@ import copy from "copy-text-to-clipboard";
|
||||
import IconCopy from "@theme/Icon/Copy";
|
||||
import IconSuccess from "@theme/Icon/Success";
|
||||
|
||||
function HomeHeroInstallButton(): JSX.Element {
|
||||
function HomeHeroInstallButton(): React.ReactNode {
|
||||
const code = "pipx run nb-cli create";
|
||||
|
||||
const [isCopied, setIsCopied] = useState(false);
|
||||
@@ -37,7 +37,7 @@ function HomeHeroInstallButton(): JSX.Element {
|
||||
);
|
||||
}
|
||||
|
||||
function HomeHero(): JSX.Element {
|
||||
function HomeHero(): React.ReactNode {
|
||||
const {
|
||||
siteConfig: { tagline },
|
||||
} = useDocusaurusContext();
|
||||
|
||||
Reference in New Issue
Block a user