Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,16 +1,16 @@
# apktool
> APK文件反编译工具
> 更多信息: <https://ibotpeaches.github.io/Apktool/>.
> APK 文件反编译工具
> 更多信息 <https://ibotpeaches.github.io/Apktool/>.
- 反编译:
- 反编译
`apktool d {{应用.apk}}`
- 将一个文件夹打包为apk文件:
- 将一个文件夹打包为 apk 文件
`apktool b {{路径/到/目录}}`
- 安装并存储框架:
- 安装并存储框架
`apktool if {{框架.apk}}`