Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
RicheyJang committed Jul 5, 2022
1 parent 478d424 commit 9227066
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
- [x] 网易云评论 (netease)
- [x] 点歌 (music)
- [x] 随机\随机数 (random)
- [x] 漂流瓶 (bottle)
- [x] 戳一戳 (poke)

### 原神相关
- [x] 今日可肝素材查询 (genshin_resource)
Expand All @@ -53,9 +55,10 @@
- [x] 搜梗 (geng)
- [x] 识图搜番 (whatanime)
- [x] 疫情查询 (COVID)
- [x] 混合表情 (emoji_mix)
- [x] 短链接还原 (short_url)
- [ ] ~~短链接生成~~(防止滥用,暂不提供)
- [x] 天气 (weather)
- [x] GitHub查询 (github)
- [x] 混合表情 (emoji_mix)

### 群功能
- [x] 群管理:快捷禁言/踢人 (admin)
Expand All @@ -73,6 +76,13 @@
- [x] Pixiv排行榜 (pixiv_rank)
- [x] Pixiv搜索 (pixiv_query)
- [ ] coser
- [ ] 自定义图库

### 可选插件

若想启用这些插件,请自行下载源码取消掉cmd/main.go内的可选插件注释,[**自行编译**](#编译)

- [x] OSU查询 (HiOSU)

</details>

Expand Down
4 changes: 3 additions & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import (
zero "github.com/wdvxdr1123/ZeroBot"
"github.com/wdvxdr1123/ZeroBot/driver"

// 可选插件,若要启用,去除注释即可
// _ "github.com/RicheyJang/PaimengBot/plugins/HiOSU"

// 基本插件,建议不要删除,可能会造成依赖问题
_ "github.com/RicheyJang/PaimengBot/basic/auth"
_ "github.com/RicheyJang/PaimengBot/basic/ban"
Expand All @@ -20,7 +23,6 @@ import (

// 普通插件
_ "github.com/RicheyJang/PaimengBot/plugins/COVID"
_ "github.com/RicheyJang/PaimengBot/plugins/HiOSU"
_ "github.com/RicheyJang/PaimengBot/plugins/admin"
_ "github.com/RicheyJang/PaimengBot/plugins/bilibili"
_ "github.com/RicheyJang/PaimengBot/plugins/bottle"
Expand Down
2 changes: 1 addition & 1 deletion plugins/github/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var info = manager.PluginInfo{
github RicheyJang/PaimengBot`,
SuperUsage: `config-plugin配置项:
github.maxresult:一次性最多返回多少个仓库信息`,
Classify: "一般功能",
Classify: "实用工具",
}

func init() {
Expand Down

0 comments on commit 9227066

Please sign in to comment.