Skip to content

Commit

Permalink
Merge pull request #28 from 5TDg9/patch-1
Browse files Browse the repository at this point in the history
Update schedules.md
  • Loading branch information
Playhi authored Oct 6, 2024
2 parents a32bc23 + 97ad4c0 commit a0988bd
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions docs/en-US/guide/schedules.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,97 +31,97 @@

#### okff

* `okff` :立即执行一键冻结。
* `okff` :Execute one-key freeze immediately.

#### okuf

* `okuf` :立即执行一键解冻。
* `okuf -d 10` :延后 10秒 执行一键解冻。
* `okuf` :Execute one-key defrost immediately.
* `okuf -d 10` :Delay 10 seconds to perform one-key defrost.

#### ff

* `ff com.tencent.mobileqq` :冻结包名为 `com.tencent.mobileqq` (QQ) 的应用程序。
* `ff com.tencent.mobileqq,@5oiR55qE5YiX6KGo` :冻结包名为 `com.tencent.mobileqq` (QQ) 和 `存在于别名为 5oiR55qE5YiX6KGo 的我的自选中的` 的应用程序。
* `ff com.tencent.mobileqq,com.tencent.mm` :冻结包名为 `com.tencent.mobileqq` (QQ) `com.tencent.mm` (微信) 的应用程序。
* `ff com.tencent.mobileqq,com.tencent.mm,com.taobao.taobao` :冻结包名为 `com.tencent.mobileqq` (QQ)`com.tencent.mm` (微信) 和 `com.taobao.taobao` (淘宝) 的应用程序。
* `ff -d 3600 com.tencent.mobileqq` :延后 3600秒 冻结包名为 `com.tencent.mobileqq` (QQ) 的应用程序。
* `ff com.tencent.mobileqq` : Freeze the application with package name `com.tencent.mobileqq` (QQ).
* `ff com.tencent.mobileqq,@5oiR55qE5YiX6KGo` :Freeze applications with package name and selected alias `5oiR55qE5YiX6KGo`.
* `ff com.tencent.mobileqq,com.tencent.mm` :Freeze apps with package names `com.tencent.mobileqq` (QQ) and `com.tencent.mm` (WeChat).
* `ff com.tencent.mobileqq,com.tencent.mm,com.taobao.taobao` :Freeze apps with package names `com.tencent.mobileqq` (QQ)and `com.tencent.mm` (WeChat) and `com.taobao.taobao` (TaoBao).
* `ff -d 3600 com.tencent.mobileqq` : Delay 3600 seconds to freeze app with package name `com.tencent.mobileqq` (QQ)e.

#### uf

* `uf com.tencent.mobileqq` :解冻包名为 `com.tencent.mobileqq` (QQ) 的应用程序。
* `uf com.tencent.mobileqq,com.tencent.mm` :解冻包名为 `com.tencent.mobileqq` (QQ) `com.tencent.mm` (微信) 的应用程序。
* `uf com.tencent.mobileqq,@5oiR55qE5YiX6KGo` :解冻包名为 `com.tencent.mobileqq` (QQ) `存在于别名为 5oiR55qE5YiX6KGo 的我的自选中的` 的应用程序。
* `uf com.tencent.mobileqq,com.tencent.mm,com.taobao.taobao` :解冻包名为 `com.tencent.mobileqq` (QQ) `com.tencent.mm` (微信) 和 `com.taobao.taobao` (淘宝) 的应用程序。
* `uf com.tencent.mobileqq` :Unfreeze app with package name `com.tencent.mobileqq` (QQ).
* `uf com.tencent.mobileqq,com.tencent.mm` :Unfreeze app with package names `com.tencent.mobileqq` (QQ) and `com.tencent.mm` (WeChat).
* `uf com.tencent.mobileqq,@5oiR55qE5YiX6KGo` :Unfreeze app `com.tencent.mobileqq` (QQ) and selected alias `5oiR55qE5YiX6KGo`.
* `uf com.tencent.mobileqq,com.tencent.mm,com.taobao.taobao` :Unfreeze apps with package names `com.tencent.mobileqq` (QQ) and `com.tencent.mm` (WeChat) and `com.taobao.taobao` (TaoBao).

#### es

* `es wifi` :启用 WiFi
* `es -d 20 wifi` :延后 20秒 启用 WiFi
* `es wifi,cd` :启用 WiFi 和 蜂窝移动数据网络 。
* `es wifi;okuf;uf com.tencent.mobileqq` :启用 WiFi 、执行 一键解冻 并 解冻包名为 `com.tencent.mobileqq` (QQ) 的应用程序。
* `es wifi` :Enable WiFi .
* `es -d 20 wifi` : Enable WiFi after 20 seconds.
* `es wifi,cd` : Enable WiFi and and cellular data networks.
* `es wifi;okuf;uf com.tencent.mobileqq` :Enable WiFi and execute onclick-Unfreeze of app with package name `com.tencent.mobileqq` (QQ).

#### ds

* `ds wifi` :关闭 WiFi
* `ds cd` :关闭 蜂窝移动数据网络 。
* `ds wifi;okff` :关闭 WiFi 并执行 一键冻结。
* `ds -d 15 wifi;okff` :延后 15秒 关闭 WiFi 并 立即执行 一键冻结。
* `ds wifi` : Turn off WiFi .
* `ds cd` : Turn off and cellular data networks .
* `ds wifi;okff` : Turn off WiFi and execute oneclick-freeze.
* `ds -d 15 wifi;okff` : Delay 15 seconds to turn off Wifi and immediately freeze with one click.

#### st

* `st 这是一条提示` :显示一条 Toast 提示,内容为`这是一条提示`
* `st This is a tip` : Display a Toast prompt with the content `This is a tip`

#### sn

* `sn 通知标题,通知内容` :在通知栏显示一条通知。
* `sn Notification title, Notification content` : Display a notification in the notification bar.

#### sp

* `sp com.tencent.mobileqq` :打开 QQ (包名为 `com.tencent.mobileqq`
* `sp com.tencent.mobileqq,com.tencent.mm` :打开 QQ 和 微信 (包名为 `com.tencent.mobileqq` `com.tencent.mm`
* `sp com.tencent.mobileqq` : Open QQ (package name is `com.tencent.mobileqq`.
* `sp com.tencent.mobileqq,com.tencent.mm` :Open QQ and WeChat (package name is `com.tencent.mobileqq` and `com.tencent.mm`.

#### su

* `su [Uri]` :尝试打开指定的 Uri。(可参考:[各应用 URL Scheme](//www.urischeme.com)
* `su alipayqr://platformapi/startapp?saId=20000056` :打开 支付宝 付款码。
* `su [Uri]` : Try to open the specified Uri (For reference:[URL Scheme of each application](//www.urischeme.com).
* `su alipayqr://platformapi/startapp?saId=20000056` : Open the Alipay payment code.

#### lg

* `lg 10086` :输出一条 ERROR 级别的 LOG ,内容为 10086 。
* `lg 10086` : Output an ERROR level LOG with content 10086.

#### ls

* `ls` :锁定屏幕。
* `ls` :Lock the screen.

## 触发器附加参数
## Trigger additional parameters

### 使用前言
### Preface

* 部分触发器无须附加参数(如果填写会被忽略)。
* 部分触发器可以填写附加参数(非必须)。
* 部分触发器必须提供符合条件的附加参数,否则无法正常执行。
* Some triggers do not require additional parameters (if filled in, they will be ignored).
* Some triggers can have additional parameters (optional).
* Some triggers must provide additional parameters that meet the conditions, otherwise they cannot be executed normally.

### 参数要求
### Parameter requirements

* `打开屏幕时` 目前无附加参数
* `关闭屏幕时`目前无附加参数
* `打开应用时` *<small> `7.0及以前版本` </small>*必须附加 `应用包名`*<small> `自 7.0` </small>*可附加 `应用包名``我的列表`*<small>`(V9.2)`</small>*,如无附加,则打开任意应用程序均执行*在附加了应用包名的情况下,正常情况下,打开XX应用时会取消所有属于离开XX应用时已部署但尚未执行的延时任务*
* `离开应用时` 可附加 `应用包名``我的列表` <small>*`(V9.2)`*</small>,如无附加,则离开任意应用程序均执行*在附加了应用包名的情况下,正常情况下,离开XX应用时会取消所有属于打开XX应用时已部署但尚未执行的延时任务*
* `解冻应用时` 可附加 `应用包名` ,如无附加,则解冻任意应用程序均执行
* `冻结应用时` 可附加 `应用包名` ,如无附加,则冻结任意应用程序均执行
* `打开屏幕时` :目前无附加参数.
* ` 屏幕时` :目前无附加参数.
* `打开应用时` :*<small> `7.0及以前版本` </small>*必须附加 `应用包名`*<small> `自 7.0` </small>*可附加 `应用包名``我的列表`*<small>`(V9.2)`</small>*,如无附加,则打开任意应用程序均执行.*在附加了应用包名的情况下,正常情况下,打开XX应用时会取消所有属于离开XX应用时已部署但尚未执行的延时任务.*
* `离开应用时` :可附加 `应用包名``我的列表` <small>*`(V9.2)`*</small>,如无附加,则离开任意应用程序均执行.*在附加了应用包名的情况下,正常情况下,离开XX应用时会取消所有属于打开XX应用时已部署但尚未执行的延时任务.*
* `解冻应用时` :可附加 `应用包名` ,如无附加,则解冻任意应用程序均执行.
* `冻结应用时` :可附加 `应用包名` ,如无附加,则冻结任意应用程序均执行.

### 可用参数

* `应用包名` 例如 `com.tencent.mobileqq`
* `我的列表` 例如 `@5oiR55qE5YiX6KGo`
* `应用包名` :例如 `com.tencent.mobileqq` .
* `我的列表` :例如 `@5oiR55qE5YiX6KGo` .

### 使用实例

* 选择 `打开应用时` ,附加参数填写 `com.tencent.mobileqq` ,则会在运行 `QQ` 时执行预设置的 `任务`
* 选择 `打开应用时` ,附加参数填写 `com.tencent.mobileqq,com.tencent.mm` ,则会在运行 `QQ``微信` 时执行预设置的 `任务`
* 选择 `打开应用时` ,附加参数填写 `com.tencent.mobileqq,@5oiR55qE5YiX6KGo` ,则会在运行 `QQ``存在于别名为 5oiR55qE5YiX6KGo 的列表中的应用程序` 时执行预设置的 `任务`
* 选择 `打开应用时` ,附加参数填写 `当前使用的桌面的包名` ,则会在 **返回桌面** 时执行预设置的 `任务`
* 选择 `离开应用时` ,附加参数不填写任何内容,则会在 **离开任意应用程序** 时执行预设置的 `任务`
* 选择 `打开应用时` ,附加参数填写 `com.tencent.mobileqq` ,则会在运行 `QQ` 时执行预设置的 `任务` .
* 选择 `打开应用时` ,附加参数填写 `com.tencent.mobileqq,com.tencent.mm` ,则会在运行 `QQ``WeChat` 时执行预设置的 `任务` .
* 选择 `打开应用时` ,附加参数填写 `com.tencent.mobileqq,@5oiR55qE5YiX6KGo` ,则会在运行 `QQ``存在于别名为 5oiR55qE5YiX6KGo 的列表中package name` 时执行预设置的 `任务` .
* 选择 `打开应用时` ,附加参数填写 `当前使用的桌面的包名` ,则会在 **返回桌面** 时执行预设置的 `任务` .
* 选择 `离开应用时` ,附加参数不填写任何内容,则会在 **离开任意应用程序** 时执行预设置的 `任务` .

## FAQ
* [FAQ](../faq/)
Expand Down

0 comments on commit a0988bd

Please sign in to comment.