Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Mar 23, 2024
1 parent 380f98c commit 2b62dfc
Show file tree
Hide file tree
Showing 27 changed files with 2,246 additions and 1,936 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ $ pnpm install antd // peerDependencies
const nextConfig = {
transpilePackages: [
'@ant-design/pro-chat',
'@ant-design/pro-editor',
'react-intersection-observer',
],
};
Expand Down
1 change: 0 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ $ pnpm install antd // peerDependencies
const nextConfig = {
transpilePackages: [
'@ant-design/pro-chat',
'@ant-design/pro-editor',
'react-intersection-observer',
],
};
Expand Down
1 change: 0 additions & 1 deletion demos/chatgpt-nextjs/next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: [
'@ant-design/pro-editor',
'@ant-design/pro-chat',
'react-intersection-observer',
],
Expand Down
1 change: 0 additions & 1 deletion demos/chatgpt-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"dependencies": {
"@ant-design/pro-chat": "^1.2.0",
"@ant-design/pro-editor": "^0.38.0",
"ai": "^2.2.31",
"antd": "^5.12.8",
"antd-style": "^3.6.1",
Expand Down
1 change: 0 additions & 1 deletion demos/qwen-nextjs/next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: [
'@ant-design/pro-editor',
'@ant-design/pro-chat',
'react-intersection-observer',
],
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/initial.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default () => {

return (
<Flex style={{ background: theme.colorBgLayout }}>
<Flex padding={16} gap={16} horizontal>
<Flex padding={16} gap={16} vertical>
<Button
type={'primary'}
onClick={() => {
Expand Down
1 change: 0 additions & 1 deletion docs/guide/nextjs.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const nextConfig = {
transpilePackages: [
'@ant-design/pro-chat',
'react-intersection-observer',
'@ant-design/pro-editor',
],
};
```
Expand Down
1 change: 0 additions & 1 deletion docs/guide/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const nextConfig = {
transpilePackages: [
'@ant-design/pro-chat',
'react-intersection-observer',
'@ant-design/pro-editor',
],
};
```
Expand Down
1 change: 0 additions & 1 deletion docs/guide/qwen.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Modify the `transpilePackages` in `next.config.(m)js` to add relevant dependenci
/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: [
'@ant-design/pro-editor',
'@ant-design/pro-chat',
'react-intersection-observer',
],
Expand Down
1 change: 0 additions & 1 deletion docs/guide/qwen.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ npx create-next-app@latest
/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: [
'@ant-design/pro-editor',
'@ant-design/pro-chat',
'react-intersection-observer',
],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
},
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@ant-design/pro-editor": "latest",
"@babel/runtime": "^7.23.9",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.10",
Expand Down
Loading

0 comments on commit 2b62dfc

Please sign in to comment.