koishijs / koishi-plugin-imagify

8 stars 1 forks source link

feature: 高级配置 支持自定义模板 同时支持不同条件使用不同的模板 #3

Open 502647092 opened 11 months ago

502647092 commented 11 months ago
  1. 支持自定义模板
  2. 支持不同条件下使用不用模板
  3. 提取内容为 JSON 用于渲染模板 例如 返回数据
    {
    "version": "1.0.0",
    "name": "Koishi",
    "icon": "base64编码图片"
    }

    然后渲染模板

    
    <html>
版本: {version}
名称: {name}
图标: