galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
125 lines • 6.8 kB
JSON
{
"id": "Dashrath-Sharma_chatty-tiger-70",
"name": "chatty-tiger-70",
"category": "buttons",
"author": "Dashrath-Sharma",
"description": "chatty-tiger-70 组件 (glassmorphism, flashy, button, shadow, glow, border, box-shadow, buttons, animation, interactive)",
"tags": [
"glassmorphism",
"flashy",
"button",
"shadow",
"glow",
"border",
"box-shadow",
"buttons",
"animation",
"interactive"
],
"original": {
"html": "<button class=\"button\">Button</button>",
"css": "/* From Uiverse.io by Dashrath-Sharma - Tags: glassmorphism, flashy, button, shadow, glow, border, box-shadow, buttons */\nbutton {\n cursor: pointer;\n padding: 1em 2em;\n font-weight: bold;\n font-size: 20px;\n color: #fff;\n position: relative;\n overflow: hidden;\n background: rgba(60, 73, 203, 0.35);\n box-shadow: 0 0px 32px 0 rgba(31, 38, 135, 0.37);\n backdrop-filter: blur(14.5px);\n border: 1px solid rgba(255, 255, 255, 0.18);\n -webkit-backdrop-filter: blur(14.5px);\n}\n\nbutton:hover {\n box-shadow: 0px 0 32px 0 rgba(31, 38, 135, 0.37),\n 0px 0 32px 0 rgba(31, 38, 135, 0.37), 0 0 42px 0px rgba(31, 38, 135, 0.37),\n 0 0 52px 0 rgba(31, 38, 135, 0.37);\n border: 1px solid rgba(255, 255, 255, 0.58);\n}\n\nbutton,\nbutton::before {\n display: grid;\n place-items: center;\n border-radius: 10px;\n box-shadow: 0 0px 32px 0 rgba(31, 38, 135, 0.37);\n}\n\nbutton::before {\n content: \"Button\";\n position: absolute;\n background: blue;\n width: 90%;\n height: 80%;\n background: rgba(26, 18, 241, 0.25);\n backdrop-filter: blur(18.5px);\n -webkit-backdrop-filter: blur(18.5px);\n border: 1px solid rgba(255, 255, 255, 0.18);\n transition: 0.4s;\n}\n\nbutton:hover::before {\n background: rgba(51, 57, 236, 0.4);\n box-shadow: 1px 1px 2px 0 rgba(31, 38, 135, 0.37),\n 2px 2px 2px 0 rgba(31, 38, 135, 0.37), 0 0px 32px 0 rgba(31, 38, 135, 0.37),\n 0 0px 32px 1px rgba(31, 38, 135, 0.37), 0 0px 32px 0 rgba(31, 38, 135, 0.37);\n backdrop-filter: blur(5.5px);\n -webkit-backdrop-filter: blur(5.5px);\n border-radius: 10px;\n border: 1px solid rgba(255, 255, 255, 0.18);\n}\nbutton:active::before {\n transform: scale(0.67);\n}",
"file_path": "/mnt/persist/workspace/Buttons/Dashrath-Sharma_chatty-tiger-70.html"
},
"uniapp": {
"template": "<button class=\"button\"></button>Button</button>",
"script": "export default {\n name: 'GalaxyChattyTiger70',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by Dashrath-Sharma - Tags: glassmorphism, flashy, button, shadow, glow, border, box-shadow, buttons */\nbutton {\n /* #ifdef H5 */\n cursor: pointer;\n /* #endif */\n padding: 1em 2em;\n font-weight: bold;\n font-size: 40rpx;\n color: #fff;\n position: relative;\n overflow: hidden;\n background: rgba(60, 73, 203, 0.35);\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0 0rpx 64rpx 0 rgba(31, 38, 135, 0.37);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n backdrop-\n border: 2rpx solid rgba(255, 255, 255, 0.18);\n -webkit-backdrop-\n}\n\nbutton:hover {\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0rpx 0 64rpx 0 rgba(31, 38, 135, 0.37),\n 0rpx 0 64rpx 0 rgba(31, 38, 135, 0.37), 0 0 84rpx 0rpx rgba(31, 38, 135, 0.37),\n 0 0 104rpx 0 rgba(31, 38, 135, 0.37);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n border: 2rpx solid rgba(255, 255, 255, 0.58);\n}\n\nbutton,\nbutton::before {\n display: grid;\n place-items: center;\n border-radius: 20rpx;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0 0rpx 64rpx 0 rgba(31, 38, 135, 0.37);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\nbutton::before {\n content: \"Button\";\n position: absolute;\n background: blue;\n width: 90%;\n height: 80%;\n background: rgba(26, 18, 241, 0.25);\n backdrop-\n -webkit-backdrop-\n border: 2rpx solid rgba(255, 255, 255, 0.18);\n transition: 0.4s;\n}\n\nbutton:hover::before {\n background: rgba(51, 57, 236, 0.4);\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 2rpx 2rpx 4rpx 0 rgba(31, 38, 135, 0.37),\n 4rpx 4rpx 4rpx 0 rgba(31, 38, 135, 0.37), 0 0rpx 64rpx 0 rgba(31, 38, 135, 0.37),\n 0 0rpx 64rpx 2rpx rgba(31, 38, 135, 0.37), 0 0rpx 64rpx 0 rgba(31, 38, 135, 0.37);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n backdrop-\n -webkit-backdrop-\n border-radius: 20rpx;\n border: 2rpx solid rgba(255, 255, 255, 0.18);\n}\nbutton:active::before {\n transform: scale(0.67);\n}\n\n",
"component_name": "GalaxyChattyTiger70"
},
"platforms": {
"h5": true,
"mp-weixin": true,
"mp-alipay": true,
"mp-baidu": true,
"mp-toutiao": true,
"app-plus": true
},
"props": [
{
"name": "disabled",
"type": "Boolean",
"default": false,
"required": false,
"description": "是否禁用"
},
{
"name": "text",
"type": "String",
"default": "按钮",
"required": false,
"description": "按钮文字"
},
{
"name": "type",
"type": "String",
"default": "primary",
"required": false,
"description": "按钮类型"
}
],
"events": [
{
"name": "click",
"description": "点击事件",
"parameters": [
"event"
]
}
],
"slots": [
{
"name": "",
"description": "",
"props": []
}
],
"compatibility": {
"h5": {
"supported": true,
"issues": [],
"alternatives": []
},
"mp-weixin": {
"supported": true,
"issues": [
"不支持 box-shadow 属性",
"不支持 filter 属性",
"不支持 backdrop-filter 属性",
"不支持 cursor 属性"
],
"alternatives": []
},
"mp-alipay": {
"supported": true,
"issues": [
"不支持 box-shadow 属性",
"不支持 filter 属性",
"不支持 backdrop-filter 属性",
"不支持 cursor 属性"
],
"alternatives": []
},
"app-plus": {
"supported": true,
"issues": [],
"alternatives": []
}
},
"performance": {
"complexity": "medium",
"bundle_size": 1675,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:33.057Z",
"updated_at": "2025-07-31T07:55:33.057Z"
}