Skip to content

Commit 1e7ac4c

Browse files
authored
fix conflict
1 parent ac7a756 commit 1e7ac4c

File tree

4 files changed

+4
-20
lines changed

4 files changed

+4
-20
lines changed

src/content/learn/creating-a-react-app.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ title: 创建一个 React 应用
3232
npx create-next-app@latest
3333
</TerminalBlock>
3434

35-
<<<<<<< HEAD
36-
Next.js 由 [Vercel](https://vercel.com/) 维护。你可以 [将 Next.js 应用部署](https://nextjs.org/docs/app/building-your-application/deploying) 到任何支持 Node.js 或 serverless 的托管平台,或者部署到你自己的服务器。 Next.js 也支持 [静态导出](https://nextjs.org/docs/app/building-your-application/deploying/static-exports) 无需服务器。Vercel 还提供可选的付费云服务。
37-
=======
38-
Next.js is maintained by [Vercel](https://vercel.com/). You can [deploy a Next.js app](https://nextjs.org/docs/app/building-your-application/deploying) to any hosting provider that supports Node.js or Docker containers, or to your own server. Next.js also supports [static export](https://nextjs.org/docs/app/building-your-application/deploying/static-exports) which doesn't require a server.
39-
>>>>>>> d05547b9b8268db7a29e80908eddb15dbd863ae6
35+
Next.js 由 [Vercel](https://vercel.com/) 维护。你可以 [将 Next.js 应用部署](https://nextjs.org/docs/app/building-your-application/deploying) 到任何支持 Node.js 或 Docker 容器的托管平台,或者部署到你自己的服务器。 Next.js 也支持 [静态导出](https://nextjs.org/docs/app/building-your-application/deploying/static-exports) 无需服务器。
4036

4137
### React Router (v7) {/*react-router-v7*/}
4238

src/content/reference/rsc/directives.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ title: "指示符"
44

55
<RSC>
66

7-
<<<<<<< HEAD
8-
这些指令用于 [React 服务器组件](/learn/start-a-new-react-project#bleeding-edge-react-frameworks)
9-
=======
10-
Directives are for use in [React Server Components](/reference/rsc/server-components).
11-
>>>>>>> d05547b9b8268db7a29e80908eddb15dbd863ae6
7+
这些指令用于 [React 服务器组件](/reference/rsc/server-components)
128

139
</RSC>
1410

src/content/reference/rsc/use-client.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ titleForTitleTag: "'use client' 指示符"
55

66
<RSC>
77

8-
<<<<<<< HEAD
9-
`'use client'` 用于 [React 服务器组件](/learn/start-a-new-react-project#bleeding-edge-react-frameworks)
10-
=======
11-
`'use client'` is for use with [React Server Components](/reference/rsc/server-components).
12-
>>>>>>> d05547b9b8268db7a29e80908eddb15dbd863ae6
8+
`'use client'` 用于 [React 服务器组件](/reference/rsc/server-components)
139

1410
</RSC>
1511

src/content/reference/rsc/use-server.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ titleForTitleTag: "'use server' 指示符"
55

66
<RSC>
77

8-
<<<<<<< HEAD
9-
`'use server'` 用于 [React 服务器组件](/learn/start-a-new-react-project#bleeding-edge-react-frameworks)
10-
=======
11-
`'use server'` is for use with [using React Server Components](/reference/rsc/server-components).
12-
>>>>>>> d05547b9b8268db7a29e80908eddb15dbd863ae6
8+
`'use server'` 用于 [React 服务器组件](/reference/rsc/server-components)
139

1410
</RSC>
1511

0 commit comments

Comments
 (0)