galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
85 lines • 4.95 kB
JSON
{
"id": "mobinkakei_bright-wolverine-29",
"name": "bright-wolverine-29",
"category": "loaders",
"author": "mobinkakei",
"description": "bright-wolverine-29 组件 (loader, animation)",
"tags": [
"loader",
"animation"
],
"original": {
"html": "<div class=\"loader-3\">\n <div class=\"circle\"></div>\n <div class=\"circle\"></div>\n <div class=\"circle\"></div>\n <div class=\"circle\"></div>\n <div class=\"circle\"></div>\n</div>",
"css": "/* From Uiverse.io by mobinkakei - Tags: loader */\n.loader-3 {\n width: 10em;\n display: flex;\n justify-content: space-evenly;\n}\n\n.circle {\n width: 1em;\n height: 1em;\n border-radius: 50%;\n position: relative;\n}\n\n.circle:nth-child(1) {\n background-color: #90be6d;\n}\n\n.circle:nth-child(2) {\n background-color: #f9c74f;\n}\n\n.circle:nth-child(3) {\n background-color: #f8961e;\n}\n\n.circle:nth-child(4) {\n background-color: #f3722c;\n}\n\n.circle:nth-child(5) {\n background-color: #f94346;\n}\n\n.circle::before {\n content: \"\";\n width: 100%;\n height: 100%;\n position: absolute;\n border-radius: 50%;\n opacity: 0.5;\n animation: animateLoader38 2s ease-out infinite;\n}\n\n.circle:nth-child(1)::before {\n background-color: #90be6d;\n}\n\n.circle:nth-child(2)::before {\n background-color: #f9c74f;\n animation-delay: 0.2s;\n}\n\n.circle:nth-child(3)::before {\n background-color: #f8961e;\n animation-delay: 0.4s;\n}\n\n.circle:nth-child(4)::before {\n background-color: #f3722c;\n animation-delay: 0.6s;\n}\n\n.circle:nth-child(5)::before {\n background-color: #f94346;\n animation-delay: 0.8s;\n}\n\n@keyframes animateLoader38 {\n 0% {\n transform: scale(1);\n }\n\n 50%,\n 75% {\n transform: scale(2.5);\n }\n\n 80%,\n 100% {\n opacity: 0;\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/mobinkakei_bright-wolverine-29.html"
},
"uniapp": {
"template": "<view class=\"loader-3\"></view>\n <view class=\"circle\"></view>\n <view class=\"circle\"></view>\n <view class=\"circle\"></view>\n <view class=\"circle\"></view>\n <view class=\"circle\"></view>\n</div>",
"script": "export default {\n name: 'GalaxyBrightWolverine29',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by mobinkakei - Tags: loader */\n.loader-3 {\n width: 10em;\n display: flex;\n justify-content: space-evenly;\n}\n\n.circle {\n width: 1em;\n height: 1em;\n border-radius: 50%;\n position: relative;\n}\n\n.circle:nth-child(1) {\n background-color: #90be6d;\n}\n\n.circle:nth-child(2) {\n background-color: #f9c74f;\n}\n\n.circle:nth-child(3) {\n background-color: #f8961e;\n}\n\n.circle:nth-child(4) {\n background-color: #f3722c;\n}\n\n.circle:nth-child(5) {\n background-color: #f94346;\n}\n\n.circle::before {\n content: \"\";\n width: 100%;\n height: 100%;\n position: absolute;\n border-radius: 50%;\n opacity: 0.5;\n animation: animateLoader38 2s ease-out infinite;\n}\n\n.circle:nth-child(1)::before {\n background-color: #90be6d;\n}\n\n.circle:nth-child(2)::before {\n background-color: #f9c74f;\n animation-delay: 0.2s;\n}\n\n.circle:nth-child(3)::before {\n background-color: #f8961e;\n animation-delay: 0.4s;\n}\n\n.circle:nth-child(4)::before {\n background-color: #f3722c;\n animation-delay: 0.6s;\n}\n\n.circle:nth-child(5)::before {\n background-color: #f94346;\n animation-delay: 0.8s;\n}\n\n@keyframes animateLoader38 {\n 0% {\n transform: scale(1);\n }\n\n 50%,\n 75% {\n transform: scale(2.5);\n }\n\n 80%,\n 100% {\n opacity: 0;\n }\n}\n",
"component_name": "GalaxyBrightWolverine29"
},
"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": 1423,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:42.331Z",
"updated_at": "2025-07-31T07:55:42.331Z"
}