Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LYS86 authored May 17, 2024
1 parent 90d600d commit fe5123a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ Autox.js 版本名称,例如"3.0.0 Beta"。


## app.viewFile(path)
<Badge text="global" type="tip"/>

- `path` {string} 文件路径

Expand All @@ -102,7 +101,6 @@ Autox.js 版本名称,例如"3.0.0 Beta"。


## app.editFile(path)
<Badge text="global" type="tip"/>

- `path` {string} 文件路径

Expand All @@ -111,7 +109,6 @@ Autox.js 版本名称,例如"3.0.0 Beta"。
如果找不出可以编辑该文件的应用,则抛出`ActivityNotException`

## app.uninstall(packageName)
<Badge text="global" type="tip"/>

- `packageName` {string} 应用包名

Expand All @@ -120,8 +117,6 @@ Autox.js 版本名称,例如"3.0.0 Beta"。

## app.openUrl(url)

<Badge text="global" type="tip"/>

- `url` {string} 网站的 URL,如果不以 "http://" 或 "https://" 开头则默认是 "http://"。

用浏览器打开网站 url。
Expand All @@ -130,8 +125,6 @@ Autox.js 版本名称,例如"3.0.0 Beta"。

## app.sendEmail(options)

<Badge text="global" type="tip"/>

- `options` {object} 发送邮件的参数。包括:
- `email` {string} | {array} 收件人的邮件地址。如果有多个收件人,则用字符串数组表示
- `cc` {string} | {array} 抄送收件人的邮件地址。如果有多个抄送收件人,则用字符串数组表示
Expand All @@ -155,8 +148,6 @@ app.sendEmail({

## app.startActivity(name)

<Badge text="global" type="tip"/>

- `name` {string} 活动名称,可选的值为:
- `console` 日志界面
- `settings` 设置界面
Expand Down

0 comments on commit fe5123a

Please sign in to comment.