Handsome表情包拓展

更新时间20240613

需要注意修改主题目录下面的usr/OwO.json>文件(注意放的位置前后逗号之类的问题)

//举例
{
"icon": "prayer",
     "text": "祈祷"
     },
     {
     "icon": "star",
     "text": "星星"
   }
]
 },
"bilibili":{
     "type": "image",
     "name": "bilibili",
     "container":[
      {
        "icon": "baiyan",
        "text": "白眼"
      },
      {
        "icon": "zhuakuang",
        "text": "抓狂"
      }
    ]
  }
}

bilibili表情包

bilibili表情包

首先在 themes/handsome/assets/img/emotion路径下新建一个文件夹,起名bilibili
需要注意的是,要是用了静态资源CDN,记得在CDN里面响应的位置加入表情包资源包。
二选一下载就可以

在后台自定义CSS里面增加一个样式来限制大小:

.emotion-bilibili {width: 25px;}
.comment-content-true img.emotion-bilibili {max-width: 100%!important;}

"bilibili":{
    "type": "image",
    "name": "bilibili",
    "container":[
      {
        "icon": "baiyan",
        "text": "白眼"
      },
      {
        "icon": "bishi",
        "text": "鄙视"
      },
      {
        "icon": "bizui",
        "text": "闭嘴"
      },
      {
        "icon": "chan",
        "text": "馋"
      },
      {
        "icon": "daku",
        "text": "大哭"
      },
      {
        "icon": "dalao",
        "text": "大佬"
      },
      {
        "icon": "dalian",
        "text": "打脸"
      },
      {
        "icon": "dianzan",
        "text": "点赞"
      },
      {
        "icon": "doge",
        "text": "doge"
      },
      {
        "icon": "facai",
        "text": "发财"
      },
      {
        "icon": "fadai",
        "text": "发呆"
      },
      {
        "icon": "fanu",
        "text": "发怒"
      },
      {
        "icon": "ganga",
        "text": "尴尬"
      },
      {
        "icon": "guzhang",
        "text": "鼓掌"
      },
      {
        "icon": "haixiu",
        "text": "害羞"
      },
      {
        "icon": "heirenwenhao",
        "text": "黑人问号"
      },
      {
        "icon": "huaixiao",
        "text": "坏笑"
      },
      {
        "icon": "jingxia",
        "text": "惊吓"
      },
      {
        "icon": "keai",
        "text": "可爱"
      },
      {
        "icon": "koubi",
        "text": "抠鼻"
      },
      {
        "icon": "kun",
        "text": "困"
      },
      {
        "icon": "liubixie",
        "text": "流鼻血"
      },
      {
        "icon": "liuhan",
        "text": "流汗"
      },
      {
        "icon": "miantian",
        "text": "腼腆"
      },
      {
        "icon": "nanguo",
        "text": "难过"
      },
      {
        "icon": "outu",
        "text": "呕吐"
      },
      {
        "icon": "qinqin",
        "text": "亲亲"
      },
      {
        "icon": "se",
        "text": "色"
      },
      {
        "icon": "shengbing",
        "text": "生病"
      },
      {
        "icon": "shengqi",
        "text": "生气"
      },
      {
        "icon": "shuizhao",
        "text": "睡着"
      },
      {
        "icon": "sikao",
        "text": "思考"
      },
      {
        "icon": "tiaopi",
        "text": "调皮"
      },
      {
        "icon": "touxiao",
        "text": "偷笑"
      },
      {
        "icon": "tuxie",
        "text": "吐血"
      },
      {
        "icon": "weiqu",
        "text": "委屈"
      },
      {
        "icon": "weixiao",
        "text": "微笑"
      },
      {
        "icon": "wunai",
        "text": "无奈"
      },
      {
        "icon": "xiaoku",
        "text": "笑哭"
      },
      {
        "icon": "xieyanxiao",
        "text": "斜眼笑"
      },
      {
        "icon": "yiwen",
        "text": "疑问"
      },
      {
        "icon": "yun",
        "text": "晕"
      },
      {
        "icon": "zaijian",
        "text": "再见"
      },
      {
        "icon": "zhuakuang",
        "text": "抓狂"
      }
    ]
  }
}


抖音表情包

抖音表情包

首先在 themes/handsome/assets/img/emotion 路径下新建一个文件夹,起名douyin
需要注意的是,要是用了静态资源CDN,记得在CDN里面响应的位置加入表情包资源包。
二选一下载就可以

在后台自定义CSS里面增加一个样式来限制大小:

.emotion-douyin {width: 25px;}
.comment-content-true img.emotion-douyin {max-width: 100%!important;}

修改主题目录下面的usr/OwO.json文件(注意放的位置前后逗号之类的问题)

"抖音":{
    "type": "image",
    "name": "douyin",
    "container":[
      {
        "icon": "baiyan",
        "text": "白眼"
      },
      {
        "icon": "bishi",
        "text": "鄙视"
      },
      {
        "icon": "bizui",
        "text": "闭嘴"
      },
      {
        "icon": "daku",
        "text": "大哭"
      },
      {
        "icon": "dalao",
        "text": "大佬"
      },
      {
        "icon": "dalian",
        "text": "打脸"
      },
      {
        "icon": "doge",
        "text": "doge"
      },
      {
        "icon": "fanu",
        "text": "发怒"
      },
      {
        "icon": "guzhang",
        "text": "鼓掌"
      },
      {
        "icon": "haixiu",
        "text": "害羞"
      },
      {
        "icon": "heirenwenhao",
        "text": "黑人问号"
      },
      {
        "icon": "huaixiao",
        "text": "坏笑"
      },
      {
        "icon": "jingxia",
        "text": "惊吓"
      },
      {
        "icon": "keai",
        "text": "可爱"
      },
      {
        "icon": "facai",
        "text": "发财"
      },
       {
        "icon": "dianzan",
        "text": "点赞"
      },
      {
        "icon": "koubi",
        "text": "抠鼻"
      },
      {
        "icon": "kun",
        "text": "困"
      },

      {
        "icon": "tu",
        "text": "吐"
      },
      {
        "icon": "outu",
        "text": "吐"
      },
      {
        "icon": "qin",
        "text": "亲亲"
      },
      {
        "icon": "se",
        "text": "色"
      },
      {
        "icon": "touxiao",
        "text": "偷笑"
      },
      {
        "icon": "tuxie",
        "text": "吐血"
      },
      {
        "icon": "weiqu",
        "text": "委屈"
      },
      {
        "icon": "weixiao",
        "text": "微笑"
      },

      {
        "icon": "xiaoku",
        "text": "笑哭"
      },
      {
        "icon": "xieyanxiao",
        "text": "斜眼笑"
      },
      {
        "icon": "yun",
        "text": "晕"
      },
      {
        "icon": "zaijian",
        "text": "再见"
      },
      {
        "icon": 1,
        "text": ""
      },
      {
        "icon": 2,
        "text": ""
      },
      {
        "icon": 3,
        "text": ""
      },
      {
        "icon": 4,
        "text": ""
      },
      {
        "icon": 5,
        "text": ""
      },
      {
        "icon": 6,
        "text": ""
      },
      {
        "icon": 7,
        "text": ""
      },
      {
        "icon": 8,
        "text": ""
      },
      {
        "icon": 9,
        "text": ""
      },
      {
        "icon": 10,
        "text": ""
      },
      {
        "icon": 11,
        "text": ""
      },
      {
        "icon": 12,
        "text": ""
      },
      {
        "icon": 13,
        "text": ""
      },
      {
        "icon": 14,
        "text": ""
      },
      {
        "icon": 15,
        "text": ""
      },
      {
        "icon": 16,
        "text": ""
      },
      {
        "icon": 17,
        "text": ""
      },
      {
        "icon": 18,
        "text": ""
      },
      {
        "icon": 19,
        "text": ""
      },
      {
        "icon": 20,
        "text": ""
      },
      {
        "icon": 21,
        "text": ""
      },
      {
        "icon": 22,
        "text": ""
      },
      {
        "icon": 23,
        "text": ""
      },
      {
        "icon": 24,
        "text": ""
      },
      {
        "icon": 25,
        "text": ""
      },
      {
        "icon": 26,
        "text": ""
      },
      {
        "icon": 27,
        "text": ""
      },
      {
        "icon": 28,
        "text": ""
      },
      {
        "icon": 29,
        "text": ""
      },
      {
        "icon": 30,
        "text": ""
      },
      {
        "icon": 31,
        "text": ""
      },
      {
        "icon": 32,
        "text": ""
      },
      {
        "icon": 33,
        "text": ""
      },
      {
        "icon": 34,
        "text": ""
      },
      {
        "icon": 35,
        "text": ""
      },
      {
        "icon": 36,
        "text": ""
      },
      {
        "icon": 37,
        "text": ""
      },
      {
        "icon": 38,
        "text": ""
      },
      {
        "icon": 39,
        "text": ""
      },
      {
        "icon": 40,
        "text": ""
      },
      {
        "icon": 41,
        "text": ""
      },
      {
        "icon": 42,
        "text": ""
      },
      {
        "icon": 43,
        "text": ""
      },
      {
        "icon": 44,
        "text": ""
      },
      {
        "icon": 45,
        "text": ""
      },
      {
        "icon": 46,
        "text": ""
      },
      {
        "icon": 47,
        "text": ""
      },
      {
        "icon": 48,
        "text": ""
      },
      {
        "icon": 49,
        "text": ""
      },
      {
        "icon": 50,
        "text": ""
      },
      {
        "icon": 51,
        "text": ""
      },
      {
        "icon": 52,
        "text": ""
      },
      {
        "icon": 53,
        "text": ""
      },
      {
        "icon": 54,
        "text": ""
      },
      {
        "icon": 55,
        "text": ""
      },
      {
        "icon": 56,
        "text": ""
      },
      {
        "icon": 57,
        "text": ""
      },
      {
        "icon": 58,
        "text": ""
      },
      {
        "icon": 59,
        "text": ""
      },
      {
        "icon": 60,
        "text": ""
      },
      {
        "icon": 61,
        "text": ""
      },
      {
        "icon": 62,
        "text": ""
      },
      {
        "icon": 63,
        "text": ""
      },
      {
        "icon": 64,
        "text": ""
      },
      {
        "icon": 65,
        "text": ""
      },
      {
        "icon": 66,
        "text": ""
      }
    ]
  }

………………未完待续………………


QQ表情包

QQ表情包

首先在themes/handsome/assets/img/emotion路径下新建一个文件夹,起名QQ
需要注意的是,要是用了静态资源CDN,记得在CDN里面响应的位置加入表情包资源包。
二选一下载就可以(下载连接无效)


在后台自定义CSS里面增加一个样式来限制大小:

.emotion-douyin {width: 25px;}
.comment-content-true img.emotion-QQ {max-width: 100%!important;}

修改主题目录下面的usr/OwO.json文件(注意放的位置前后逗号之类的问题)

哈哈哈还没写完……
"QQ":{
     "type": "image",
     "name": "QQ",
     "container":[
        {
        "icon": "baiyan",
        "text": "白眼"
        },
        {
        "icon": "zhuakuang",
        "text": "抓狂"
        }
                 ]
      }

………………未完待续………………


………………未完待续………………

End

本文标题:handsome 表情包拓展

本文链接:https://www.atxrom.com/archives/17/

除非另有说明,本作品遵循CC 4.0 BY-SA 版权协议

声明:转载请注明文章来源。

如果觉得我的文章对你有用,请随意赞赏