Skip to content

Commit

Permalink
doc: add zh-Hans
Browse files Browse the repository at this point in the history
  • Loading branch information
Robotxm committed Oct 10, 2022
1 parent c426c52 commit 9e2d279
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# BetterMiuiExpress

English | [中文](https://coolapk.com/apk/com.moefactory.bettermiuiexpress)
English | [中文](README.zh-Hans.md)

BetterMiuiExpress is an Xposed module that prevents express details to be displayed in third-party apps such as Taobao, CaiNiao, etc. and shows a custom activity to display the details.

**No built-in KuaiDi100 customer and secret key fields provided!**

## Prerequisites

- MIUI based on Android 7.0 or above (Tested on Mi 11 Ultra with MIUI 12.5.11 based on Android 11).
- MIUI based on Android 7.0 or above.
- MIUI Personal Assistant (智能助理) app installed
- LSPosed or other Xposed-compatible framework **with XSharedPreferences support**
- LSPosed or other Xposed-compatible frameworks **with XSharedPreferences support**

## Usages

The following instructions are based on LSPosed.

- Make sure that your device has installer LSPosed or other Xposed-compatible frameworks
- Make sure that your device has installed LSPosed or other Xposed-compatible frameworks **with XSharedPreferences support**
- Download this module from CoolApk or compile by yourself
- Enable this module and check MIUI Personal Assistant as the scope. You may unchecked the System Apps option in the menu to find it
- If you want to retrieve express details from KuaiDi100, open BetterMiuiExpress from your Xposed framework manager and fill in the text inputs with your KuaiDi100 customer and secret key and click 'Save'. If you want to retrieve express details from CaiNiao, leave the fields mentioned above blank and click 'Save'
Expand Down
39 changes: 39 additions & 0 deletions README.zh-Hans.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# BetterMiuiExpress

[English](README.md) | 中文

BetterMiuiExpress 用于禁止 MIUI 负一屏快递跳转到淘宝、菜鸟等第三方应用,同时使用一个自定义的界面来显示快递详情。

## 系统要求

- 基于 Android 7.0 或更高版本的 MIUI
- 装有 MIUI 智能助理应用
- **支持 XSharedPreferences** 的 Xposed 框架,如 LSPosed

## 用法

以下用法基于 LSPosed。

- 确保已经安装 LSPosed 或其他**支持 XSharedPreferences** 的 Xposed 框架
- 下载或自行编译模块
- 在 LSPosed 管理器中启用模块,并在作用域中勾选“智能助理”。可能需要在右上角的菜单中取消勾选“系统应用”
- 如果想要使用快递 100 作为数据源,从 LSPosed 管理器中打开模块主界面,填写 customer 和 key 之后保存。如果想要使用菜鸟裹裹作为数据源,将两个字段留空之后点击保存
- 通过 LSPosed 管理器或系统设置强制停止“智能助理”运行
- 在桌面上滑到负一屏,现在点击快递卡片不会再跳转到第三方应用,同时可以在卡片中看到最新的快递动态

## 需要取件码的快递

如果有需要取件码的快递,点击快递详情页面右上角的菜单,选择“转到第三方应用”即可。

## 参与本项目

欢迎提交 Issue 或者 PR。**请不要提交无意义的 Issue,否则会被删除。**

## 授权协议

BetterMiuiExpress 基于 GPLv3 开源,详细的协议内容在 Repository 内可以查看.

## 鸣谢

- BetterMiuiExpress 现在基于 [YukiHookAPI](https://github.com/fankes/YukiHookAPI) 开发
- @YifePlayte 对于菜鸟裹裹 API 调用的帮助

0 comments on commit 9e2d279

Please sign in to comment.