Skip to content

Commit

Permalink
fix(plugins/qqstatplugin/): 停止定时任务
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Jan 24, 2023
1 parent 9894b27 commit 82df7a2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions plugins/QQStatPlugin/QQStatPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ public async Task ExecuteAsync()
{
try
{
// TODO:
await Task.CompletedTask;

SettingsModel settingsModel = PluginCore.PluginSettingsModelFactory.Create<SettingsModel>(nameof(QQStatPlugin));
if (KonataBotStore.Bot != null && KonataBotStore.Bot.IsOnline())
{
Expand Down
18 changes: 9 additions & 9 deletions plugins/QQStatPlugin/README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@





## 前端视图

- [/Plugins/QQStatPlugin](/Plugins/QQStatPlugin) - 未做


## 聊天功能
## 聊天命令

### `#帮助`
> `ChartGroups` 群范围内 任何人都可发送命令
### `#日历`
> `AdminGroups` 群范围内 仅 AdminQQ/群主/群管理员 可发送命令
> 需要设置 `BaseUrl`, `ScreenshotUrl`, `ScreenshotUrl` 保持默认即可
### `#帮助`

> `AdminGroups` 群范围内, AdminQQ/群主/群管理员 发送 `#日历` , 获取本群 日历图
### `#日历`

或者发送 `#日历 目标个人QQ号`, 获取此人 在 **此群** 数据形成的日历
> 本群日历图
> 需要设置 `BaseUrl`, `ScreenshotUrl`, `ScreenshotUrl` 保持默认即可
### `#折线`

> 本群折线图
> 需要设置 `BaseUrl`, `ScreenshotUrl`, `ScreenshotUrl` 保持默认即可
### `#排行榜`

> 查询在本群的发言字数排行榜
Expand Down
2 changes: 1 addition & 1 deletion plugins/QQStatPlugin/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"DisplayName": "QQ消息统计分析",
"Description": "QQ消息等数据收集, 分析",
"Author": "yiyun",
"Version": "1.1.2",
"Version": "1.1.3",
"SupportedVersions": [ "0.0.1" ]
}

0 comments on commit 82df7a2

Please sign in to comment.