Skip to content

Commit 522a125

Browse files
kermanxwemsxxiaodong2008normal-coder
authored
docs: translate new docs (#220)
Co-authored-by: wemsx <[email protected]> Co-authored-by: DY_XiaoDong <[email protected]> Co-authored-by: 诺墨 <[email protected]>
1 parent 501f125 commit 522a125

File tree

134 files changed

+10495
-6951
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+10495
-6951
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
<!--
2-
我们计划在近期合并全新版英文文档(https://github.com/slidevjs/slidev/pull/1736),请确认对于中文文档的修改不会被新版文档覆盖,非常感谢!
3-
4-
如想参与翻译,请向本仓库的 sync 分支发送 PR。更多信息可参见 https://github.com/slidevjs/docs-cn/pull/220。
5-
-->
6-
71
- [ ] 我对翻译内容的改动不包含基于英文原版的扩展、删减或演绎 (如有,请移步至[主仓库](https://github.com/slidevjs/slidev))
82

93
**问题描述**:

.vitepress/addons.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
import type { ThemeInfo } from './themes'
2+
3+
export type AddonInfo = Omit<ThemeInfo, 'previews' | 'tags'>
4+
5+
export const official: AddonInfo[] = [
6+
{
7+
id: '',
8+
link: '#',
9+
name: 'Work in Progress',
10+
description: '',
11+
author: {
12+
name: '',
13+
},
14+
},
15+
]
16+
17+
export const community: AddonInfo[] = [
18+
// Add yours here!
19+
{
20+
id: '',
21+
link: 'https://github.com/slidevjs/docs/edit/main/.vitepress/addons.ts',
22+
name: 'Yours?',
23+
description: '点击此处分享你的插件',
24+
author: {
25+
name: '',
26+
},
27+
},
28+
]

0 commit comments

Comments
 (0)