UNPKG

galaxy-uniapp-mcp-server

Version:

Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成

108 lines 3.92 kB
{ "id": "hannahyockel_wicked-bobcat-71", "name": "wicked-bobcat-71", "category": "buttons", "author": "hannahyockel", "description": "wicked-bobcat-71 组件 (button, animation, interactive)", "tags": [ "button", "animation", "interactive" ], "original": { "html": "<button> Button\n</button>", "css": "/* From Uiverse.io by hannahyockel - Tags: button */\nbutton {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 15px 38px;\n border-radius: 16px;\n border: 1px solid transparent;\n color: #FFFFFF;\n background-color: #1DC9A0;\n font-size: 16px;\n letter-spacing: 1px;\n transition: all 0.15s linear;\n}\n\nbutton:hover {\n background-color: rgba(29, 201, 160, 0.08);\n border-color: #1DC9A0;\n color: #1DC9A0;\n transform: translateY(-5px) scale(1.05);\n}\n\nbutton:active {\n background-color: transparent;\n border-color: #1DC9A0;\n color: #1DC9A0;\n transform: translateY(5px) scale(0.95);\n}\n\nbutton:disabled {\n background-color: rgba(255, 255, 255, 0.16);\n color: #8E8E93;\n border-color: #8E8E93;\n}", "file_path": "/mnt/persist/workspace/Buttons/hannahyockel_wicked-bobcat-71.html" }, "uniapp": { "template": "<button></button> Button\n</button>", "script": "export default {\n name: 'GalaxyWickedBobcat71',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by hannahyockel - Tags: button */\nbutton {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 30rpx 76rpx;\n border-radius: 32rpx;\n border: 2rpx solid transparent;\n color: #FFFFFF;\n background-color: #1DC9A0;\n font-size: 32rpx;\n letter-spacing: 2rpx;\n transition: all 0.15s linear;\n}\n\nbutton:hover {\n background-color: rgba(29, 201, 160, 0.08);\n border-color: #1DC9A0;\n color: #1DC9A0;\n transform: translateY(-10rpx) scale(1.05);\n}\n\nbutton:active {\n background-color: transparent;\n border-color: #1DC9A0;\n color: #1DC9A0;\n transform: translateY(10rpx) scale(0.95);\n}\n\nbutton:disabled {\n background-color: rgba(255, 255, 255, 0.16);\n color: #8E8E93;\n border-color: #8E8E93;\n}\n", "component_name": "GalaxyWickedBobcat71" }, "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": [], "alternatives": [] }, "mp-alipay": { "supported": true, "issues": [], "alternatives": [] }, "app-plus": { "supported": true, "issues": [], "alternatives": [] } }, "performance": { "complexity": "medium", "bundle_size": 756, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:36.921Z", "updated_at": "2025-07-31T07:55:36.921Z" }