galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
85 lines • 4.3 kB
JSON
{
"id": "felipesntr_odd-wasp-90",
"name": "odd-wasp-90",
"category": "loaders",
"author": "felipesntr",
"description": "odd-wasp-90 组件 (loader, animation)",
"tags": [
"loader",
"animation"
],
"original": {
"html": "<div class=\"loader\">\n<div class=\"in\"></div>\n<div class=\"out-1\"></div>\n<div class=\"out-2\"></div>\n<div class=\"out-3\"></div>\n</div>",
"css": "/* From Uiverse.io by felipesntr - Tags: loader */\n.loader {\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n\n.out-1 {\n position: absolute;\n width: 4em;\n height: 4em;\n border-radius: 100%;\n border: 0.2em solid transparent;\n border-top-color: rgb(43, 226, 83);\n animation: rec 2s infinite;\n transition: all ease-in-out 0.3s;\n}\n\n.out-2 {\n position: absolute;\n width: 4em;\n height: 4em;\n border-radius: 100%;\n border: 0.2em solid transparent;\n border-left-color: rgb(226, 223, 43);\n animation: rec 2s infinite;\n transition: all ease-in-out 0.3s;\n}\n\n.out-3 {\n position: absolute;\n width: 4em;\n height: 4em;\n border-radius: 100%;\n border: 0.2em solid transparent;\n border-bottom-color: rgb(51, 105, 252);\n animation: rec 2s infinite;\n transition: all ease-in-out 0.3s;\n}\n\n.in {\n position: absolute;\n border-radius: 100%;\n border: 0.2em solid rgba(43, 226, 83, 0.11);\n width: 4em;\n height: 4em;\n transition: all ease-in-out 0.3s;\n}\n\n@keyframes rec {\n 0% {\n transform: rotate(360deg);\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/felipesntr_odd-wasp-90.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>\n<view class=\"in\"></view>\n<view class=\"out-1\"></view>\n<view class=\"out-2\"></view>\n<view class=\"out-3\"></view>\n</div>",
"script": "export default {\n name: 'GalaxyOddWasp90',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by felipesntr - Tags: loader */\n.loader {\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n\n.out-1 {\n position: absolute;\n width: 4em;\n height: 4em;\n border-radius: 100%;\n border: 0.2em solid transparent;\n border-top-color: rgb(43, 226, 83);\n animation: rec 2s infinite;\n transition: all ease-in-out 0.3s;\n}\n\n.out-2 {\n position: absolute;\n width: 4em;\n height: 4em;\n border-radius: 100%;\n border: 0.2em solid transparent;\n border-left-color: rgb(226, 223, 43);\n animation: rec 2s infinite;\n transition: all ease-in-out 0.3s;\n}\n\n.out-3 {\n position: absolute;\n width: 4em;\n height: 4em;\n border-radius: 100%;\n border: 0.2em solid transparent;\n border-bottom-color: rgb(51, 105, 252);\n animation: rec 2s infinite;\n transition: all ease-in-out 0.3s;\n}\n\n.in {\n position: absolute;\n border-radius: 100%;\n border: 0.2em solid rgba(43, 226, 83, 0.11);\n width: 4em;\n height: 4em;\n transition: all ease-in-out 0.3s;\n}\n\n@keyframes rec {\n 0% {\n transform: rotate(360deg);\n }\n}\n",
"component_name": "GalaxyOddWasp90"
},
"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": 1154,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:42.073Z",
"updated_at": "2025-07-31T07:55:42.073Z"
}