Commit d47c91f23252a6bf67925e2e6f0d9d1e1f895960

Authored by ly525
1 parent 87f2ec55

chore: add gitee link

front-end/h5/src/components/common/header/links.js
@@ -30,6 +30,9 @@ export default { @@ -30,6 +30,9 @@ export default {
30 <a-menu-item key="document-en"> 30 <a-menu-item key="document-en">
31 <a href="https://www.yuque.com/liuyan-ew1qk/oh5d0n?language=en-us" target="_blank" rel="noopener" style={{ color: 'white' }}><a-icon type="read" />Document(En)</a> 31 <a href="https://www.yuque.com/liuyan-ew1qk/oh5d0n?language=en-us" target="_blank" rel="noopener" style={{ color: 'white' }}><a-icon type="read" />Document(En)</a>
32 </a-menu-item> 32 </a-menu-item>
  33 + <a-menu-item key="gitee">
  34 + <a href="https://gitee.com/ly525/luban-h5" target="_blank" rel="noopener" style={{ color: 'white' }}>Gitee</a>
  35 + </a-menu-item>
33 <a-menu-item key="github"> 36 <a-menu-item key="github">
34 <a href="https://github.com/ly525/luban-h5" target="_blank" rel="noopener" style={{ color: 'white' }}><a-icon type="github" />Github</a> 37 <a href="https://github.com/ly525/luban-h5" target="_blank" rel="noopener" style={{ color: 'white' }}><a-icon type="github" />Github</a>
35 </a-menu-item> 38 </a-menu-item>