UNPKG

galaxy-uniapp-mcp-server

Version:

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

113 lines 3.45 kB
{ "id": "mrtqzbek11_ancient-octopus-81", "name": "ancient-octopus-81", "category": "buttons", "author": "mrtqzbek11", "description": "ancient-octopus-81 组件 (button, interactive)", "tags": [ "button", "interactive" ], "original": { "html": "<button class=\"arc-btn-retro\">\n Submit\n</button>", "css": "/* From Uiverse.io by mrtqzbek11 - Tags: button */\nbutton {\n width: 136px;\n height: 46px;\n background-color: #19fb9b;\n border: 1px solid black;\n border-radius: 6px;\n cursor: pointer;\n font-size: 17px;\n transition: .4s;\n}\n\nbutton:hover {\n box-shadow: 5px 6px 0px rgb(0, 0, 0);\n}\n\n\n/*Check it out in light theme :) <3 */", "file_path": "/mnt/persist/workspace/Buttons/mrtqzbek11_ancient-octopus-81.html" }, "uniapp": { "template": "<button class=\"arc-btn-retro\"></button>\n Submit\n</button>", "script": "export default {\n name: 'GalaxyAncientOctopus81',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by mrtqzbek11 - Tags: button */\nbutton {\n width: 272rpx;\n height: 92rpx;\n background-color: #19fb9b;\n border: 2rpx solid black;\n border-radius: 12rpx;\n /* #ifdef H5 */\n cursor: pointer;\n /* #endif */\n font-size: 34rpx;\n transition: .4s;\n}\n\nbutton:hover {\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 10rpx 12rpx 0rpx rgb(0, 0, 0);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n\n/*Check it out in light theme :) <3 */\n", "component_name": "GalaxyAncientOctopus81" }, "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 属性", "不支持 cursor 属性" ], "alternatives": [] }, "mp-alipay": { "supported": true, "issues": [ "不支持 box-shadow 属性", "不支持 cursor 属性" ], "alternatives": [] }, "app-plus": { "supported": true, "issues": [], "alternatives": [] } }, "performance": { "complexity": "low", "bundle_size": 380, "render_cost": "low", "memory_usage": "low" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:37.400Z", "updated_at": "2025-07-31T07:55:37.400Z" }