Skip to content

Commit

Permalink
release 1.9.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Nov 5, 2024
1 parent 1107be1 commit f88b5d6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# [感谢名单](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/thankyou.md)
# [常见问题汇总](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/EhviewerIssue.md)

# 2024/11/04 : 紧急修复(不再支持Android 9以下手机)
### 新版发布1.9.9.2
### 修复设置了E站头像导致app崩溃的问题
### 修复了头像图片尺寸小于头像框的情况时,图片没有自动拉伸的问题
### 更新了host文件

点击前往下载:[EhViewer (20.8 MB)](https://appteka.store/app/2f4r195618)
点击前往下载:[Microsoft App Center](install.appcenter.ms/users/xiaojieonly/apps/com.xjs.ehviewer/distribution_groups/let's%20roll)
点击前往下载:[百度云](https://pan.baidu.com/s/1RQtjwOPlsuGUVDZQ5CEZlg) 密码:5p8l
点击前往下载(电脑端可正常下载):[蓝奏云](https://wwsu.lanzouj.com/i2qMc2ecmh4h) 密码:53o1
点击前往下载:[github](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/releases)
点击前往赏饭:[要饭嘛不寒掺](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/support.md)
Torrent链接:magnet:?xt=urn:btih:c8bf514b5a3ceae56dcfd49a6ab36be92aa0b6e5&xt=urn:btmh:12209b02d8ae5814e8e9667caa82a71683783f8b2fbc15918d3c9c536662fef391eb&dn=EhViewer-1.9.9.2.apk
Telegram群:https://t.me/+WyclP8pPlk-JfbwS
Telegram通知群:https://t.me/Ehviewer_xiaojieonly_channel

# 2024/11/04 : 紧急修复(不再支持Android 9以下手机)
### 新版发布1.9.9.1
### 紧急更新webp格式支持
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 29
versionCode 111
versionName "1.9.9.1"
versionName "1.9.9.2"
vectorDrawables.useSupportLibrary = true
resConfigs 'zh', 'zh-rCN', 'zh-rHK', 'zh-rTW', 'es', 'ja', 'ko', 'fr', 'de', 'th'
testOptions.unitTests.includeAndroidResources = true
Expand Down
14 changes: 7 additions & 7 deletions app/src/main/java/com/hippo/ehviewer/client/EhHosts.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class EhHosts implements Dns {

if (Settings.getBuiltEXHosts()) {
put(map, "exhentai.org",
// "104.24.56.202",
"104.24.56.202",
"178.175.129.251",
"178.175.129.252",
"178.175.129.253",
Expand All @@ -96,16 +96,16 @@ public class EhHosts implements Dns {
put(map, "upld.exhentai.org", "178.175.132.22", "178.175.129.254", "178.175.128.254");
put(map, "s.exhentai.org",
"104.24.56.202",
"178.175.129.251",
"178.175.129.252",
// "178.175.129.251",
// "178.175.129.252",
"178.175.129.253",
"178.175.129.254",
"178.175.128.251",
"178.175.128.252",
// "178.175.128.251",
// "178.175.128.252",
"178.175.128.253",
"178.175.128.254",
"178.175.132.19",
"178.175.132.20",
// "178.175.132.19",
// "178.175.132.20",
"178.175.132.21",
"178.175.132.22",
"172.67.187.219"
Expand Down

0 comments on commit f88b5d6

Please sign in to comment.