UNPKG

galaxy-uniapp-mcp-server

Version:

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

112 lines 5 kB
{ "id": "andrew-demchenk0_smart-wasp-46", "name": "smart-wasp-46", "category": "buttons", "author": "andrew-demchenk0", "description": "smart-wasp-46 组件 (green, button, phone, circle, accept, accept call, interactive)", "tags": [ "green", "button", "phone", "circle", "accept", "accept call", "interactive" ], "original": { "html": "<button class=\"button\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" viewBox=\"0 0 32 32\" height=\"32\" fill=\"none\" class=\"svg-icon\"><path stroke-width=\"2\" stroke-linecap=\"round\" stroke=\"#fff\" fill-rule=\"evenodd\" d=\"m24.8868 19.1288c-1.0274-.1308-2.036-.3815-3.0052-.7467-.7878-.29-1.6724-.1034-2.276.48-.797.8075-2.0493.9936-2.9664.3258-1.4484-1.055-2.7233-2.3295-3.7783-3.7776-.6681-.9168-.4819-2.1691.3255-2.9659.5728-.6019.7584-1.4748.4802-2.2577-.3987-.98875-.6792-2.02109-.8358-3.07557-.2043-1.03534-1.1138-1.7807-2.1694-1.77778h-3.18289c-.60654-.00074-1.18614.25037-1.60035.69334-.40152.44503-.59539 1.03943-.53345 1.63555.344 3.31056 1.47164 6.49166 3.28961 9.27986 1.64878 2.5904 3.84608 4.7872 6.43688 6.4356 2.7927 1.797 5.9636 2.9227 9.2644 3.289h.1778c.5409.0036 1.0626-.2 1.4581-.569.444-.406.6957-.9806.6935-1.5822v-3.1821c.0429-1.0763-.7171-2.0185-1.7782-2.2046z\" clip-rule=\"evenodd\"></path></svg>\n</button>", "css": "/* From Uiverse.io by andrew-demchenk0 - Tags: green, button, phone, circle, accept, accept call */\n.button {\n display: flex;\n justify-content: center;\n align-items: center;\n width: 60px;\n height: 60px;\n border-radius: 100%;\n border: none;\n background-color: #30C04F;\n}\n\n.button:hover {\n background-color: #2bac47;\n}", "file_path": "/mnt/persist/workspace/Buttons/andrew-demchenk0_smart-wasp-46.html" }, "uniapp": { "template": "<button class=\"button\"></button>\n <view xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" viewBox=\"0 0 32 32\" height=\"32\" fill=\"none\" class=\"svg-icon\"><path stroke-width=\"2\" stroke-linecap=\"round\" stroke=\"#fff\" fill-rule=\"evenodd\" d=\"m24.8868 19.1288c-1.0274-.1308-2.036-.3815-3.0052-.7467-.7878-.29-1.6724-.1034-2.276.48-.797.8075-2.0493.9936-2.9664.3258-1.4484-1.055-2.7233-2.3295-3.7783-3.7776-.6681-.9168-.4819-2.1691.3255-2.9659.5728-.6019.7584-1.4748.4802-2.2577-.3987-.98875-.6792-2.02109-.8358-3.07557-.2043-1.03534-1.1138-1.7807-2.1694-1.77778h-3.18289c-.60654-.00074-1.18614.25037-1.60035.69334-.40152.44503-.59539 1.03943-.53345 1.63555.344 3.31056 1.47164 6.49166 3.28961 9.27986 1.64878 2.5904 3.84608 4.7872 6.43688 6.4356 2.7927 1.797 5.9636 2.9227 9.2644 3.289h.1778c.5409.0036 1.0626-.2 1.4581-.569.444-.406.6957-.9806.6935-1.5822v-3.1821c.0429-1.0763-.7171-2.0185-1.7782-2.2046z\" clip-rule=\"evenodd\"></path></view>\n</button>", "script": "export default {\n name: 'GalaxySmartWasp46',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by andrew-demchenk0 - Tags: green, button, phone, circle, accept, accept call */\n.button {\n display: flex;\n justify-content: center;\n align-items: center;\n width: 120rpx;\n height: 120rpx;\n border-radius: 100%;\n border: none;\n background-color: #30C04F;\n}\n\n.button:hover {\n background-color: #2bac47;\n}\n", "component_name": "GalaxySmartWasp46" }, "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": 1257, "render_cost": "low", "memory_usage": "low" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:35.701Z", "updated_at": "2025-07-31T07:55:35.701Z" }