0.1.5 • Published 7 months ago

@yunkuangao/koishi-plugin-meme v0.1.5

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
7 months ago

koishi-plugin-meme

npm

关于群399899914成员logier(785189653)的表情包思路插件探索方向

这是一个有关于表情包图片的插件

使用了来自https://raw.githubusercontent.com/zhaoolee/ChineseBQB/master/chinesebqb_github.json的表情包地址

也可以使用其他地方的链接

使用

只要符合以下json格式就行

{
  "status": 1000,
  "info": "ChineseBQB的Github数据源",
  "data": [
    {
      "category": "分类1",
      "url": "图片地址1"
    },
    {
      "category": "分类2",
      "url": "图片地址2"
    }
  ]
}

其中,分类1可以使用英文或中文,默认会去除bqb、数字和其他无关字符,如果有中文,会优先使用中文的

例如

const test1 = "funny快乐" // 原category
// 替换后变为 "快乐"

const test1 = "happy" // 原category
// 替换后变为 "happy"

开发

欢迎有趣的想法进行实践,自行pr

0.1.5

7 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago