Skip to content

Commit 19573a8

Browse files
committed
about页面微调
1 parent f1cb046 commit 19573a8

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

assets/about.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
<body
33
<div style="margin-top:50px;margin-left:20px;font-size:20px">
44
<ul>
5-
<li>author: <font color="blue">zcloud</u></font>
6-
<li>github_address: <font color="blue"><u>zcloud00@gmail.com</u></font>
7-
<li>email: <font color="blue"><u>zcloud00@gmail.com</u></font>
5+
<li>作者: <font color="blue">zcloud</font>
6+
<li>邮箱: <font color="blue"><u>zcloud00@gmail.com</u></font>
7+
<li>项目托管地址
8+
<ol>
9+
<li>oschina: <font color="blue">http://git.oschina.net/zcloud/SimpleReader</font>
10+
<li>github: <font color="blue">https://github.com/zcloud01/SimpleReader</font>
11+
<ol>
812
</ul>
913
</div>
1014
</body>

res/xml/preference.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
android:summary="请到讯飞语音+中设置"/>
2828
</PreferenceCategory>
2929
<PreferenceCategory android:title="其他" >
30-
<Preference android:title="意见反馈"
31-
android:key="pref_feedback"/>
3230
<PreferenceScreen
3331
android:key="pref_about"
3432
android:summary="开源介绍"
3533
android:title="关于开源" >
36-
</PreferenceScreen>
34+
</PreferenceScreen>
35+
<Preference android:title="意见反馈"
36+
android:key="pref_feedback"/>
3737
</PreferenceCategory>
3838
</PreferenceScreen>

0 commit comments

Comments
 (0)