Skip to content

Commit 202b975

Browse files
committed
docs(cn): fix conflicts
1 parent b52977c commit 202b975

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

.vitepress/theme/components/Environment.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ defineProps<{ type: 'node' | 'client' }>()
1616
此配置仅在 Node.js 环境下运行。你可以访问 Node.js 的相关 API 了解更多。
1717
</span>
1818
<span v-else>
19-
<<<<<<< HEAD
2019
此配置仅在客户端环境下运行。在引入包时,请确保浏览器的兼容性。
21-
=======
22-
This setup function will only run on client side. Make sure the browser compatibility when importing packages.
23-
>>>>>>> 953ee5694ffc44df8da634f1e6123cc1b411229b
2420
</span>
2521
</div>
2622
</details>

custom/config-vite.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,4 @@ Slidev 已经内置了以下插件:
1919
- [vite-plugin-icons](https://github.com/antfu/vite-plugin-icons)
2020
- [vite-plugin-remote-assets](https://github.com/antfu/vite-plugin-remote-assets)
2121

22-
<<<<<<< HEAD
2322
可以在 [此处](https://github.com/slidevjs/slidev/blob/main/packages/slidev/node/plugins/preset.ts) 了解 Slidev 的相关预设。
24-
=======
25-
Learn more about the [pre-configurations here](https://github.com/slidevjs/slidev/blob/main/packages/slidev/node/plugins/preset.ts).
26-
>>>>>>> 953ee5694ffc44df8da634f1e6123cc1b411229b

custom/directory-structure.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ your-slidev/
2525

2626
## 组件 {#components}
2727

28-
<<<<<<< HEAD
29-
约定:`./components/*.{vue,js,ts,jsx,tsx}`
30-
=======
31-
Conventions: `./components/*.{vue,js,ts,jsx,tsx,md}`
32-
>>>>>>> 953ee5694ffc44df8da634f1e6123cc1b411229b
28+
约定:`./components/*.{vue,js,ts,jsx,tsx,md}`
3329

3430
此目录中的组件可以在幻灯片的 Markdown 中直接使用,其组件名与文件名相同。
3531

0 commit comments

Comments
 (0)