fix typo, update workflow, update README
This commit is contained in:
parent
577c1b268a
commit
ca0e6e6a9a
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -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}}
|
||||
|
16
README.md
16
README.md
@ -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)
|
||||
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user