galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
85 lines • 4.65 kB
JSON
{
"id": "mobinkakei_tall-robin-8",
"name": "tall-robin-8",
"category": "loaders",
"author": "mobinkakei",
"description": "tall-robin-8 组件 (loader, animation)",
"tags": [
"loader",
"animation"
],
"original": {
"html": "<div class=\"loader-1\">\n<div class=\"dot\"></div>\n<div class=\"dot\"></div>\n<div class=\"dot\"></div>\n<div class=\"dot\"></div>\n<div class=\"dot\"></div>\n<div class=\"dot\"></div>\n<div class=\"dot\"></div>\n<div class=\"dot\"></div>\n<div class=\"dot\"></div></div>",
"css": "/* From Uiverse.io by mobinkakei - Tags: loader */\n.loader-1 {\n width: 7em;\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n font-size: 13px;\n}\n\n.dot {\n width: 0.7em;\n height: 0.7em;\n border-radius: 50%;\n background-color: #a52a2a;\n margin: 0.4rem;\n opacity: 0.6;\n font-size: 15px;\n}\n\n.dot:nth-child(1) {\n animation: animateLoader1 1.5s infinite;\n}\n\n.dot:nth-child(2) {\n animation: animateLoader1 1.3s infinite;\n}\n\n.dot:nth-child(3) {\n animation: animateLoader1 1.7s infinite;\n}\n\n.dot:nth-child(4) {\n animation: animateLoader1 1.1s infinite;\n}\n\n.dot:nth-child(5) {\n animation: animateLoader1 0.9s infinite;\n}\n\n.dot:nth-child(6) {\n animation: animateLoader1 0.7s infinite;\n}\n\n.dot:nth-child(7) {\n animation: animateLoader1 0.5s infinite;\n}\n\n.dot:nth-child(8) {\n animation: animateLoader1 1.3s infinite;\n}\n\n.dot:nth-child(9) {\n animation: animateLoader1 1.5s infinite;\n}\n\n@keyframes animateLoader1 {\n 0% {\n transform: scale(1);\n }\n\n 50% {\n transform: scale(1.5);\n opacity: 1;\n }\n\n 100% {\n transform: scale(1);\n opacity: 0.6;\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/mobinkakei_tall-robin-8.html"
},
"uniapp": {
"template": "<view class=\"loader-1\"></view>\n<view class=\"dot\"></view>\n<view class=\"dot\"></view>\n<view class=\"dot\"></view>\n<view class=\"dot\"></view>\n<view class=\"dot\"></view>\n<view class=\"dot\"></view>\n<view class=\"dot\"></view>\n<view class=\"dot\"></view>\n<view class=\"dot\"></view></div>",
"script": "export default {\n name: 'GalaxyTallRobin8',\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-1 {\n width: 7em;\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n font-size: 26rpx;\n}\n\n.dot {\n width: 0.7em;\n height: 0.7em;\n border-radius: 50%;\n background-color: #a52a2a;\n margin: 0.4rem;\n opacity: 0.6;\n font-size: 30rpx;\n}\n\n.dot:nth-child(1) {\n animation: animateLoader1 1.5s infinite;\n}\n\n.dot:nth-child(2) {\n animation: animateLoader1 1.3s infinite;\n}\n\n.dot:nth-child(3) {\n animation: animateLoader1 1.7s infinite;\n}\n\n.dot:nth-child(4) {\n animation: animateLoader1 1.1s infinite;\n}\n\n.dot:nth-child(5) {\n animation: animateLoader1 0.9s infinite;\n}\n\n.dot:nth-child(6) {\n animation: animateLoader1 0.7s infinite;\n}\n\n.dot:nth-child(7) {\n animation: animateLoader1 0.5s infinite;\n}\n\n.dot:nth-child(8) {\n animation: animateLoader1 1.3s infinite;\n}\n\n.dot:nth-child(9) {\n animation: animateLoader1 1.5s infinite;\n}\n\n@keyframes animateLoader1 {\n 0% {\n transform: scale(1);\n }\n\n 50% {\n transform: scale(1.5);\n opacity: 1;\n }\n\n 100% {\n transform: scale(1);\n opacity: 0.6;\n }\n}\n\n",
"component_name": "GalaxyTallRobin8"
},
"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": 1293,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:42.372Z",
"updated_at": "2025-07-31T07:55:42.372Z"
}