galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
113 lines • 4.1 kB
JSON
{
"id": "AKHILJITH-VN_curly-lionfish-0",
"name": "curly-lionfish-0",
"category": "buttons",
"author": "AKHILJITH-VN",
"description": "curly-lionfish-0 组件 (button, animation, gradient, interactive)",
"tags": [
"button",
"animation",
"gradient",
"interactive"
],
"original": {
"html": "<button>\n Button\n</button>",
"css": "/* From Uiverse.io by AKHILJITH-VN - Tags: button */\nbutton {\n height: auto;\n width: auto;\n text-align: justify;\n background: linear-gradient(30deg,rgb(32, 252, 252),rgb(101, 101, 255)\n ,rgb(254, 183, 196),rgb(224, 17, 224));\n color: #ffffff;\n border: none;\n padding: 12px 24px;\n font-size: 16px;\n font-weight: bold;\n text-transform: uppercase;\n letter-spacing: 1px;\n border-radius: 8px;\n box-shadow: 2px 4px 6px #25d0e3;\n transition: all 0.5s ease;\n}\n\nbutton:hover {\n background: linear-gradient(30deg,rgb(224, 17, 224), pink, rgb(60, 60, 255), rgb(32, 252, 252));\n box-shadow: 2px 4px 6px #a8097e;\n}",
"file_path": "/mnt/persist/workspace/Buttons/AKHILJITH-VN_curly-lionfish-0.html"
},
"uniapp": {
"template": "<button></button>\n Button\n</button>",
"script": "export default {\n name: 'GalaxyCurlyLionfish0',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by AKHILJITH-VN - Tags: button */\nbutton {\n height: auto;\n width: auto;\n text-align: justify;\n background: linear-gradient(30deg,rgb(32, 252, 252),rgb(101, 101, 255)\n ,rgb(254, 183, 196),rgb(224, 17, 224));\n color: #ffffff;\n border: none;\n padding: 24rpx 48rpx;\n font-size: 32rpx;\n font-weight: bold;\n text-transform: uppercase;\n letter-spacing: 2rpx;\n border-radius: 16rpx;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 4rpx 8rpx 12rpx #25d0e3;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n transition: all 0.5s ease;\n}\n\nbutton:hover {\n background: linear-gradient(30deg,rgb(224, 17, 224), pink, rgb(60, 60, 255), rgb(32, 252, 252));\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 4rpx 8rpx 12rpx #a8097e;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n \n",
"component_name": "GalaxyCurlyLionfish0"
},
"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 属性"
],
"alternatives": []
},
"mp-alipay": {
"supported": true,
"issues": [
"不支持 box-shadow 属性"
],
"alternatives": []
},
"app-plus": {
"supported": true,
"issues": [],
"alternatives": []
}
},
"performance": {
"complexity": "medium",
"bundle_size": 654,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:32.519Z",
"updated_at": "2025-07-31T07:55:32.519Z"
}