UNPKG

galaxy-uniapp-mcp-server

Version:

Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成

85 lines 3.63 kB
{ "id": "Mike11jr_fluffy-mule-69", "name": "fluffy-mule-69", "category": "loaders", "author": "Mike11jr", "description": "fluffy-mule-69 组件 (loader, animation)", "tags": [ "loader", "animation" ], "original": { "html": "<div class=\"spinner\">\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 Mike11jr - Tags: loader */\n.spinner {\n width: 60px;\n height: 60px;\n position: relative;\n}\n\n.spinner .dot {\n position: absolute;\n inset: 0;\n display: flex;\n justify-content: center;\n}\n\n.spinner .dot::after {\n content: \"\";\n width: 7px;\n height: 7px;\n border-radius: 50%;\n background-color: rgb(12, 180, 231);\n}\n\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n\n.spinner .dot {\n animation: spin 2s infinite;\n}\n\n.spinner .dot:nth-child(2) {\n animation-delay: 100ms;\n}\n\n.spinner .dot:nth-child(3) {\n animation-delay: 200ms;\n}\n\n.spinner .dot:nth-child(4) {\n animation-delay: 300ms;\n}\n\n.spinner .dot:nth-child(5) {\n animation-delay: 400ms;\n}", "file_path": "/mnt/persist/workspace/loaders/Mike11jr_fluffy-mule-69.html" }, "uniapp": { "template": "<view class=\"spinner\"></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: 'GalaxyFluffyMule69',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by Mike11jr - Tags: loader */\n.spinner {\n width: 120rpx;\n height: 120rpx;\n position: relative;\n}\n\n.spinner .dot {\n position: absolute;\n inset: 0;\n display: flex;\n justify-content: center;\n}\n\n.spinner .dot::after {\n content: \"\";\n width: 14rpx;\n height: 14rpx;\n border-radius: 50%;\n background-color: rgb(12, 180, 231);\n}\n\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n\n.spinner .dot {\n animation: spin 2s infinite;\n}\n\n.spinner .dot:nth-child(2) {\n animation-delay: 100ms;\n}\n\n.spinner .dot:nth-child(3) {\n animation-delay: 200ms;\n}\n\n.spinner .dot:nth-child(4) {\n animation-delay: 300ms;\n}\n\n.spinner .dot:nth-child(5) {\n animation-delay: 400ms;\n}\n", "component_name": "GalaxyFluffyMule69" }, "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": 817, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:39.682Z", "updated_at": "2025-07-31T07:55:39.682Z" }