Skip to content

Commit

Permalink
Merge remote-tracking branch 'orgin/BiLi_PC_Gamer' into BiLi_PC_Gamer
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Nov 19, 2022
2 parents c5b2e1d + 56a0d4d commit 6ccb37b
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Build

on:
push:
branches: [ BiLi_PC_Gamer ]
pull_request:
branches: [ BiLi_PC_Gamer ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11

- name: Build
run: |
chmod +x ./gradlew
./gradlew clean app:assembleDebug
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: Build
path: ./app/build/outputs/apk/
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# [感谢名单](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)

# 2022/11/10 :
### 新版本:1.9.4.0
### 新增里站日期跳转
### 由于E站页面跳转处理逻辑转变,现在将从页码跳转转为日期跳转
### 无法继续使用的旧功能在未来的更新中将逐步剔除
点击前往下载:[蓝奏云](https://wwb.lanzouy.com/iSGW10fnp3uh) 密码:72nf
点击前往下载:[github](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/releases)
点击前往赏饭:[要饭嘛不寒掺](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/BiLi_PC_Gamer/feedauthor/support.md)
Telegram群:https://t.me/+WyclP8pPlk-JfbwS
Telegram通知群:https://t.me/Ehviewer_xiaojieonly_channel

# 2022/10/16 : 紧急修复页面跳转问题
### 新版本:1.9.3.1
### 修复了里站页面无法跳转的问题
Expand Down
1 change: 1 addition & 0 deletions feedauthor/EhviewerIssue.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
## 能看预览图但是无法下载/浏览图片:[issue199](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/issues/199)
## 阅读漫画时提示“获取pToken错误”:[issue302](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/issues/302)
## 如何修改默认下载标签:[issue391](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/issues/391)
## 如何删除屏蔽标签:[issue242](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/issues/242)
## 下载列表等备份文件导出后无法导入其他软件:[issue168](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/issues/168)
## 进不去里站:[issue180](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/issues/180) [issue96](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/issues/96)
## ex不显示:[issue222](https://github.com/xiaojieonly/Ehviewer_CN_SXJ/issues/222)
Expand Down

0 comments on commit 6ccb37b

Please sign in to comment.