Skip to content

Commit df5e574

Browse files
committed
docs(cn): fix conflicts
1 parent 70a2baf commit df5e574

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

.vitepress/theme/custom.css

+11-11
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,21 @@
2929
--docsearch-primary-color: var(--c-brand) !important;
3030
}
3131

32-
<<<<<<< HEAD
32+
#play-vite-audio {
33+
padding: 0;
34+
margin-left: 5px;
35+
display: inline-flex;
36+
}
37+
38+
#play-vite-audio img {
39+
opacity: 0.8;
40+
}
41+
3342
/* docs-cn specific */
3443
.cn-footnote {
3544
margin-top: 20px;
3645
}
46+
3747
.cn-footnote .title {
3848
display: block;
3949
margin-bottom: 10px;
@@ -51,14 +61,4 @@
5161
background: var(--c-brand);
5262
color: white;
5363
border-radius: 10px;
54-
=======
55-
#play-vite-audio {
56-
padding: 0;
57-
margin-left: 5px;
58-
display: inline-flex;
59-
}
60-
61-
#play-vite-audio img {
62-
opacity: 0.8;
63-
>>>>>>> d96eedda424e990e80175317b34621b3599fd20e
6464
}

guide/index.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# 开始 {#getting-started}
22

3-
<<<<<<< HEAD
4-
## 总览 {#overview}
5-
6-
Vite (法语意为 "快速的",发音 `/vit/`) 是一种新型前端构建工具,能够显著提升前端开发体验。它主要由两部分组成:
7-
=======
83
<audio id="vite-audio">
94
<source src="/vite.mp3" type="audio/mpeg">
105
</audio>
116

12-
## Overview
7+
## 总览 {#overview}
138

14-
Vite (French word for "fast", pronounced `/vit/`<button id="play-vite-audio" onclick="document.getElementById('vite-audio').play();"><img src="/voice.svg" height="15"></button>) is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts:
15-
>>>>>>> d96eedda424e990e80175317b34621b3599fd20e
9+
Vite (法语意为 "快速的",发音 `/vit/`<button id="play-vite-audio" onclick="document.getElementById('vite-audio').play();"><img src="/voice.svg" height="15"></button>) 是一种新型前端构建工具,能够显著提升前端开发体验。它主要由两部分组成:
1610

1711
- 一个开发服务器,它基于 [原生 ES 模块](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) 提供了 [丰富的内建功能](./features),如速度快到惊人的 [模块热更新(HMR)](./features#hot-module-replacement)
1812

0 commit comments

Comments
 (0)