diff --git a/app/src/main/java/xyz/fycz/myreader/ui/activity/AboutActivity.java b/app/src/main/java/xyz/fycz/myreader/ui/activity/AboutActivity.java
index b3ec45a..60c44fe 100644
--- a/app/src/main/java/xyz/fycz/myreader/ui/activity/AboutActivity.java
+++ b/app/src/main/java/xyz/fycz/myreader/ui/activity/AboutActivity.java
@@ -59,10 +59,6 @@ public class AboutActivity extends BaseActivity {
protected void initWidget() {
super.initWidget();
binding.il.tvVersionName.setText(String.format("风月读书v%s", App.getStrVersionName()));
- if (!App.isDestroy(this)) {
- ImageLoader.INSTANCE.load(this, "http://yunjuw.cn/template/mytheme/statics/img/logo.png")
- .into(binding.il.ivDyys);
- }
}
@Override
@@ -108,12 +104,6 @@ public class AboutActivity extends BaseActivity {
.showFullWebViewDia(this, "file:///android_asset/PrivacyPolicy.html",
false, null));
binding.il.rlDisclaimer.setOnClickListener(v -> DialogCreator.createAssetTipDialog(this, "免责声明", "disclaimer.fy"));
-
- binding.il.rlDyys.setOnClickListener(v -> {
- Intent intent = new Intent(Intent.ACTION_VIEW);
- intent.setData(Uri.parse("http://yunjuw.cn/"));
- startActivity(intent);
- });
}
void openIntent(String intentName, String address) {
diff --git a/app/src/main/res/layout/layout_about_content.xml b/app/src/main/res/layout/layout_about_content.xml
index f32fd08..f33a1f2 100644
--- a/app/src/main/res/layout/layout_about_content.xml
+++ b/app/src/main/res/layout/layout_about_content.xml
@@ -308,58 +308,6 @@
app:srcCompat="@drawable/ic_right_arrow"
app:tint="@color/textSecondary" />
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/version_code.properties b/app/version_code.properties
index 80c3329..29179aa 100644
--- a/app/version_code.properties
+++ b/app/version_code.properties
@@ -1,3 +1,3 @@
#Fri Jun 18 21:45:31 CST 2021
VERSION_CODE=216
-NEED_CREATE_RELEASE=false
+NEED_CREATE_RELEASE=true