提交 df143f62 编写于 作者: muwooo's avatar muwooo

Update total-plugins.json

上级 95d2345e
......@@ -1260,6 +1260,68 @@
]
}
]
},
{
"name": "rubick-suspension",
"pluginType": "ui",
"pluginName": "悬浮",
"description": "悬浮你的图片",
"author": "qinyongliang",
"homePage": "https://gitee.com/rubick-center/rubick-suspension/raw/main/README.md",
"preload": "preload.js",
"version": "1.2.8",
"logo": "https://picx.zhimg.com/80/v2-2adec2046301e888e8c9b7860eaee4c7_720w.png",
"pluginSetting": {
"height": 60
},
"features": [
{
"code": "suspend",
"explain": "悬浮图片",
"cmds": [
{
"type": "img",
"label": "悬浮"
},
{
"type": "files",
"label": "悬浮图片",
"fileType": "file",
"match": "/.(?:bmp|gif|heic|jpeg|jpg|jpe|png|svg|webp|ico)$/i",
"maxLength": 9
}
]
},
{
"explain": "截图并悬浮",
"code": "suspend-screenshot",
"cmds": ["截图并悬浮"]
},
{
"code": "suspend-base64",
"explain": "悬浮base64图片",
"cmds": [
{
"type": "regex",
"label": "悬浮base64图片",
"match": "/^data:image\/(bmp|gif|heic|jpeg|jpeg|jpeg|png|svg\\+xml|webp|x-icon);base64,/",
"minLength":100
}
]
},
{
"code": "suspend-svg",
"explain": "悬浮svg",
"cmds": [
{
"type": "regex",
"label": "悬浮svg",
"match": "/^<svg[\\d\\D\\w\\W\\s\\S]*<\/svg>[\\D]*$/",
"minLength":50
}
]
}
]
}
]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册