UNPKG

galaxy-uniapp-mcp-server

Version:

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

85 lines 3.73 kB
{ "id": "Satwinder04_new-mayfly-72", "name": "new-mayfly-72", "category": "loaders", "author": "Satwinder04", "description": "new-mayfly-72 组件 (loader, animation)", "tags": [ "loader", "animation" ], "original": { "html": "<div class=\"loader3\">\n <div class=\"circle1\"></div>\n <div class=\"circle1\"></div>\n <div class=\"circle1\"></div>\n <div class=\"circle1\"></div>\n <div class=\"circle1\"></div>\n</div>", "css": "/* From Uiverse.io by Satwinder04 - Tags: loader */\n.loader3 {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.circle1 {\n width: 20px;\n height: 20px;\n border-radius: 50%;\n margin: 0 10px;\n background-color: #333;\n animation: circle1 1s ease-in-out infinite;\n}\n\n.circle1:nth-child(2) {\n animation-delay: 0.2s;\n}\n\n.circle1:nth-child(3) {\n animation-delay: 0.4s;\n}\n\n.circle1:nth-child(4) {\n animation-delay: 0.6s;\n}\n\n.circle1:nth-child(5) {\n animation-delay: 0.8s;\n}\n\n@keyframes circle1 {\n 0% {\n transform: scale(1);\n opacity: 1;\n }\n\n 50% {\n transform: scale(1.5);\n opacity: 0.5;\n }\n\n 100% {\n transform: scale(1);\n opacity: 1;\n }\n}", "file_path": "/mnt/persist/workspace/loaders/Satwinder04_new-mayfly-72.html" }, "uniapp": { "template": "<view class=\"loader3\"></view>\n <view class=\"circle1\"></view>\n <view class=\"circle1\"></view>\n <view class=\"circle1\"></view>\n <view class=\"circle1\"></view>\n <view class=\"circle1\"></view>\n</div>", "script": "export default {\n name: 'GalaxyNewMayfly72',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by Satwinder04 - Tags: loader */\n.loader3 {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.circle1 {\n width: 40rpx;\n height: 40rpx;\n border-radius: 50%;\n margin: 0 20rpx;\n background-color: #333;\n animation: circle1 1s ease-in-out infinite;\n}\n\n.circle1:nth-child(2) {\n animation-delay: 0.2s;\n}\n\n.circle1:nth-child(3) {\n animation-delay: 0.4s;\n}\n\n.circle1:nth-child(4) {\n animation-delay: 0.6s;\n}\n\n.circle1:nth-child(5) {\n animation-delay: 0.8s;\n}\n\n@keyframes circle1 {\n 0% {\n transform: scale(1);\n opacity: 1;\n }\n\n 50% {\n transform: scale(1.5);\n opacity: 0.5;\n }\n\n 100% {\n transform: scale(1);\n opacity: 1;\n }\n}\n\n", "component_name": "GalaxyNewMayfly72" }, "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": "是否禁用" } ], "events": [], "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": 869, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:40.243Z", "updated_at": "2025-07-31T07:55:40.243Z" }