> 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/huan-ying.md).

# 欢迎

WeKit 是一个功能丰富的微信 Xposed 模块, 提供大量微信增强功能, 涵盖聊天体验、界面美化、隐私保护、自动化等多个方面。

[![CI 状态](https://github.com/Ujhhgtg/WeKit/actions/workflows/ci.yml/badge.svg)](https://github.com/Ujhhgtg/WeKit/actions/workflows/ci.yml)

## 特色功能

* 基于 JavaScript 的脚本引擎
* 贴纸包同步 (Telegram Stickers Sync)
* 通知进化 (MessagingStyle)
* Markdown 消息渲染
* 指纹支付 (基于 TEE 的安全加密)
* 自动抢红包
* 单向删除好友检测
* 发送 SILK/MP3 语音
* 聊天工具栏
* 发送卡片消息
* 原生 Hook
* 支持免 Root 框架

## 导航

* [🚀 快速开始](/wekit-docs/getting-started.md)
* [📥 安装指南](/wekit-docs/installation.md)
* [⚙️ 配置指南](/wekit-docs/configuration.md)
* [❓ 常见问题](/wekit-docs/faq.md)
* [🛠 开发指南](/wekit-docs/development.md)

## 修改内容 (相比 [上游](https://github.com/cwuom/WeKit))

* 添加 WAuxiliary 与 NewMiko 目前公开源代码中的部分功能
* 移除全部校验, 减少模块体积, 避免不必要性能开销
* 移植 UI 至 Jetpack Compose
* 添加, 修复, 增强 WAuxiliary 部分闭源功能
* 移植其他模块的一些功能
* AGP 升级至 9.X
* 反射移植至 KavaRef
* 原生库移植至 Rust
* 支持全部 4 种 ABI (arm64-v8a, armeabi-v7a, x86\_64, x86)
* 修复问题
* 无须禁用「Xposed API 调用保护」
* 大量新功能

## 联系

[GitHub 仓库](https://github.com/Ujhhgtg/WeKit)

[Telegram 超级群组](https://t.me/+4XsfR-SWAtk1NGRl)

## 致谢

[WeKit 上游](https://github.com/cwuom/WeKit)

[WAuxiliary](https://github.com/HdShare/WAuxiliary_Public)

[NewMiko](https://github.com/dartcv/NewMiko/blob/archives/)

[QAuxiliary](https://github.com/cinit/QAuxiliary)

[FingerprintPay](https://github.com/eritpchy/FingerprintPay)

[WADN](https://github.com/Ujhhgtg/wauxv_deobf_new) [WAD](https://github.com/Ujhhgtg/wauxv_deobf)


---

# 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/huan-ying.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.
