UNPKG

galaxy-uniapp-mcp-server

Version:

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

108 lines 4.07 kB
{ "id": "SuliLevente_hard-sloth-56", "name": "hard-sloth-56", "category": "buttons", "author": "SuliLevente", "description": "hard-sloth-56 组件 (button, animation, interactive)", "tags": [ "button", "animation", "interactive" ], "original": { "html": "<button>Button</button>", "css": "/* From Uiverse.io by SuliLevente - Tags: button */\nbutton {\n background-color: #040810;\n color: #C7C7C7;\n padding: 15px;\n text-transform: uppercase;\n font-weight: bold;\n font-size: 17px;\n overflow: hidden;\n position: relative;\n border: 3px double #2D6FBB;\n z-index: 1;\n}\n\nbutton::before {\n content: \"\";\n background-color: #2D6FBB;\n transform: translateX(-100%);\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n left: 0;\n transition: all 0.3s;\n z-index: -1;\n}\n\nbutton:hover::before {\n transform: translateX(0);\n}\n\nbutton::after {\n content: \"\";\n background-color: #2D6FBB;\n transform: translateX(100%);\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n left: 0;\n transition: all 0.3s;\n z-index: -1;\n}\n\nbutton:hover::after {\n transform: translateX(0);\n}", "file_path": "/mnt/persist/workspace/Buttons/SuliLevente_hard-sloth-56.html" }, "uniapp": { "template": "<button></button>Button</button>", "script": "export default {\n name: 'GalaxyHardSloth56',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by SuliLevente - Tags: button */\nbutton {\n background-color: #040810;\n color: #C7C7C7;\n padding: 30rpx;\n text-transform: uppercase;\n font-weight: bold;\n font-size: 34rpx;\n overflow: hidden;\n position: relative;\n border: 6rpx double #2D6FBB;\n z-index: 1;\n}\n\nbutton::before {\n content: \"\";\n background-color: #2D6FBB;\n transform: translateX(-100%);\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n left: 0;\n transition: all 0.3s;\n z-index: -1;\n}\n\nbutton:hover::before {\n transform: translateX(0);\n}\n\nbutton::after {\n content: \"\";\n background-color: #2D6FBB;\n transform: translateX(100%);\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n left: 0;\n transition: all 0.3s;\n z-index: -1;\n}\n\nbutton:hover::after {\n transform: translateX(0);\n}\n", "component_name": "GalaxyHardSloth56" }, "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": 831, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:34.956Z", "updated_at": "2025-07-31T07:55:34.956Z" }