UNPKG

galaxy-uniapp-mcp-server

Version:

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

85 lines 4.93 kB
{ "id": "Satwinder04_swift-donkey-38", "name": "swift-donkey-38", "category": "loaders", "author": "Satwinder04", "description": "swift-donkey-38 组件 (loader, animation)", "tags": [ "loader", "animation" ], "original": { "html": "<div class=\"loader3\">\n <div class=\"bars bar1\"></div>\n <div class=\"bars bar2\"></div>\n <div class=\"bars bar3\"></div>\n <div class=\"bars bar4\"></div>\n <div class=\"bars bar5\"></div>\n <div class=\"bars bar6\"></div>\n <div class=\"bars bar7\"></div>\n <div class=\"bars bar8\"></div>\n <div class=\"bars bar9\"></div>\n <div class=\"bars bar10\"></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.bars {\n width: 10px;\n height: 20px;\n margin: 0 2px;\n border-radius: 4px;\n animation: loader3 3s ease-in-out infinite;\n}\n\n.bar1 {\n background-color: #4285F4;\n animation-delay: -0.8s;\n}\n\n.bar2 {\n background-color: #4285F4;\n animation-delay: -0.7s;\n}\n\n.bar3 {\n background-color: #4285F4;\n animation-delay: -0.6s;\n}\n\n.bar4 {\n background-color: #4285F4;\n animation-delay: -0.5s;\n}\n\n.bar5 {\n background-color: #4285F4;\n animation-delay: -0.4s;\n}\n\n.bar6 {\n background-color: #4285F4;\n animation-delay: -0.3s;\n}\n\n.bar7 {\n background-color: #4285F4;\n animation-delay: -0.2s;\n}\n\n.bar8 {\n background-color: #4285F4;\n animation-delay: -0.1s;\n}\n\n.bar9 {\n background-color: #4285F4;\n animation-delay: 0s;\n}\n\n.bar10 {\n background-color: #4285F4;\n animation-delay: 0.1s;\n}\n\n@keyframes loader3 {\n 0% {\n transform: scale(1);\n }\n\n 20% {\n transform: scale(1, 2.32);\n }\n\n 40% {\n transform: scale(1);\n }\n}", "file_path": "/mnt/persist/workspace/loaders/Satwinder04_swift-donkey-38.html" }, "uniapp": { "template": "<view class=\"loader3\"></view>\n <view class=\"bars bar1\"></view>\n <view class=\"bars bar2\"></view>\n <view class=\"bars bar3\"></view>\n <view class=\"bars bar4\"></view>\n <view class=\"bars bar5\"></view>\n <view class=\"bars bar6\"></view>\n <view class=\"bars bar7\"></view>\n <view class=\"bars bar8\"></view>\n <view class=\"bars bar9\"></view>\n <view class=\"bars bar10\"></view>\n</div>", "script": "export default {\n name: 'GalaxySwiftDonkey38',\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.bars {\n width: 20rpx;\n height: 40rpx;\n margin: 0 4rpx;\n border-radius: 8rpx;\n animation: loader3 3s ease-in-out infinite;\n}\n\n.bar1 {\n background-color: #4285F4;\n animation-delay: -0.8s;\n}\n\n.bar2 {\n background-color: #4285F4;\n animation-delay: -0.7s;\n}\n\n.bar3 {\n background-color: #4285F4;\n animation-delay: -0.6s;\n}\n\n.bar4 {\n background-color: #4285F4;\n animation-delay: -0.5s;\n}\n\n.bar5 {\n background-color: #4285F4;\n animation-delay: -0.4s;\n}\n\n.bar6 {\n background-color: #4285F4;\n animation-delay: -0.3s;\n}\n\n.bar7 {\n background-color: #4285F4;\n animation-delay: -0.2s;\n}\n\n.bar8 {\n background-color: #4285F4;\n animation-delay: -0.1s;\n}\n\n.bar9 {\n background-color: #4285F4;\n animation-delay: 0s;\n}\n\n.bar10 {\n background-color: #4285F4;\n animation-delay: 0.1s;\n}\n\n@keyframes loader3 {\n 0% {\n transform: scale(1);\n }\n\n 20% {\n transform: scale(1, 2.32);\n }\n\n 40% {\n transform: scale(1);\n }\n}\n", "component_name": "GalaxySwiftDonkey38" }, "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": 1411, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:40.246Z", "updated_at": "2025-07-31T07:55:40.246Z" }