UNPKG

galaxy-uniapp-mcp-server

Version:

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

116 lines 6.21 kB
{ "id": "sahilxkhadka_pretty-snail-44", "name": "pretty-snail-44", "category": "buttons", "author": "sahilxkhadka", "description": "pretty-snail-44 组件 (button, shadow, keyboard, animation, gradient)", "tags": [ "button", "shadow", "keyboard", "animation", "gradient" ], "original": { "html": "<button class=\"button\">\n <div>\n <span>\n <i>W</i>\n </span>\n </div>\n <div>\n <span>\n <i>A</i>\n </span>\n </div>\n <div>\n <span>\n <i>S</i>\n </span>\n </div>\n <div>\n <span>\n <i>D</i>\n </span>\n </div>\n</button>", "css": "/* From Uiverse.io by sahilxkhadka - Tags: button, shadow, keyboard */\n.button {\n outline: none;\n border: none;\n display: flex;\n width: 400px;\n justify-content: center;\n flex-wrap: wrap;\n background-color: transparent;\n}\n.button div:first-child {\n width: 100%;\n display: flex;\n justify-content: center;\n}\n.button span {\n cursor: pointer;\n position: relative;\n height: 80px;\n width: 80px;\n padding: 8px 15px;\n margin: 8px 4px;\n display: inline-block;\n border-radius: 10px;\n background: linear-gradient(180deg, #282828, #202020);\n box-shadow: inset -8px 0 8px rgba(0, 0, 0, 0.15),\n inset 0 -8px 8px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(0, 0, 0, 0.75),\n 10px 20px 25px rgba(0, 0, 0, 0.4);\n overflow: hidden;\n}\n.button span::before {\n content: \"\";\n position: absolute;\n top: 3px;\n left: 4px;\n bottom: 14px;\n right: 12px;\n background: linear-gradient(90deg, #232323, #4a4a4a);\n border-radius: 10px;\n box-shadow: -10px -10px 10px rgba(255, 255, 255, 0.25),\n 10px 5px 10px rgba(0, 0, 0, 0.15);\n border-left: 1px solid #0004;\n border-bottom: 1px solid #0004;\n border-top: 1px solid #0009;\n}\n.button span i {\n font-family: \"Montserrat\", sans-serif;\n position: relative;\n font-style: normal;\n font-size: 1.5rem;\n text-transform: uppercase;\n color: white;\n}", "file_path": "/mnt/persist/workspace/Buttons/sahilxkhadka_pretty-snail-44.html" }, "uniapp": { "template": "<button class=\"button\"></button>\n <view></view>\n <text></text>\n <i>W</i>\n </span>\n </div>\n <view></view>\n <text></text>\n <i>A</i>\n </span>\n </div>\n <view></view>\n <text></text>\n <i>S</i>\n </span>\n </div>\n <view></view>\n <text></text>\n <i>D</i>\n </span>\n </div>\n</button>", "script": "export default {\n name: 'GalaxyPrettySnail44',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by sahilxkhadka - Tags: button, shadow, keyboard */\n.button {\n outline: none;\n border: none;\n display: flex;\n width: 800rpx;\n justify-content: center;\n flex-wrap: wrap;\n background-color: transparent;\n}\n.button div:first-child {\n width: 100%;\n display: flex;\n justify-content: center;\n}\n.button span {\n /* #ifdef H5 */\n cursor: pointer;\n /* #endif */\n position: relative;\n height: 160rpx;\n width: 160rpx;\n padding: 16rpx 30rpx;\n margin: 16rpx 8rpx;\n display: inline-block;\n border-radius: 20rpx;\n background: linear-gradient(180deg, #282828, #202020);\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: inset -16rpx 0 16rpx rgba(0, 0, 0, 0.15),\n inset 0 -16rpx 16rpx rgba(0, 0, 0, 0.25), 0 0 0 4rpx rgba(0, 0, 0, 0.75),\n 20rpx 40rpx 50rpx rgba(0, 0, 0, 0.4);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n overflow: hidden;\n}\n.button span::before {\n content: \"\";\n position: absolute;\n top: 6rpx;\n left: 8rpx;\n bottom: 28rpx;\n right: 24rpx;\n background: linear-gradient(90deg, #232323, #4a4a4a);\n border-radius: 20rpx;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: -20rpx -20rpx 20rpx rgba(255, 255, 255, 0.25),\n 20rpx 10rpx 20rpx rgba(0, 0, 0, 0.15);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n border-left: 2rpx solid #0004;\n border-bottom: 2rpx solid #0004;\n border-top: 2rpx solid #0009;\n}\n.button span i {\n font-family: \"Montserrat\", sans-serif;\n position: relative;\n font-style: normal;\n font-size: 1.5rem;\n text-transform: uppercase;\n color: white;\n}\n\n", "component_name": "GalaxyPrettySnail44" }, "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": "medium", "bundle_size": 1557, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:37.713Z", "updated_at": "2025-07-31T07:55:37.713Z" }