-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from GuoXiCheng/dev-c
update docs
- Loading branch information
Showing
8 changed files
with
86 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
p img { | ||
width: 300px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import DefaultTheme from 'vitepress/theme' | ||
import './custom.css' | ||
|
||
export default DefaultTheme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# APP 下载方式 | ||
|
||
## 直接下载 | ||
|
||
[SKIP-v2.1.1.apk](https://skip.guoxicheng.top/SKIP-v2.1.1.apk) | ||
|
||
## Github Release | ||
|
||
[Github Releases](https://github.com/GuoXiCheng/SKIP/releases) | ||
|
||
## 网盘转存 | ||
|
||
[夸克网盘](https://pan.quark.cn/s/8502a8ff74c3) | ||
|
||
[百度网盘](https://pan.baidu.com/s/1tDXPcEUSZj5qNkOEmToz0A?pwd=m9u9) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 后台进程保活 | ||
|
||
## 1. 应用后台锁定 | ||
|
||
进入「后台管理」,长按「SKIP」,锁定 | ||
|
||
![](/xiaomi-app-backend-lock-dark.png) | ||
|
||
## 2. 忽略电池优化 | ||
|
||
进入「应用信息」,进入「省电策略」,选择「无限制」 | ||
|
||
![](/xiaomi-ignoring-battery-optimization-dark.png) | ||
|
||
## 3. 允许自启动 | ||
|
||
进入「应用信息」,打开「自启动」 | ||
|
||
![](/xiaomi-enable-self-start-dark.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 启用无障碍服务 | ||
|
||
## 1. 点击屏幕中央按钮 | ||
|
||
![](/click-button-on-the-screen-dark.png) | ||
|
||
## 2. 点击「使用“SKIP”」 | ||
|
||
![](/use-accessibility-dark.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: home | ||
|
||
hero: | ||
name: SKIP | ||
text: 基于 Android 无障碍服务的自动跳过开屏广告 App | ||
actions: | ||
- theme: brand | ||
text: Get Started | ||
link: /guide/intro/what-is-skip | ||
- theme: alt | ||
text: View on GitHub | ||
link: https://github.com/GuoXiCheng/SKIP | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters