Skip to content

Commit fc91b69

Browse files
authored
✨ 添加新表情包 (#306)
* ✨ 添加新表情包 * 🐛 处理正则冲突 * 🎨 去掉反射
1 parent 13b6614 commit fc91b69

5 files changed

Lines changed: 1685 additions & 79 deletions

File tree

plugin/gif/README.md

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ZeroBot-Plugin-Gif
22
[ZeroBot QQ机器人](https://github.com/wdvxdr1123/ZeroBot)插件,可以制作各种沙雕gif图
3-
> 素材包地址: https://gitcode.net/u011570312/imagematerials
3+
> 素材包地址: https://gitcode.net/anto_july/imagematerials
44
55
## 触发方式
66
1. [指令词]+[qq号] 如:爬123456
@@ -29,3 +29,62 @@
2929
- [x] 浮雕
3030
- [x] 打码
3131
- [x] 负片
32+
- [x] 旋转45
33+
- [x] 变形100 100
34+
- [x]
35+
- [x] 娶|结婚申请|结婚登记
36+
- [x] 像只
37+
- [x] 阿尼亚喜欢
38+
- [x] 我永远喜欢|永远喜欢
39+
- [x] 像样的亲亲
40+
- [x] 国旗
41+
- [x] 不要靠近
42+
- [x] 万能表情|空白表情
43+
- [x] 采访
44+
- [x] 需要|你可能需要
45+
- [x] 这像画吗
46+
- [x] 小画家
47+
- [x] 完美
48+
- [x] 玩游戏 (应该使用透视变换)
49+
- [x] 出警
50+
- [x] 警察
51+
- [x] 舔|舔屏|prpr (应该使用透视变换)
52+
- [x] 安全感
53+
- [x] 精神支柱
54+
- [x] 想什么
55+
- [x] 墙纸
56+
- [x] 为什么at我
57+
- [x] 交个朋友
58+
- [x] 打工人|继续干活
59+
- [x] 兑换券
60+
- [ ] 捂脸 (使用了透视变换, 需要研究矩阵变换)
61+
- [x] 注意力涣散
62+
- [x] 垃圾桶|垃圾
63+
- [x]
64+
- [x] 啾啾
65+
- [x] 2敲
66+
- [x] 听音乐
67+
- [ ] 群青 (需要mask)
68+
- [ ] 加载中 (需要mask)
69+
- [x] 永远爱你 (未加闪光)
70+
- [ ] 关注 (处理文字麻烦)
71+
- [x] 2拍
72+
- [x]
73+
- [x]
74+
- [x] 打拳 (未加闪光)
75+
- [ ] 复读 (处理文字麻烦)
76+
- [x]
77+
- [x]
78+
- [x]
79+
- [x]
80+
- [x] 紧贴
81+
- [ ] 膜拜 (使用了透视变换, 需要研究矩阵变换)
82+
- [ ] 小天使 (摆)
83+
- [ ] 一直 (摆)
84+
- [x]
85+
- [ ] 问问 (摆)
86+
- [ ] 典中典 (摆)
87+
- [ ] 震惊 (摆)
88+
- [ ] 哈哈镜 (摆)
89+
- [ ] 对称 (猎奇, 不整)
90+
- [ ] 远离 (摆)

plugin/gif/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func dlchan(name string, s *string, wg *sync.WaitGroup, exit func(error)) {
2020
target := datapath + `materials/` + name
2121
var err error
2222
if file.IsNotExist(target) {
23-
err = file.DownloadTo(`https://gitcode.net/u011570312/imagematerials/-/raw/main/`+name, target, true)
23+
err = file.DownloadTo(`https://gitcode.net/anto_july/imagematerials/-/raw/main/`+name, target, true)
2424
if err != nil {
2525
exit(err)
2626
return

0 commit comments

Comments
 (0)