build: fumadoc build failed

This commit is contained in:
ReaJason
2026-04-26 21:33:15 +08:00
parent e7e97089ce
commit 11794f9465
3 changed files with 57 additions and 53 deletions
+46 -46
View File
@@ -5,54 +5,54 @@
"": { "": {
"name": "fumadocs", "name": "fumadocs",
"dependencies": { "dependencies": {
"@base-ui/react": "latest", "@base-ui/react": "^1.4.1",
"@hookform/resolvers": "latest", "@hookform/resolvers": "^5.2.2",
"@orama/orama": "latest", "@orama/orama": "^3.1.18",
"@orama/stopwords": "latest", "@orama/stopwords": "^3.1.18",
"@orama/tokenizers": "latest", "@orama/tokenizers": "^3.1.18",
"@react-router/node": "latest", "@react-router/node": "^7.14.2",
"@tanstack/react-query": "latest", "@tanstack/react-query": "^5.100.5",
"class-variance-authority": "latest", "class-variance-authority": "^0.7.1",
"clsx": "latest", "clsx": "^2.1.1",
"framer-motion": "latest", "framer-motion": "^12.38.0",
"fumadocs-core": "latest", "fumadocs-core": "^16.8.4",
"fumadocs-mdx": "latest", "fumadocs-mdx": "14.3.1",
"fumadocs-ui": "latest", "fumadocs-ui": "16.8.4",
"i18next": "latest", "i18next": "^26.0.8",
"isbot": "latest", "isbot": "^5.1.39",
"lucide-react": "latest", "lucide-react": "^1.11.0",
"motion": "latest", "motion": "^12.38.0",
"react": "latest", "react": "^19.2.5",
"react-copy-to-clipboard": "latest", "react-copy-to-clipboard": "^5.1.1",
"react-dom": "latest", "react-dom": "^19.2.5",
"react-hook-form": "latest", "react-hook-form": "^7.74.0",
"react-i18next": "latest", "react-i18next": "^17.0.4",
"react-medium-image-zoom": "latest", "react-medium-image-zoom": "^5.4.3",
"react-syntax-highlighter": "latest", "react-syntax-highlighter": "^16.1.1",
"sonner": "latest", "sonner": "^2.0.7",
"tailwind-merge": "latest", "tailwind-merge": "^3.5.0",
"tw-animate-css": "latest", "tw-animate-css": "^1.4.0",
"yup": "latest", "yup": "^1.7.1",
}, },
"devDependencies": { "devDependencies": {
"@react-router/dev": "latest", "@react-router/dev": "^7.14.2",
"@tailwindcss/vite": "latest", "@tailwindcss/vite": "^4.2.4",
"@types/mdx": "latest", "@types/mdx": "^2.0.13",
"@types/node": "latest", "@types/node": "^25.6.0",
"@types/react": "latest", "@types/react": "^19.2.14",
"@types/react-copy-to-clipboard": "latest", "@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "latest", "@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "latest", "@types/react-syntax-highlighter": "^15.5.13",
"oxfmt": "latest", "oxfmt": "^0.46.0",
"oxlint": "latest", "oxlint": "^1.61.0",
"react-router-devtools": "latest", "react-router-devtools": "^6.2.0",
"rimraf": "latest", "rimraf": "^6.1.3",
"serve": "latest", "serve": "^14.2.6",
"tailwindcss": "latest", "tailwindcss": "^4.2.4",
"typescript": "latest", "typescript": "^6.0.3",
"vite": "latest", "vite": "^8.0.10",
"vite-plugin-devtools-json": "latest", "vite-plugin-devtools-json": "^1.0.0",
"vite-tsconfig-paths": "latest", "vite-tsconfig-paths": "^6.1.1",
}, },
}, },
}, },
+9 -6
View File
@@ -16,16 +16,19 @@ import { Tab, Tabs } from "fumadocs-ui/components/tabs";
items={["Docker Hub 源", "Github Container Registry 源", "南大 Github Container Registry 镜像源"]} items={["Docker Hub 源", "Github Container Registry 源", "南大 Github Container Registry 镜像源"]}
> >
<Tab> <Tab>
```bash docker run --pull=always --rm -it -d -p 8080:8080 --name memshell-party ```bash
reajason/memshell-party:latest ``` docker run --pull=always --rm -it -d -p 8080:8080 --name memshell-party reajason/memshell-party:latest
```
</Tab> </Tab>
<Tab> <Tab>
```bash docker run --pull=always --rm -it -d -p 8080:8080 --name memshell-party ```bash
ghcr.io/reajason/memshell-party:latest ``` docker run --pull=always --rm -it -d -p 8080:8080 --name memshell-party ghcr.io/reajason/memshell-party:latest
```
</Tab> </Tab>
<Tab> <Tab>
```bash docker run --pull=always --rm -it -d -p 8080:8080 --name memshell-party ```bash
ghcr.nju.edu.cn/reajason/memshell-party:latest ``` docker run --pull=always --rm -it -d -p 8080:8080 --name memshell-party ghcr.nju.edu.cn/reajason/memshell-party:latest
```
</Tab> </Tab>
</Tabs> </Tabs>
+1
View File
@@ -91,5 +91,6 @@ $ ./suo5 -t http://target.com/suo5.jsp -H "Referer: xXksjas"
``` ```
3. 后续的用法可参考官方仓库给出的 [Suo5 使用指南](https://github.com/zema1/suo5#%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97) 3. 后续的用法可参考官方仓库给出的 [Suo5 使用指南](https://github.com/zema1/suo5#%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97)
</Step> </Step>
</Steps> </Steps>