# 指令大全

{% hint style="info" %}
**前言：** 本章节讲解一些基础的指令操作，仔细看，接下来很重要。
{% endhint %}

**重要：要熟练掌握如何使用连接符”->“**

**注意：指令是红色的按钮**

**基础功能(你必须知道的一些内容!)**

| **指令**    | **作用**          | **说明**                                    |
| --------- | --------------- | ----------------------------------------- |
| ->        | 连接符             | 下面的指令中将看到它的作用                             |
| sign in   | 登陆&重新登录         | 桌面也可以直接登陆辣                                |
| restart   | 重启Aris          | 遇到问题重启就对了                                 |
| uninstall | 卸载APP或插件        | <应用> -> uninstall                         |
| clear     | 清屏              | 清理屏幕上所有文本                                 |
| themes    | 主题商店            | 进入选择你喜欢的主题吧                               |
| config    | 桌面设置            | 进入桌面设置                                    |
| clipboard | 调取系统剪切板实现 复制/粘贴 | \[输入]->clipboard / clipboard->\[输出]       |
| info      | 快捷进入应用详情页       | <应用>->info                                |
| folder    | 弹出功能菜单（新窗口）     | #                                         |
| note      | 调出笔记窗口          | #                                         |
| widgets   | 弹出功能窗口          | #                                         |
| shell     | 简单的CMD指令        | 仅支持部分简单的指令                                |
| cd        | 文件管理器功能         | #                                         |
| wifi      | 打开/关闭 WIFI      | #                                         |
| bluetooth | 打开/关闭 蓝牙        | #                                         |
| LOCATE ME | 弹出一个窗口显示你的当前位置  | 调取自Google Map需要tz才能正常使用                   |
| globe     | 弹出一个炫酷的地球       | #                                         |
| memory    | 弹出一个显示内存进程的窗口   | #                                         |
| torch     | 打开/关闭 手电筒       | #                                         |
| encrypt   | 调出一个加密窗口        | #                                         |
| store     | 主题商店            | 获取更多主题                                    |
| wxscan    | 微信扫一扫           | #                                         |
| ls        | 显示APP的包名信息      | 例如：QQ->ls                                 |
| weather   | 获取天气(需要开启和授权定位) | 目前版本存在BUG，等下个版本修复                         |
| hide      | 隐藏应用（将搜索不到）     | 如：qq->hide                                |
| show      | 恢复隐藏的应用         | 直接输入show点确认键进入隐藏列表，之后输入要解放的应用名，出现后点击该应用即可 |
| remove    | 删除folder里的应用    | #                                         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.arislauncher.com/guide/instruction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
