# 版本与功能列表

## 总功能列表

|       功能      |   实现版本  |
| :-----------: | :-----: |
| 监听 用户 \| 群 消息 | v 0.1.0 |
|    新消息事件封装    | v 0.1.0 |
|    发送普通文本消息   | v 0.1.0 |
|    发送本地文件消息   | v 0.1.0 |
|    启动微信等待登录   | v 0.1.0 |
|    基于头像进行At   | v 0.1.1 |
|   基于备注名进行At   | v 0.1.1 |
|      引用消息     | v 0.1.1 |
|    引用消息时At    | v 0.1.1 |

## 版本与功能记录

### v 0.1.0

第一个版本，开发了基本功能

* [x] &#x20;监听消息
* [x] 新消息事件封装
* [x] 发送普通文本消息
* [x] 发送本地文件消息
* [x] 启动微信等待登录

### v 0.1.1

功能上进一步向 wxauto 靠拢扩展

* [x] &#x20;基于头像进行 At
* [x] 在群内使用备注名进行 At
* [x] 引用消息
* [x] 引用消息时 At

并修复了一些问题

* [x] 增加了初始化监听窗口的容错，避免初始化时有人发消息导致初始化错误
* [x] 修改监听时的Focus到设为前台，修复了监听时不能打字的问题


---

# 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://el1mirs-organization.gitbook.io/wxconnector/ban-ben-yu-gong-neng-lie-biao.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.
