# 微信联动

目前主要提供以下几类功能: 刷新豆瓣想看 / 刷新单个剧集进度 / 添加豆瓣想看

## 刷新豆瓣想看

指令: 刷新豆瓣

Vertex 接收后会遍历所有豆瓣账号, 如果豆瓣账号开启了 接收微信消息, 将会刷新本账号的所有剧集

## 刷新单个剧集进度

指令: 刷新{剧集关键词}

栗子: 刷新境界的彼方

Vertex 接收后会遍历所有豆瓣账号, 如果豆瓣账号开启了 接收微信消息, 将会遍历本账号的所有想看, 如果剧集名称包含关键词, 将会进行选种操作

## 添加豆瓣想看

指令: 想看

然后根据提示操作即可, 本功能需要在 全局设置 内设置 豆瓣交互 选项


---

# 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://wiki.vertex-app.top/zhui-ju/wei-xin-lian-dong.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.
