Skip to content

Commit

Permalink
Merge pull request #62 from Cassius0924/feat-quotable
Browse files Browse the repository at this point in the history
[Build] 修改codeql.yml
  • Loading branch information
Cassius0924 authored Feb 22, 2024
2 parents 2d76144 + 59647bc commit 31f192f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ python3 -m wechatter
## 支持的功能

- [x] **消息可引用回复**: 用户可以通过引用并回复命令消息进一步获取消息内容。带`(可引用:***)`的机器人消息即为可进一步互动的可引用消息。
- [x] **消息转发**: 转发用户或群的消息到其他用户或群,并支持引用回复转发消息。需进行[配置](#%EF%B8%8F-message-forwarding-配置)
- [x] **消息转发**: 转发用户或群的消息到其他用户或群,并支持引用回复转发消息。需进行[配置](#%EF%B8%8F-message-forwarding-配置)
<img src="docs/images/message_forwarding_and_quoted_reply.png">

- [x] **定时任务**:大部分命令均支持定时任务。需进行[配置](#%EF%B8%8F-task-cron-配置)
Expand Down

0 comments on commit 31f192f

Please sign in to comment.