> For the complete documentation index, see [llms.txt](https://ujhhgtgteams.gitbook.io/wekit-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ujhhgtgteams.gitbook.io/wekit-docs/module-settings.md).

# 模块设置说明

模块设置主页面列出了全部可点击项, 按类别分组排列。以下为各分组的详细说明。

## 功能设置

功能分类页面 (「功能」分组下) 列出了按功能领域划分的子分类。进入各子分类可查看和配置该分类下的具体功能。可点击的功能项均排序于每个分类页面最底部, 名称旁有齿轮图标表示可点击进入详细配置。

* **聊天** — 消息显示增强、消息阻止、输入工具栏等
* **联系人与群组** — 联系人管理、群组增强
* **红包与支付** — 自动抢红包、指纹支付等
* **朋友圈** — 朋友圈广告拦截、查询增强等
* **系统与隐私** — 系统级功能、隐私保护、环境伪装等
* **通知** — 通知增强
* **界面美化** — 微信界面视觉定制
* **公众号** — 公众号浏览增强
* **小程序** — 小程序去广告、限制解除等
* **视频号** — 视频号下载、限制解除
* **个人资料** — 修改昵称、头像、签名
* **调试** — 崩溃拦截、日志、分析工具
* **脚本** — JavaScript 脚本引擎
* **娱乐** — 整蛊、娱乐功能
* **首页右上角菜单** — 自定义微信首页右上角 `+` 菜单项
* **联系人详情页面** — 联系人详情页功能增强

> 各分类的详细功能说明请参见 [功能文档](/wekit-docs/liao-tian/zu-zhi-xiao-xi-che-hui-1.md)。

## 通用设置

### 界面

| 设置项       | 类型 | 说明                                                                                                                                                                                                                 |
| --------- | -- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 使用全屏配置 UI | 开关 | <p>使用 Activity 而非 Dialog 作为模块 UI 容器, 开启后各设置页面将以全屏形式展示<br>⚠️ 该功能为实验性功能, 可能导致模块异常或崩溃。若不幸出现此类问题, 请点击 <code>模块应用 -> 「打开模块设置 (强制非全屏 UI) 」</code> 或删除 <a href="/pages/hQjKTQlgxvmyHMSr4BKs#kv-存储位置">KV 存储文件</a> 以恢复。</p> |

### 调试

| 设置项          | 类型 | 说明                    |
| ------------ | -- | --------------------- |
| 详细日志         | 开关 | 输出高频日志 ⚠️ 可能会暴露你的隐私信息 |
| 显示加载完成 Toast | 开关 | 全部功能加载完成后显示 Toast 提示  |

### 兼容

| 设置项    | 类型 | 说明                             |
| ------ | -- | ------------------------------ |
| 禁用版本适配 | 开关 | 开启后不会弹出 DEX 查找对话框, 未适配功能将不会被加载 |
| 重置适配信息 | 按钮 | 清除全部 DEX 适配信息, 等待下次启动时重新适配     |

### 配置

| 设置项  | 说明                                                              |
| ---- | --------------------------------------------------------------- |
| 导出配置 | 将当前模块全部 KV 配置导出为 JSON 文件。导出的内容包含功能开关、通用设置及大部分功能配置, 但不包含模块其他运行数据 |
| 导入配置 | 从 JSON 文件导入配置数据, 并与当前配置合并; 若存在相同键值, 则会被覆盖                       |
| 清除配置 | 清除全部模块 KV 配置数据。该操作不可逆, 执行前会弹出确认提示以避免误操作                         |

## 更新

| 设置项  | 说明                            |
| ---- | ----------------------------- |
| 检查更新 | 立即检查模块是否有新版本, 若有新版本则自动下载并请求安装 |

## 关于

| 信息项      | 说明                                                  |
| -------- | --------------------------------------------------- |
| 版本       | 当前模块版本名称及版本号                                        |
| 构建时间     | 当前模块的构建时间戳                                          |
| 提示       | 开发进度提示                                              |
| 捐赠       | 打开微信收款二维码, 支持项目开发。提示: 模块开源免费, 捐赠无任何特权               |
| 开放源代码许可  | 查看本项目使用的开源库许可证信息                                    |
| GitHub   | 跳转到 [GitHub 仓库](https://github.com/Ujhhgtg/WeKit)   |
| Telegram | 跳转到 [Telegram 超级群组](https://t.me/+4XsfR-SWAtk1NGRl) |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ujhhgtgteams.gitbook.io/wekit-docs/module-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
