提交 bd22d892 编写于 作者: xuexiangjys's avatar xuexiangjys 😊

提交

上级 eb1623ed
......@@ -52,9 +52,9 @@
<data android:scheme="about" />
<data android:scheme="javascript" />
<!-- 设置自己的deeplink -->
<data
android:host="xxx.com"
android:scheme="xui"/>
<!-- <data-->
<!-- android:host="xxx.com"-->
<!-- android:scheme="xui"/>-->
</intent-filter>
<!-- AppLink -->
<intent-filter android:autoVerify="true"
......@@ -71,12 +71,12 @@
<data android:mimeType="application/xhtml+xml" />
<data android:mimeType="application/vnd.wap.xhtml+xml" />
<!-- 设置自己的applink -->
<data
android:host="xxx.com"
android:scheme="http"/>
<data
android:host="xxx.com"
android:scheme="https"/>
<!-- <data-->
<!-- android:host="xxx.com"-->
<!-- android:scheme="http"/>-->
<!-- <data-->
<!-- android:host="xxx.com"-->
<!-- android:scheme="https"/>-->
</intent-filter>
</activity>
......
......@@ -55,7 +55,7 @@ public class BaseActivity extends XPageActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
XUI.initTheme(this);
// XUI.initTheme(this);
super.onCreate(savedInstanceState);
mUnbinder = ButterKnife.bind(this);
......
......@@ -59,6 +59,7 @@ public class AboutFragment extends BaseFragment {
XUIGroupListView.newSection(getContext())
.addItemView(mAboutGroupListView.createItemView(getResources().getString(R.string.about_item_homepage)), v -> AgentWebActivity.goWeb(getContext(), getString(R.string.url_project_github)))
.addItemView(mAboutGroupListView.createItemView(getResources().getString(R.string.about_item_author_github)), v -> AgentWebActivity.goWeb(getContext(), getString(R.string.url_author_github)))
.addItemView(mAboutGroupListView.createItemView(getResources().getString(R.string.about_item_donation_link)), v -> AgentWebActivity.goWeb(getContext(), getString(R.string.url_donation_link)))
.addItemView(mAboutGroupListView.createItemView(getResources().getString(R.string.about_item_add_qq_group)), v -> AgentWebActivity.goWeb(getContext(), getString(R.string.url_add_qq_group)))
.addTo(mAboutGroupListView);
......
......@@ -19,9 +19,11 @@
<string name="about_copyright">© %1$s xuexiangjys All rights reserved.</string>
<string name="about_item_homepage">访问官网</string>
<string name="about_item_author_github">关于作者</string>
<string name="about_item_donation_link">捐赠作者</string>
<string name="about_item_add_qq_group">QQ交流群</string>
<string name="url_project_github">https://github.com/xuexiangjys/TemplateAppProject</string>
<string name="url_author_github">https://github.com/xuexiangjys</string>
<string name="url_donation_link">https://gitee.com/xuexiangjys/Resource/blob/master/doc/sponsor.md</string>
<string name="url_add_qq_group">http://qm.qq.com/cgi-bin/qm/qr?k=tiP-E6rDf0y77PRNfp2lNVcc9RsglPCM</string>
<string name="lab_yes"></string>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册