galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
85 lines • 4.16 kB
JSON
{
"id": "satyamchaudharydev_ugly-bulldog-75",
"name": "ugly-bulldog-75",
"category": "loaders",
"author": "satyamchaudharydev",
"description": "ugly-bulldog-75 组件 (loader, animation)",
"tags": [
"loader",
"animation"
],
"original": {
"html": "<div class=\"loading\">\n <span></span>\n <span></span>\n <span></span>\n <span></span>\n <span></span>\n</div>",
"css": "/* From Uiverse.io by satyamchaudharydev - Tags: loader */\n.loading {\n --speed-of-animation: 0.9s;\n --gap: 6px;\n --first-color: #4c86f9;\n --second-color: #49a84c;\n --third-color: #f6bb02;\n --fourth-color: #f6bb02;\n --fifth-color: #2196f3;\n display: flex;\n justify-content: center;\n align-items: center;\n width: 100px;\n gap: 6px;\n height: 100px;\n}\n\n.loading span {\n width: 4px;\n height: 50px;\n background: var(--first-color);\n animation: scale var(--speed-of-animation) ease-in-out infinite;\n}\n\n.loading span:nth-child(2) {\n background: var(--second-color);\n animation-delay: -0.8s;\n}\n\n.loading span:nth-child(3) {\n background: var(--third-color);\n animation-delay: -0.7s;\n}\n\n.loading span:nth-child(4) {\n background: var(--fourth-color);\n animation-delay: -0.6s;\n}\n\n.loading span:nth-child(5) {\n background: var(--fifth-color);\n animation-delay: -0.5s;\n}\n\n@keyframes scale {\n 0%, 40%, 100% {\n transform: scaleY(0.05);\n }\n\n 20% {\n transform: scaleY(1);\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/satyamchaudharydev_ugly-bulldog-75.html"
},
"uniapp": {
"template": "<view class=\"loading\"></view>\n <text></text>\n <text></text>\n <text></text>\n <text></text>\n <text></text>\n</div>",
"script": "export default {\n name: 'GalaxyUglyBulldog75',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by satyamchaudharydev - Tags: loader */\n.loading {\n --speed-of-animation: 0.9s;\n --gap: 12rpx;\n --first-color: #4c86f9;\n --second-color: #49a84c;\n --third-color: #f6bb02;\n --fourth-color: #f6bb02;\n --fifth-color: #2196f3;\n display: flex;\n justify-content: center;\n align-items: center;\n width: 200rpx;\n gap: 12rpx;\n height: 200rpx;\n}\n\n.loading span {\n width: 8rpx;\n height: 100rpx;\n background: var(--first-color);\n animation: scale var(--speed-of-animation) ease-in-out infinite;\n}\n\n.loading span:nth-child(2) {\n background: var(--second-color);\n animation-delay: -0.8s;\n}\n\n.loading span:nth-child(3) {\n background: var(--third-color);\n animation-delay: -0.7s;\n}\n\n.loading span:nth-child(4) {\n background: var(--fourth-color);\n animation-delay: -0.6s;\n}\n\n.loading span:nth-child(5) {\n background: var(--fifth-color);\n animation-delay: -0.5s;\n}\n\n@keyframes scale {\n 0%, 40%, 100% {\n transform: scaleY(0.05);\n }\n\n 20% {\n transform: scaleY(1);\n }\n}\n",
"component_name": "GalaxyUglyBulldog75"
},
"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": 1070,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:42.627Z",
"updated_at": "2025-07-31T07:55:42.627Z"
}