Skip to content

Commit cd10bf9

Browse files
committed
feat: 更新init的index.jsx文件
1 parent ed4600d commit cd10bf9

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/init/index.jsx

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,18 @@ features:
1212
- { name: '优雅', desc: '经过精雕细琢,我们带给大家一个精心设计的、拥有卓越的视觉与交互体验的文档构建工具。' }
1313

1414
footer:
15-
title:
16-
logoSrc: 'https://ydoc.ymfe.org/'
17-
name: YDoc
18-
copyRight: '© 2018 YMFE Team. Build by ydoc.'
15+
copyRight:
16+
name: 'YMFE Team'
17+
href: 'https://ymfe.org/'
1918
links:
20-
COMMUNITY:
19+
团队网址:
2120
- { name: 'YMFE', href: 'https://ymfe.org/' }
22-
- { name: 'YMFE blog', href: 'https://blog.ymfe.org/' }
23-
BASE:
24-
- { name: 'FAQ', href: 'http://ymfe.corp.qunar.com/c/qrn' }
25-
- { name: 'QRN-WEB', href: 'https://github.com/GitbookIO/gitbook/blob/master/CHANGES.md' }
21+
- { name: 'YMFE Blog', href: 'https://blog.ymfe.org/' }
22+
Git仓库:
23+
- { name: 'Github', href: 'https://github.com/YMFE/ydoc' }
24+
- { name: 'Github Issue', href: 'https://github.com/YMFE/ydoc/issues' }
2625

2726
---
2827

2928
<Homepage banner={banner} features={features} />
30-
<Footer distPath={props.page.distPath} title={props.footer.title} links={props.footer.links} />
29+
<Footer distPath={props.page.distPath} copyRight={props.footer.copyRight} links={props.footer.links} />

0 commit comments

Comments
 (0)