galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
113 lines • 4.09 kB
JSON
{
"id": "Diox221_hungry-husky-80",
"name": "hungry-husky-80",
"category": "buttons",
"author": "Diox221",
"description": "hungry-husky-80 组件 (button, animated, animation, interactive)",
"tags": [
"button",
"animated",
"animation",
"interactive"
],
"original": {
"html": "<button class=\"btn spacex-btn\">\n <span>Launch Rocket</span>\n <div class=\"btn-bg\"></div>\n</button>",
"css": "/* From Uiverse.io by Diox221 - Tags: button, animated */\n.btn {\n position: relative;\n display: inline-block;\n padding: 0.75rem 1.5rem;\n border: none;\n border-radius: 5rem;\n font-size: 1rem;\n font-weight: 600;\n color: #fff;\n background-color: #333;\n cursor: pointer;\n overflow: hidden;\n z-index: 1;\n}\n\n.spacex-btn {\n background-color: #005288;\n}\n\n.btn-bg {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%) scale(0);\n width: 100%;\n height: 100%;\n background-color: #ffffff;\n opacity: 0.3;\n z-index: -1;\n transition: transform 0.3s ease-in-out;\n}\n\n.spacex-btn:hover .btn-bg {\n transform: translate(-50%, -50%) scale(2);\n}",
"file_path": "/mnt/persist/workspace/Buttons/Diox221_hungry-husky-80.html"
},
"uniapp": {
"template": "<button class=\"btn spacex-btn\"></button>\n <text>Launch Rocket</text>\n <view class=\"btn-bg\"></view>\n</button>",
"script": "export default {\n name: 'GalaxyHungryHusky80',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by Diox221 - Tags: button, animated */\n.btn {\n position: relative;\n display: inline-block;\n padding: 0.75rem 1.5rem;\n border: none;\n border-radius: 5rem;\n font-size: 1rem;\n font-weight: 600;\n color: #fff;\n background-color: #333;\n /* #ifdef H5 */\n cursor: pointer;\n /* #endif */\n overflow: hidden;\n z-index: 1;\n}\n\n.spacex-btn {\n background-color: #005288;\n}\n\n.btn-bg {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%) scale(0);\n width: 100%;\n height: 100%;\n background-color: #ffffff;\n opacity: 0.3;\n z-index: -1;\n transition: transform 0.3s ease-in-out;\n}\n\n.spacex-btn:hover .btn-bg {\n transform: translate(-50%, -50%) scale(2);\n}\n\n",
"component_name": "GalaxyHungryHusky80"
},
"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": [
"不支持 cursor 属性"
],
"alternatives": []
},
"mp-alipay": {
"supported": true,
"issues": [
"不支持 cursor 属性"
],
"alternatives": []
},
"app-plus": {
"supported": true,
"issues": [],
"alternatives": []
}
},
"performance": {
"complexity": "medium",
"bundle_size": 777,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:33.138Z",
"updated_at": "2025-07-31T07:55:33.138Z"
}