Skip to content

Commit 2ab5499

Browse files
authored
Update docs. (#145)
1 parent d93d37c commit 2ab5499

6 files changed

Lines changed: 41 additions & 24 deletions

File tree

docs/.vuepress/config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ module.exports = config({
6666
align: true
6767
},
6868

69-
repo: 'https://github.com/zhaobozhen/LibChecker-Docs',
69+
repo: 'https://github.com/LibChecker/LibChecker-Docs',
7070

7171
repoLabel: "Github",
7272

73-
docsRepo: 'https://github.com/zhaobozhen/LibChecker-Docs',
73+
docsRepo: 'https://github.com/LibChecker/LibChecker-Docs',
7474

7575
docsDir: 'docs',
7676

@@ -81,7 +81,7 @@ module.exports = config({
8181
function getNavbar(prefix, guide, changelog, download) {
8282
return [
8383
{ text: guide, link: `${prefix}guide/` },
84-
{ text: changelog, link: `${prefix}changelog.html` },
85-
{ text: download, link: `${prefix}download.html` },
84+
{ text: changelog, link: `${prefix}changelog/index.html` },
85+
{ text: download, link: `${prefix}download/index.html` },
8686
]
8787
}

docs/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
# 更新日志
2+
2.4.4
3+
- 修复了一些应用的快照无法被保存的问题
4+
- 修复了一些应用进入详情页崩溃的问题
5+
- 该版本第一次保存快照将使用全量保存,耗时会比较长
6+
7+
2.4.3
8+
- 修复了 Android 14 以上的可预见性返回手势
9+
- 修复了菜单选项重复的问题
10+
- 更新了规则库至 V34
11+
- 修复了一些情况下的 XML 解析失败
12+
- 现在快照会显示应用体积变化差值
13+
- 更新了一些图标样式和文本
14+
- 新增了阿拉伯语支持,并且优化了 RTL 布局
15+
- 修复了无法分析 minSdk 版本大于当前设备的 APK 文件的问题
16+
- 在应用签名信息页面增加了复制按钮
17+
- 新增了 Android 版本分布图表(来源自 Google)
18+
- 新增了快照页面高亮显示差异的可选项
19+
- 修复了云端规则可能更新失败的问题
20+
- 在设置页新增了获取应用更新的渠道
21+
- 在应用属性页面中新增了 Dexopt 信息
22+
- 长按应用详情页和快照详情页的组件可以快速跳转至引用详情页
23+
- 现在新的快照开始记录 compileSdk 和 minSdk
24+
225
2.4.0
326
- 在应用详情页增加了 Application 标签内属性的查看入口
427
- 修复了无法解析一些应用的原生库的问题

docs/download.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# Download
22

3-
[<img src="./guide/img/google-play-badge.png"
4-
alt="Google Play"
5-
height="80">](https://play.google.com/store/apps/details?id=com.absinthe.libchecker&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1) [<img src="./guide/img/coolapk-badge.png"
6-
alt="CoolApk"
7-
height="80">](https://www.coolapk.com/apk/com.absinthe.libchecker)
3+
[<img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="323" height="125" />](https://play.google.com/store/apps/details?id=com.absinthe.libchecker)
4+
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" width="323" height="125" />](https://f-droid.org/packages/com.absinthe.libchecker/)

docs/guide/Marked-Popular-Library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LibChecker 目前的标记库由主程序本地定义 + 规则仓库云端定义
1212

1313
<img src="./img/marked_library_dialog_not_found.jpg" alt="marked_library_dialog_not_found" style="zoom:50%;" />
1414

15-
这时您可以选择点击弹窗中间的 **协助我们来补充信息**,规则将会以 GitHub issue 的形式被提交,您可能需要一个 GitHub 账户。当然,您也可以直接访问 [LibChecker-Rules](https://github.com/zhaobozhen/LibChecker-Rules) 规则仓库来提交 issue,注意需要按照模板形式提交。
15+
这时您可以选择点击弹窗中间的 **协助我们来补充信息**,规则将会以 GitHub issue 的形式被提交,您可能需要一个 GitHub 账户。当然,您也可以直接访问 [LibChecker-Rules](https://github.com/LibChecker/LibChecker-Rules) 规则仓库来提交 issue,注意需要按照模板形式提交。
1616

1717
::: tip 提示
1818
LibChecker 会检测设备与云端仓库的连通性,只有可以正常访问云端仓库才可以开启库详情弹窗,因此建议您保持网络通畅。国内网络建议选择 Gitee 仓库,国外网络建议选择 GitHub 仓库。

docs/guide/README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
LibChecker 最初是我设计给自己用来查看手机里的应用是否使用了 64 位架构的 App。是的,它功能非常简陋。后来,为了学习大厂优秀软件在开发中使用了哪些技术栈,我引入了 **知名库标记** 功能。将我所知晓的、网上有所记载的知名 SDK 组件标识出来,并且做了 **库引用统计**,方便查看。再后来,我发现一款成熟的、用户基数较大的 App,它的主界面和逻辑是不会发生太大变化的。这就产生了我们经常会看到的景象:一款 App 每次更新都像是刷版本号,主体并无任何变化的感知。但其实它的底层可能有翻天覆地的变化。介于此,我借鉴了 [VCS](https://en.wikipedia.org/wiki/Version_control) 的思想,设计并开发出了 **快照** 功能。从始至终,我都是把 Libchecker 当作一款开发者工具来设计的,因此它对于普通用户来说门槛较高,甚至也许不能带给用户什么价值。但是随着越来越多的开发者和极客用户的使用和反馈建议,LibChecker 也在不断地完善自身……
66

7-
[![Android CI](https://github.com/zhaobozhen/LibChecker/actions/workflows/android.yml/badge.svg)](https://github.com/zhaobozhen/LibChecker/actions/workflows/android.yml)
7+
[![Android CI](https://github.com/LibChecker/LibChecker/actions/workflows/android.yml/badge.svg)](https://github.com/LibChecker/LibChecker/actions/workflows/android.yml)
88

99
## LibChecker 能做什么?
1010

@@ -25,23 +25,23 @@ LibChecker 还有着一些特色功能:
2525

2626
## 基础知识
2727

28-
[什么是原生库架构?](/guide/What-is-Native-Library-Architecture.md)
28+
[什么是原生库架构?](/guide/What-is-Native-Library-Architecture/index.html)
2929

30-
[什么是注册组件?](/guide/What-is-Registered-Component.md)
30+
[什么是注册组件?](/guide/What-is-Registered-Component/index.html)
3131

3232
## 使用方法
3333

34-
[知名库标记](/guide/Marked-Popular-Library.md)
34+
[知名库标记](/guide/Marked-Popular-Library/index.html)
3535

36-
[库引用统计](/guide/Library-Reference-Statistics.md)
36+
[库引用统计](/guide/Library-Reference-Statistics/index.html)
3737

38-
[包特性分析](/guide/Package-Features-Analysis.md)
38+
[包特性分析](/guide/Package-Features-Analysis/index.html)
3939

40-
[快照](/guide/Snapshot-Usage.md)
40+
[快照](/guide/Snapshot-Usage/index.html)
4141

4242
## 相关信息
4343

44-
**规则仓库:** [LibChecker-Rules](https://github.com/zhaobozhen/LibChecker-Rules)
44+
**规则仓库:** [LibChecker-Rules](https://github.com/LibChecker/LibChecker-Rules)
4545

4646
**联系我:** [absinthe@absinthe.life](mailto:absinthe@absinthe.life)
4747

@@ -52,6 +52,3 @@ LibChecker 还有着一些特色功能:
5252
- 时间线
5353
- 云端更新本地标记库
5454
- ...
55-
56-
## 思维导图
57-
[查看](/guide/Mind-Mapping.md)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/zhaobozhen/LibChecker-Docs.git"
17+
"url": "git+https://github.com/LibChecker/LibChecker-Docs.git"
1818
},
1919
"keywords": [],
2020
"author": "Absinthe",
2121
"license": "ISC",
2222
"bugs": {
23-
"url": "https://github.com/zhaobozhen/LibChecker-Docs/issues"
23+
"url": "https://github.com/LibChecker/LibChecker-Docs/issues"
2424
},
25-
"homepage": "https://github.com/zhaobozhen/LibChecker-Docs#readme",
25+
"homepage": "https://github.com/LibChecker/LibChecker-Docs#readme",
2626
"dependencies": {
2727
"vuepress": "^1.9.9",
2828
"vuepress-theme-hope": "^1.30.0"

0 commit comments

Comments
 (0)