Skip to content

Commit f88b5d6

Browse files
committed
release 1.9.9.2
1 parent 1107be1 commit f88b5d6

3 files changed

Lines changed: 24 additions & 8 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# [感谢名单](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/thankyou.md)
22
# [常见问题汇总](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/EhviewerIssue.md)
33

4+
# 2024/11/04 : 紧急修复(不再支持Android 9以下手机)
5+
### 新版发布1.9.9.2
6+
### 修复设置了E站头像导致app崩溃的问题
7+
### 修复了头像图片尺寸小于头像框的情况时,图片没有自动拉伸的问题
8+
### 更新了host文件
9+
10+
点击前往下载:[EhViewer (20.8 MB)](https://appteka.store/app/2f4r195618)
11+
点击前往下载:[Microsoft App Center](install.appcenter.ms/users/xiaojieonly/apps/com.xjs.ehviewer/distribution_groups/let's%20roll)
12+
点击前往下载:[百度云](https://pan.baidu.com/s/1RQtjwOPlsuGUVDZQ5CEZlg) 密码:5p8l
13+
点击前往下载(电脑端可正常下载):[蓝奏云](https://wwsu.lanzouj.com/i2qMc2ecmh4h) 密码:53o1
14+
点击前往下载:[github](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/releases)
15+
点击前往赏饭:[要饭嘛不寒掺](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/support.md)
16+
Torrent链接:magnet:?xt=urn:btih:c8bf514b5a3ceae56dcfd49a6ab36be92aa0b6e5&xt=urn:btmh:12209b02d8ae5814e8e9667caa82a71683783f8b2fbc15918d3c9c536662fef391eb&dn=EhViewer-1.9.9.2.apk
17+
Telegram群:https://t.me/+WyclP8pPlk-JfbwS
18+
Telegram通知群:https://t.me/Ehviewer_xiaojieonly_channel
19+
420
# 2024/11/04 : 紧急修复(不再支持Android 9以下手机)
521
### 新版发布1.9.9.1
622
### 紧急更新webp格式支持

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
//noinspection ExpiredTargetSdkVersion
3131
targetSdkVersion 29
3232
versionCode 111
33-
versionName "1.9.9.1"
33+
versionName "1.9.9.2"
3434
vectorDrawables.useSupportLibrary = true
3535
resConfigs 'zh', 'zh-rCN', 'zh-rHK', 'zh-rTW', 'es', 'ja', 'ko', 'fr', 'de', 'th'
3636
testOptions.unitTests.includeAndroidResources = true

app/src/main/java/com/hippo/ehviewer/client/EhHosts.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class EhHosts implements Dns {
7878

7979
if (Settings.getBuiltEXHosts()) {
8080
put(map, "exhentai.org",
81-
// "104.24.56.202",
81+
"104.24.56.202",
8282
"178.175.129.251",
8383
"178.175.129.252",
8484
"178.175.129.253",
@@ -96,16 +96,16 @@ public class EhHosts implements Dns {
9696
put(map, "upld.exhentai.org", "178.175.132.22", "178.175.129.254", "178.175.128.254");
9797
put(map, "s.exhentai.org",
9898
"104.24.56.202",
99-
"178.175.129.251",
100-
"178.175.129.252",
99+
// "178.175.129.251",
100+
// "178.175.129.252",
101101
"178.175.129.253",
102102
"178.175.129.254",
103-
"178.175.128.251",
104-
"178.175.128.252",
103+
// "178.175.128.251",
104+
// "178.175.128.252",
105105
"178.175.128.253",
106106
"178.175.128.254",
107-
"178.175.132.19",
108-
"178.175.132.20",
107+
// "178.175.132.19",
108+
// "178.175.132.20",
109109
"178.175.132.21",
110110
"178.175.132.22",
111111
"172.67.187.219"

0 commit comments

Comments
 (0)