1
0

fix typo, update workflow, update README

This commit is contained in:
chinosk 2024-06-14 23:02:31 +08:00
parent 577c1b268a
commit ca0e6e6a9a
No known key found for this signature in database
GPG Key ID: 00610B08C1BF7BE9
3 changed files with 23 additions and 4 deletions

View File

@ -1,6 +1,6 @@
name: Android CI
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
build:
@ -37,6 +37,11 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v4
with:
name: GakumasLocalify-Unsigned-apk
path: app/build/outputs/apk/debug/app-debug.apk
- uses: ilharp/sign-android-release@v1
name: Sign app APK
id: sign_app
@ -50,5 +55,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: GakumasLocalify
name: GakumasLocalify-Signed-apk
path: ${{steps.sign_app.outputs.signedFile}}

View File

@ -5,7 +5,7 @@
# How to use
# Usage
- 这是一个 XPosed 插件,已 Root 用户可以使用 [LSPosed](https://github.com/LSPosed/LSPosed),未 Root 用户可以使用 [LSPatch](https://github.com/LSPosed/LSPatch)。
@ -32,6 +32,20 @@
# 翻译仓库贡献列表
<a href="https://github.com/chinosk6/GakumasTranslationData">
<img src="https://contrib.rocks/image?repo=chinosk6/GakumasTranslationData" />
</a>
# Star History
[![Star History Chart](https://api.star-history.com/svg?repos=chinosk6/gakuen-imas-localify&type=Date)](https://star-history.com/#chinosk6/gakuen-imas-localify&Date)
# 特别鸣谢
- [gkmasToolkit](https://github.com/kishidanatsumi/gkmasToolkit)

View File

@ -22,6 +22,6 @@
<string name="orientation_orig">Original</string>
<string name="orientation_portrait">Portrait</string>
<string name="orientation_landscape">Landscape</string>
<string name="orientation_lock">Original Lock</string>
<string name="orientation_lock">Orientation Lock</string>
</resources>