UNPKG

galaxy-uniapp-mcp-server

Version:

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

125 lines 6.3 kB
{ "id": "htwarriors108_spicy-bird-33", "name": "spicy-bird-33", "category": "buttons", "author": "htwarriors108", "description": "spicy-bird-33 组件 (glassmorphism, facebook, button, hover, share, social media, clean, links, hover effect, buttons, animation, interactive)", "tags": [ "glassmorphism", "facebook", "button", "hover", "share", "social media", "clean", "links", "hover effect", "buttons", "animation", "interactive" ], "original": { "html": "<button>\n <a href=\"#\">\n <svg viewBox=\"0 0 16 16\" fill=\"currentColor\" id=\"facebook\">\n <path d=\"M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z\"></path>\n </svg>\n </a>\n </button>", "css": "/* From Uiverse.io by htwarriors108 - Tags: glassmorphism, facebook, button, hover, share, social media, clean, links, hover effect, buttons */\nbutton {\n position: relative;\n border: none;\n margin: 10px;\n background-color: transparent;\n}\n\nbutton a {\n width: 80px;\n height: 80px;\n border-radius: 15px;\n display: flex;\n justify-content: center;\n align-items: center;\n border: 1px solid rgba(255, 255, 255, 0.5);\n border-right: 1px solid rgba(255, 255, 255, 0.2);\n border-bottom: 1px solid rgba(255, 255, 255, 0.2);\n box-shadow: 0 5px 45px rgba(0, 0, 0, 0.3);\n backdrop-filter: blur(2px);\n transition: 0.5s;\n overflow: hidden;\n background-color: rgba(255, 255, 255, 0.1);\n}\n\nbutton a:hover {\n transform: translateY(-20px);\n}\n\nbutton a::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 50px;\n height: 100%;\n background-color: rgba(255, 255, 255, 0.5);\n transform: skewX(45deg) translateX(150px);\n transition: 0.5s ease;\n}\n\nbutton a:hover::before {\n transform: skewX(45deg) translateX(-150px);\n}\n\nbutton a svg {\n width: 3em;\n}\n\n#facebook {\n color: rgba(10, 128, 236, 0.7);\n}", "file_path": "/mnt/persist/workspace/Buttons/htwarriors108_spicy-bird-33.html" }, "uniapp": { "template": "<button></button>\n <navigator href=\"#\"></navigator>\n <view viewBox=\"0 0 16 16\" fill=\"currentColor\" id=\"facebook\"></view>\n <path d=\"M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z\"></path>\n </svg>\n </a>\n </button>", "script": "export default {\n name: 'GalaxySpicyBird33',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by htwarriors108 - Tags: glassmorphism, facebook, button, hover, share, social media, clean, links, hover effect, buttons */\nbutton {\n position: relative;\n border: none;\n margin: 20rpx;\n background-color: transparent;\n}\n\nbutton a {\n width: 160rpx;\n height: 160rpx;\n border-radius: 30rpx;\n display: flex;\n justify-content: center;\n align-items: center;\n border: 2rpx solid rgba(255, 255, 255, 0.5);\n border-right: 2rpx solid rgba(255, 255, 255, 0.2);\n border-bottom: 2rpx solid rgba(255, 255, 255, 0.2);\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0 10rpx 90rpx rgba(0, 0, 0, 0.3);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n backdrop-\n transition: 0.5s;\n overflow: hidden;\n background-color: rgba(255, 255, 255, 0.1);\n}\n\nbutton a:hover {\n transform: translateY(-40rpx);\n}\n\nbutton a::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100rpx;\n height: 100%;\n background-color: rgba(255, 255, 255, 0.5);\n transform: skewX(45deg) translateX(300rpx);\n transition: 0.5s ease;\n}\n\nbutton a:hover::before {\n transform: skewX(45deg) translateX(-300rpx);\n}\n\nbutton a svg {\n width: 3em;\n}\n\n#facebook {\n color: rgba(10, 128, 236, 0.7);\n}\n", "component_name": "GalaxySpicyBird33" }, "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 属性", "不支持 filter 属性", "不支持 backdrop-filter 属性" ], "alternatives": [] }, "mp-alipay": { "supported": true, "issues": [ "不支持 box-shadow 属性", "不支持 filter 属性", "不支持 backdrop-filter 属性" ], "alternatives": [] }, "app-plus": { "supported": true, "issues": [], "alternatives": [] } }, "performance": { "complexity": "medium", "bundle_size": 1599, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:36.951Z", "updated_at": "2025-07-31T07:55:36.951Z" }