UNPKG

galaxy-uniapp-mcp-server

Version:

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

89 lines 4.34 kB
{ "id": "forgingdestiny_brave-fireant-72", "name": "brave-fireant-72", "category": "loaders", "author": "forgingdestiny", "description": "brave-fireant-72 组件 (simple, minimalist, loader, wave, css effect, animation)", "tags": [ "simple", "minimalist", "loader", "wave", "css effect", "animation" ], "original": { "html": "<div class=\"loader\">\n <div class=\"circle\" tabindex=\"0\"></div>\n <div class=\"circle\" tabindex=\"0\"></div>\n <div class=\"circle\" tabindex=\"0\"></div>\n <div class=\"circle\" tabindex=\"0\"></div>\n <div class=\"circle\" tabindex=\"0\"></div>\n</div>", "css": "/* From Uiverse.io by forgingdestiny - Tags: simple, minimalist, loader, wave, css effect */\n/* Container for the loader */\n.loader {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 10em;\n}\n\n/* Circle elements */\n.circle {\n width: 1em;\n height: 1em;\n margin: 0 0.25em;\n border-radius: 50%;\n background-color: #a8d5e2;\n animation: wave 1.5s infinite ease-in-out;\n transition: background-color 0.3s ease;\n}\n\n/* Animation */\n@keyframes wave {\n 0%, 100% {\n transform: translateY(0);\n }\n\n 50% {\n transform: translateY(-1em);\n }\n}\n\n/* Delay for each circle */\n.circle:nth-child(1) {\n animation-delay: 0s;\n}\n\n.circle:nth-child(2) {\n animation-delay: 0.2s;\n}\n\n.circle:nth-child(3) {\n animation-delay: 0.4s;\n}\n\n.circle:nth-child(4) {\n animation-delay: 0.6s;\n}\n\n.circle:nth-child(5) {\n animation-delay: 0.8s;\n}", "file_path": "/mnt/persist/workspace/loaders/forgingdestiny_brave-fireant-72.html" }, "uniapp": { "template": "<view class=\"loader\"></view>\n <view class=\"circle\" tabindex=\"0\"></view>\n <view class=\"circle\" tabindex=\"0\"></view>\n <view class=\"circle\" tabindex=\"0\"></view>\n <view class=\"circle\" tabindex=\"0\"></view>\n <view class=\"circle\" tabindex=\"0\"></view>\n</div>", "script": "export default {\n name: 'GalaxyBraveFireant72',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by forgingdestiny - Tags: simple, minimalist, loader, wave, css effect */\n/* Container for the loader */\n.loader {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 10em;\n}\n\n/* Circle elements */\n.circle {\n width: 1em;\n height: 1em;\n margin: 0 0.25em;\n border-radius: 50%;\n background-color: #a8d5e2;\n animation: wave 1.5s infinite ease-in-out;\n transition: background-color 0.3s ease;\n}\n\n/* Animation */\n@keyframes wave {\n 0%, 100% {\n transform: translateY(0);\n }\n\n 50% {\n transform: translateY(-1em);\n }\n}\n\n/* Delay for each circle */\n.circle:nth-child(1) {\n animation-delay: 0s;\n}\n\n.circle:nth-child(2) {\n animation-delay: 0.2s;\n}\n\n.circle:nth-child(3) {\n animation-delay: 0.4s;\n}\n\n.circle:nth-child(4) {\n animation-delay: 0.6s;\n}\n\n.circle:nth-child(5) {\n animation-delay: 0.8s;\n}\n \n", "component_name": "GalaxyBraveFireant72" }, "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": 1095, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:42.077Z", "updated_at": "2025-07-31T07:55:42.077Z" }