forked from Maximoff/Apktool-M-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_zh.html
59 lines (59 loc) · 3.3 KB
/
about_zh.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<style>
h1 {font-size: 1.5em}
h2 {font-size: 1em; color: #808080}
h1, h2 {text-align: center}
h1, a {color: #2196F3}
body {font-size: 1em}
.info {font-size: 0.8em; color: #808080; text-align: center}
.light {background-color: #ffffff; color: #303030}
.dark {background-color: #303030; color: #ffffff}
</style>
</head>
<body class="light">
<h1 id="title">Apktool M</h1>
<h2>Apktool on Android</h2>
<div class="info">Version <span id="version">—</span>-<span id="arch">—</span></div>
<hr/>
<p><b>作者主页: <a href="https://maximoff.su/about/?from=soft&lang=zh">Maximoff</a></b></p>
<p><u>捐赠:</u></p>
<ul>
<li><a href="https://qiwi.com/n/MAXIM0FF">QIWI (首选)</a></li>
<li><a href="https://yoomoney.ru/to/410013008761175">Yandex.Money</a></li>
<li><a href="https://www.buymeacoffee.com/maximoff">buymeacoffee.com</a></li>
<li><a href="javascript:apktool.copyETH();void(0);">Ethereum (ETH)</a></li>
</ul>
<br />
<p><b>可以在以下位置找到该应用的历史版本 <a href="https://maximoff.su/apktool/?lang=zh">https://maximoff.su/apktool</a></b></p>
<br />
<p><b>Apktool M</b> 使用了以下开源项目:</p>
<ul>
<li><a href="https://github.com/4455jkjh/Apktool-android">Apktool-android</a></li>
<li><a href="https://android.googlesource.com/platform/frameworks/base/+/master/tools">aapt, aapt2</a></li>
<li><a href="https://commons.apache.org/proper/commons-io/">Commons IO</a></li>
<li><a href="https://github.com/iBotPeaches/Apktool">Apktool</a></li>
<li><a href="https://github.com/antlr/antlr4">antlr4</a></li>
<li><a href="https://android.googlesource.com/platform/tools/apksig">apksig</a></li>
<li><a href="https://github.com/jesusfreke/smali">smali, baksmali, dexlib2</a></li>
<li><a href="https://github.com/google/guava">guava</a></li>
<li><a href="https://github.com/skylot/jadx">jadx</a></li>
<li><a href="https://sourceforge.net/projects/textwarrior/">textwarrior</a></li>
<li><a href="https://github.com/Sable/axml">axml</a></li>
<li><a href="https://github.com/souramoo/unapkm">unapkm</a></li>
<li><a href="https://github.com/jankovicsandras/imagetracerandroid">imagetracerandroid</a></li>
<li><a href="https://github.com/Maximoff/zipalign-android">zipalign-android</a></li>
<li><a href="https://github.com/Armadillo-arm/Dex2Jar_Android_2x">Dex2Jar_Android_2x</a></li>
<li><a href="https://developer.android.com/jetpack/androidx/">AndroidX</a></li>
<li><a href="https://github.com/BigBadaboom/androidsvg">AndroidSVG</a></li>
<li><a href="https://github.com/Baseflow/PhotoView">PhotoView</a></li>
<li><a href="http://code.google.com/p/javaparser/">javaparser</a></li>
<li><a href="https://github.com/ndahlquist/pngquant-android">pngquant-android</a></li>
<li><a href="https://github.com/attenzione/android-ColorPickerPreference">ColorPickerPreference</a></li>
<li><a href="https://github.com/ha1vk/Elf-Editor">Elf-Editor</a></li>
</ul>
<script type="text/javascript">(function(){window.location.search.substring(1).split("&").forEach(function(a){a=a.split("=");"theme"==a[0]?document.body.setAttribute("class",a[1]):document.getElementById(a[0]).innerHTML=a[1]});})();</script>
</body>
</html>