Skip to content

Commit

Permalink
fix: site page crash error (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
YumoImer authored Jan 4, 2025
1 parent fdb9df2 commit 7f3f8e0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ exports[`renders components/attachments/demo/overflow.tsx extend context correct
class="ant-segmented-item ant-segmented-item-selected"
>
<input
checked=""
class="ant-segmented-item-input"
type="radio"
/>
Expand Down
1 change: 0 additions & 1 deletion components/bubble/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Often used when chatting.
<code src="./demo/list.tsx">Bubble List</code>
<code src="./demo/bubble-custom.tsx">Semantic Custom</code>
<code src="./demo/list-custom.tsx">Custom List Content</code>
<code src="./demo/gpt-vis.tsx">Using GPT-Vis to render charts</code>

## API

Expand Down
1 change: 0 additions & 1 deletion components/bubble/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ demo:
<code src="./demo/list.tsx">气泡列表</code>
<code src="./demo/bubble-custom.tsx">语义化自定义</code>
<code src="./demo/list-custom.tsx">自定义列表内容</code>
<code src="./demo/gpt-vis.tsx">使用 GPT-Vis 渲染图表</code>

## API

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,7 @@ exports[`renders components/thought-chain/demo/size.tsx extend context correctly
class="ant-radio-button ant-radio-button-checked"
>
<input
checked=""
class="ant-radio-button-input"
type="radio"
value="middle"
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@microflash/rehype-figure": "^2.1.1",
"@npmcli/run-script": "^9.0.1",
"@octokit/rest": "^21.0.2",
"@petercatai/assistant": "^2.0.10",
"@petercatai/assistant": "^2.0.13",
"@qixian.cs/github-contributors-list": "^2.0.2",
"@rc-component/father-plugin": "1.2.0-alpha.0",
"@rc-component/trigger": "^2.2.3",
Expand Down Expand Up @@ -181,6 +181,7 @@
"father": "4.5.1-beta.4",
"fetch-jsonp": "^1.3.0",
"fs-extra": "^11.2.0",
"react-intl": "7.0.4",
"gh-pages": "^6.1.1",
"glob": "^11.0.0",
"happy-dom": "^16.0.0",
Expand Down Expand Up @@ -282,4 +283,4 @@
"limit": "350 KiB"
}
]
}
}

0 comments on commit 7f3f8e0

Please sign in to comment.