galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
85 lines • 3.69 kB
JSON
{
"id": "coding-masala_smooth-hound-73",
"name": "smooth-hound-73",
"category": "loaders",
"author": "coding-masala",
"description": "smooth-hound-73 组件 (loader, animation)",
"tags": [
"loader",
"animation"
],
"original": {
"html": "<div class=\"loader\">\n <div class=\"box\"></div>\n <div class=\"box\"></div>\n <div class=\"box\"></div>\n <div class=\"box\"></div>\n</div>",
"css": "/* From Uiverse.io by coding-masala - Tags: loader */\n.loader {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100px;\n}\n\n.box {\n width: 20px;\n height: 20px;\n margin: 0 8px;\n border-radius: 50%;\n animation: jump_4123 1s ease-in-out infinite;\n}\n\n.box:nth-child(1) {\n background-color: #4e4e4e;\n animation-delay: 0.2s;\n}\n\n.box:nth-child(2) {\n background-color: #bdbdbd;\n animation-delay: 0.4s;\n}\n\n.box:nth-child(3) {\n background-color: #4e4e4e;\n animation-delay: 0.6s;\n}\n\n.box:nth-child(4) {\n background-color: #bdbdbd;\n animation-delay: 0.8s;\n}\n\n@keyframes jump_4123 {\n 0%, 100% {\n transform: translateY(0);\n }\n\n 50% {\n transform: translateY(-30px);\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/coding-masala_smooth-hound-73.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>\n <view class=\"box\"></view>\n <view class=\"box\"></view>\n <view class=\"box\"></view>\n <view class=\"box\"></view>\n</div>",
"script": "export default {\n name: 'GalaxySmoothHound73',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by coding-masala - Tags: loader */\n.loader {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 200rpx;\n}\n\n.box {\n width: 40rpx;\n height: 40rpx;\n margin: 0 16rpx;\n border-radius: 50%;\n animation: jump_4123 1s ease-in-out infinite;\n}\n\n.box:nth-child(1) {\n background-color: #4e4e4e;\n animation-delay: 0.2s;\n}\n\n.box:nth-child(2) {\n background-color: #bdbdbd;\n animation-delay: 0.4s;\n}\n\n.box:nth-child(3) {\n background-color: #4e4e4e;\n animation-delay: 0.6s;\n}\n\n.box:nth-child(4) {\n background-color: #bdbdbd;\n animation-delay: 0.8s;\n}\n\n@keyframes jump_4123 {\n 0%, 100% {\n transform: translateY(0);\n }\n\n 50% {\n transform: translateY(-60rpx);\n }\n}\n\n",
"component_name": "GalaxySmoothHound73"
},
"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": 842,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:41.123Z",
"updated_at": "2025-07-31T07:55:41.123Z"
}