Commit 69ab955 KafCoppelia
committed
1 parent aeae0cb commit 69ab955 Copy full SHA for 69ab955
File tree 4 files changed +58
-27
lines changed
nonebot_plugin_crazy_thursday
4 files changed +58
-27
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ _🍗 天天疯狂 🍗_
11
11
12
12
<p align =" center " >
13
13
14
- <a href =" https://github.com/KafCoppelia /nonebot_plugin_crazy_thursday/blob/main/LICENSE " >
14
+ <a href =" https://github.com/MinatoAquaCrews /nonebot_plugin_crazy_thursday/blob/main/LICENSE " >
15
15
<img src="https://img.shields.io/badge/license-MIT-informational">
16
16
</a >
17
17
@@ -20,25 +20,25 @@ _🍗 天天疯狂 🍗_
20
20
</a >
21
21
22
22
<a href =" " >
23
- <img src="https://img.shields.io/badge/release-v0.2.1 -orange">
23
+ <img src="https://img.shields.io/badge/release-v0.2.2 -orange">
24
24
</a >
25
25
26
26
</p >
27
27
</p >
28
28
29
29
## 版本
30
30
31
- v0.2.1
31
+ v0.2.2
32
32
33
33
⚠ 适配nonebot2-2.0.0beta.2;
34
34
35
- 👉 适配alpha.16版本参见[ alpha.16分支] ( https://github.com/KafCoppelia /nonebot_plugin_crazy_thursday/tree/alpha.16 )
35
+ 👉 适配alpha.16版本参见[ alpha.16分支] ( https://github.com/MinatoAquaCrews /nonebot_plugin_crazy_thursday/tree/alpha.16 )
36
36
37
- [ 更新日志] ( https://github.com/KafCoppelia /nonebot_plugin_crazy_thursday/releases/tag/v0.2.1 )
37
+ [ 更新日志] ( https://github.com/MinatoAquaCrews /nonebot_plugin_crazy_thursday/releases/tag/v0.2.2 )
38
38
39
39
## 安装
40
40
41
- 1 . 通过` pip ` 或` nb ` 安装,版本请指定 ` 0.2.1 ` ;
41
+ 1 . 通过` pip ` 或` nb ` 安装;
42
42
43
43
2 . 读取文案的默认路径位于` ./resource ` 下;可在` .env.* ` 下设置:
44
44
@@ -50,13 +50,13 @@ CRAZY_PATH="your-path-to-post.json"
50
50
51
51
天天疯狂!随机输出KFC疯狂星期四文案。
52
52
53
- ** 新增 ** 三十余条文案!
53
+ ** 重磅新增 ** 三十余条文案!~~ 更新假面骑士国配文案 ~~
54
54
55
55
## 命令
56
56
57
- 1 . 天天疯狂,疯狂星期[ 一|二|三|四|五|六|日] ,输入** 疯狂星期八** 等不合法时间将提示;
57
+ 1 . 天天疯狂,疯狂星期[ 一|二|三|四|五|六|日|天 ] ,输入** 疯狂星期八** 等不合法时间将提示;
58
58
59
- 2 . ** 新增 ** : 支持狂乱[ 月|火|水|木|金|土|日] 曜日日文触发;
59
+ 2 . 支持狂乱[ 月|火|水|木|金|土|日] 曜日日文触发;
60
60
61
61
## 本插件改自HoshinoBot疯狂星期四插件
62
62
Original file line number Diff line number Diff line change 16
16
else :
17
17
CRAZY_PATH = global_config .crazy_path
18
18
19
- __crazy_vsrsion__ = 'v0.2.1 '
19
+ __crazy_vsrsion__ = 'v0.2.2 '
20
20
plugin_notes = f'''
21
21
KFC疯狂星期四 { __crazy_vsrsion__ }
22
22
[疯狂星期X] 随机输出KFC疯狂星期四文案
You can’t perform that action at this time.
0 commit comments