Skip to content

Commit

Permalink
add icon and js
Browse files Browse the repository at this point in the history
  • Loading branch information
heruoxin committed Jun 5, 2019
1 parent 2693f04 commit b2e8cef
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Active with Shizuku ManagerManager.md
@@ -1,3 +1,5 @@
<script src="/main.js?raw=true"></script>

# Active Ice Box with Shizuku Manager

Setting up Shizuku Manager is much easier than the device owner but has the follow limitations:
Expand Down
2 changes: 2 additions & 0 deletions Active with simple ADB mode.md
@@ -1,3 +1,5 @@
<script src="/main.js?raw=true"></script>

# Active with simple ADB mode

It is recommended to set up the [device owner mode](https://iceboxdoc.catchingnow.com/Device%20Owner%20(Non%20Root)%20Setup).
Expand Down
2 changes: 2 additions & 0 deletions Device Owner (Non Root) Setup.md
@@ -1,3 +1,5 @@
<script src="/main.js?raw=true"></script>

### Device Owner (Non Root) Mode Setup

1. Make sure your phone running Android 5.0+ and you know how to use [ADB](https://www.xda-developers.com/install-adb-windows-macos-linux/) clearly.
Expand Down
2 changes: 2 additions & 0 deletions Device Owner 三星特别说明.md
@@ -1,3 +1,5 @@
<script src="/main.js?raw=true"></script>

# 三星设备设置设备管理员(Device Owner)风险提示

冰箱是基于 Android 系统原生的设备管理员相关功能开发的。而在 Android 阵营中,三星非常特殊,其自行实现了一套名为 KNOX 的安全框架。
Expand Down
2 changes: 2 additions & 0 deletions Device Owner (免 root)模式设置.md
@@ -1,3 +1,5 @@
<script src="/main.js?raw=true"></script>

## 冰箱免 Root(设备管理员模式)手动配置方法

如果您的手机已经 Root 请直接打开冰箱使用,无需折腾。如果手机无法 Root,请务必连接电脑,仔细阅读下文:
Expand Down
2 changes: 2 additions & 0 deletions FAQ 常见问题.md
@@ -1,3 +1,5 @@
<script src="/main.js?raw=true"></script>

## 使用相关

(Engilish Version [here](https://iceboxdoc.catchingnow.com/FAQ))
Expand Down
1 change: 1 addition & 0 deletions FAQ.md
@@ -1,3 +1,4 @@
<script src="/main.js?raw=true"></script>

(中文版请点[此处](https://iceboxdoc.catchingnow.com/FAQ%20%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98))

Expand Down
1 change: 1 addition & 0 deletions _config.yml
@@ -1 +1,2 @@
logo: ic_launcher_web.png
theme: jekyll-theme-minimal
2 changes: 2 additions & 0 deletions changelog.md
@@ -1,3 +1,5 @@
<script src="/main.js?raw=true"></script>

# 冰箱 Ice Box 更新历史记录

最新 App 下载地址:
Expand Down
1 change: 1 addition & 0 deletions main.js
@@ -0,0 +1 @@
document.body.innerHTML = document.body.innerHTML.replace(/iceboxdoc.catchingnow.com/g, window.location.host);

0 comments on commit b2e8cef

Please sign in to comment.