@@ -7,12 +7,16 @@ const data = [
77 childrens : [
88 {
99 href : 'https://github.com/uiwjs/react-native-uiw' ,
10- title : 'React Native UIW on GitHub '
10+ title : 'React Native UIW'
1111 } ,
1212 {
1313 href : 'https://github.com/uiwjs/react-native-template' ,
1414 title : 'React Native Template'
1515 } ,
16+ {
17+ href : 'https://github.com/uiwjs/react-native-alipay' ,
18+ title : 'React Native Alipay'
19+ } ,
1620 {
1721 href : 'https://github.com/uiwjs/uiw' ,
1822 title : 'UIW on GitHub'
@@ -69,6 +73,27 @@ const data = [
6973 title : 'Mocker API'
7074 } ,
7175 ]
76+ } ,
77+ {
78+ title : '学习资料' ,
79+ childrens : [
80+ {
81+ href : 'https://www.reactnative.express/' ,
82+ title : 'React Native Express'
83+ } ,
84+ {
85+ href : 'https://www.react.express/' ,
86+ title : 'React Express'
87+ } ,
88+ {
89+ href : 'https://jskatas.org/' ,
90+ title : 'JavaScript Katas'
91+ } ,
92+ {
93+ href : 'https://es6.ruanyifeng.com/' ,
94+ title : 'ES6 入门教程'
95+ } ,
96+ ]
7297 }
7398] ;
7499
@@ -137,7 +162,7 @@ export default function Footer(props: FooterProps) {
137162 < img src = "https://img.shields.io/npm/v/@uiw/react-native.svg" alt = "npm" />
138163 </ a >
139164 </ div >
140- < p > Copyright © 2021 uiwjs. All rights reserved.</ p >
165+ < p > Copyright © 2021 < a href = "https://github.com/ uiwjs" target = "__blank" > uiwjs </ a > . All rights reserved.</ p >
141166 </ section >
142167 </ div >
143168 </ footer >
0 commit comments