Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Dec 27, 2019
1 parent f899b13 commit b521e82
Show file tree
Hide file tree
Showing 18 changed files with 597 additions and 764 deletions.
9 changes: 5 additions & 4 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ module.exports = {
["/doc/faq", "FAQ"],
],
nav: [
{ text: "Home", link: "/" },
{ text: "Guide", link: "/doc/getting_started/" },
{ text: "Modules", link: "/module/" },
{ text: 'Commit Module', link: 'http://admin.taichi.cool' },
],
lastUpdated: "Last Updated",
Expand All @@ -66,14 +66,15 @@ module.exports = {
["/zh/doc/getting_started", "开始使用"],
["/zh/doc/taichi-magisk", "太极·阳"],
["/zh/doc/wuji", "无极模式"],
["/zh/doc/for-xposed-dev", "开发适配"],
["/zh/doc/how-to-debug", "开发指南"],
["/zh/doc/for-xposed-dev", "适配指南"],
["/zh/doc/contact", "联系我"],
["/zh/doc/sponsor", "赞助支持"],
["/zh/doc/faq", "常见问题"],
],
nav: [
{ text: "首页", link: "/zh/" },
{ text: "使用教程", link: "/zh/doc/getting_started/" },
{ text: "教程", link: "/zh/doc/getting_started/" },
{ text: "模块下载", link: "/zh/module/" },
{ text: '提交模块', link: 'http://admin.taichi.cool' },
],
},
Expand Down
11 changes: 11 additions & 0 deletions docs/.vuepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<p class="description">{{ data.tagline || $description || 'Welcome to your VuePress site' }}</p>

<div class="actions">
<div class="action" v-if="data.actionText3 && data.actionLink3">
<NavLink class="action-button action2" :item="actionLink3" />
</div>

<div class="action" v-if="data.actionText2 && data.actionLink2">
<NavLink class="action-button action2" :item="actionLink2" />
</div>
Expand Down Expand Up @@ -51,6 +55,13 @@ export default {
link: this.data.actionLink2,
text: this.data.actionText2
}
},
actionLink3() {
return {
link: this.data.actionLink3,
text: this.data.actionText3
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ features:
details: Fully support Android 5.0 ~ 10. Almost all devices including Samsung, Huawei, Xiaomi, Oppo, Vivo are supported.
- title: Non-root mode
details: Use module without unlocking bootloader/root
- title: Stable & Smoothly & Safe
- title: Stable & Safe
details: Minimum modification for Android Runtime, hard to be detected.
footer: Copyright © 2018-present weishu
---
Loading

0 comments on commit b521e82

Please sign in to comment.