diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0f35109..08e6671 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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}}
diff --git a/README.md b/README.md
index 1a0dc9b..86169c1 100644
--- a/README.md
+++ b/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)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index a0299f4..413b5b9 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -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>
\ No newline at end of file