UNPKG

galaxy-uniapp-mcp-server

Version:

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

108 lines 3.69 kB
{ "id": "felipesntr_strange-bobcat-47", "name": "strange-bobcat-47", "category": "buttons", "author": "felipesntr", "description": "strange-bobcat-47 组件 (icon, button, interactive)", "tags": [ "icon", "button", "interactive" ], "original": { "html": "<button>\n <span>\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\"><path fill=\"none\" d=\"M0 0h24v24H0z\"></path><path fill=\"currentColor\" d=\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\"></path></svg> Create\n </span>\n</button>", "css": "/* From Uiverse.io by felipesntr - Tags: icon, button */\nbutton {\n border: 2px solid #24b4fb;\n background-color: #24b4fb;\n border-radius: 0.9em;\n padding: 0.8em 1.2em 0.8em 1em;\n transition: all ease-in-out 0.2s;\n font-size: 16px;\n}\n\nbutton span {\n display: flex;\n justify-content: center;\n align-items: center;\n color: #fff;\n font-weight: 600;\n}\n\nbutton:hover {\n background-color: #0071e2;\n}", "file_path": "/mnt/persist/workspace/Buttons/felipesntr_strange-bobcat-47.html" }, "uniapp": { "template": "<button></button>\n <text></text>\n <view xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\"><path fill=\"none\" d=\"M0 0h24v24H0z\"></path><path fill=\"currentColor\" d=\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\"></path></view> Create\n </span>\n</button>", "script": "export default {\n name: 'GalaxyStrangeBobcat47',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by felipesntr - Tags: icon, button */\nbutton {\n border: 4rpx solid #24b4fb;\n background-color: #24b4fb;\n border-radius: 0.9em;\n padding: 0.8em 1.2em 0.8em 1em;\n transition: all ease-in-out 0.2s;\n font-size: 32rpx;\n}\n\nbutton span {\n display: flex;\n justify-content: center;\n align-items: center;\n color: #fff;\n font-weight: 600;\n}\n\nbutton:hover {\n background-color: #0071e2;\n}\n", "component_name": "GalaxyStrangeBobcat47" }, "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": "low", "bundle_size": 648, "render_cost": "low", "memory_usage": "low" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:36.727Z", "updated_at": "2025-07-31T07:55:36.727Z" }