Skip to content

Commit

Permalink
Update kernel version and display Tutorial Link (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsumerinchan authored Jan 11, 2024
1 parent 6051592 commit 68d1bfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
cache: gradle
- name: Build
run: |
cd $GITHUB_WORKSPACE/src/main/kotlin
if [ ! -z "${{ secrets.XXTEA_KEY }}" ]; then
sed -i "s/20221209/"${{ secrets.XXTEA_KEY }}"/" ./Main.kt
fi
cd $GITHUB_WORKSPACE
chmod +x ./gradlew
./gradlew jar
Expand Down
5 changes: 4 additions & 1 deletion src/main/kotlin/i18n/EN.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ val EN = Model(
lang = "en",
problem = """
Q:
There is a GKI 2.0 device with kernel version 5.10.117-android12-9-xxxx-xxxx, android version 13, The kernel compression method is unknown, please read the tutorial carefully on the website and flash the image of the correct version and compression format for the device.
There is a GKI 2.0 device with kernel version 5.10.157-android12-9-xxxx-xxxx, android version 13, The kernel compression method is unknown, please read the tutorial carefully on the website and flash the image of the correct version and compression format for the device.
Tutorial Link:
https://kernelsu.org/guide/installation.html
Condition:
Device Status:OS is booted
Expand Down
5 changes: 4 additions & 1 deletion src/main/kotlin/i18n/ZH.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ val ZH = Model(
lang = "zh",
problem = """
题目:
这里有一台内核版本为5.10.117-android12-9-xxxx-xxxx,Android版本为13的GKI 2.0设备,内核压缩方式未知,请在网站上认真翻阅教程后为该设备刷入正确版本和压缩格式的镜像。
这里有一台内核版本为5.10.157-android12-9-xxxx-xxxx,Android版本为13的GKI 2.0设备,内核压缩方式未知,请在网站上认真翻阅教程后为该设备刷入正确版本和压缩格式的镜像。
教程链接:
https://kernelsu.org/zh_CN/guide/installation.html
条件:
设备状态:已进入系统
Expand Down

0 comments on commit 68d1bfb

Please sign in to comment.