galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
92 lines • 3.67 kB
JSON
{
"id": "TemRevil_rude-moth-53",
"name": "rude-moth-53",
"category": "loaders",
"author": "TemRevil",
"description": "rude-moth-53 组件 (simple, action, loading, loader, smooth, code, neon, game, animation)",
"tags": [
"simple",
"action",
"loading",
"loader",
"smooth",
"code",
"neon",
"game",
"animation"
],
"original": {
"html": "<div class=\"loading-box\">\n <div class=\"WH animation color\"></div>\n <div class=\"WH animation color\"></div>\n <div class=\"WH animation color\"></div>\n</div>",
"css": "/* From Uiverse.io by TemRevil - Tags: simple, action, loading, loader, smooth, code, neon, game */\n.loading-box {\n width: 150px;\n height: 150px;\n display: flex;\n justify-content: center;\n align-items: center;\n gap: 10px;\n}\n\n.WH {\n width: 20px;\n height: 70px;\n}\n.color {\n background-color: #ff5100;\n}\n.animation {\n animation: Loading 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);\n}\n\n@keyframes Loading {\n 0% {\n height: 0;\n }\n 25% {\n height: 70px;\n }\n 50% {\n height: 70px;\n transform: rotate(10deg);\n }\n 75% {\n height: 70px;\n transform: rotate(0deg);\n }\n 100% {\n height: 0;\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/TemRevil_rude-moth-53.html"
},
"uniapp": {
"template": "<view class=\"loading-box\"></view>\n <view class=\"WH animation color\"></view>\n <view class=\"WH animation color\"></view>\n <view class=\"WH animation color\"></view>\n</div>",
"script": "export default {\n name: 'GalaxyRudeMoth53',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by TemRevil - Tags: simple, action, loading, loader, smooth, code, neon, game */\n.loading-box {\n width: 300rpx;\n height: 300rpx;\n display: flex;\n justify-content: center;\n align-items: center;\n gap: 20rpx;\n}\n\n.WH {\n width: 40rpx;\n height: 140rpx;\n}\n.color {\n background-color: #ff5100;\n}\n.animation {\n animation: Loading 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);\n}\n\n@keyframes Loading {\n 0% {\n height: 0;\n }\n 25% {\n height: 140rpx;\n }\n 50% {\n height: 140rpx;\n transform: rotate(10deg);\n }\n 75% {\n height: 140rpx;\n transform: rotate(0deg);\n }\n 100% {\n height: 0;\n }\n}\n\n",
"component_name": "GalaxyRudeMoth53"
},
"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": 789,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:40.678Z",
"updated_at": "2025-07-31T07:55:40.678Z"
}