UNPKG

galaxy-uniapp-mcp-server

Version:

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

85 lines 4.25 kB
{ "id": "csemszepp_nice-octopus-57", "name": "nice-octopus-57", "category": "loaders", "author": "csemszepp", "description": "nice-octopus-57 组件 (, animation)", "tags": [ "", "animation" ], "original": { "html": "<div class=\"loader\">\n <span>L</span>\n <span>O</span>\n <span>A</span>\n <span>D</span>\n <span>I</span>\n <span>N</span>\n <span>G</span>\n </div>", "css": "/* From Uiverse.io by csemszepp - Source: https://codepen.io/SandipDust/pen/LYPOGLQ - Tags: */\n.loader {\n -webkit-perspective: 700px;\n perspective: 700px;\n background: red;\n padding: 10px 20px;\n}\n\n.loader>span {\n font-size: 60px;\n font-family: \"franklin gothic medium\",sans-serif;\n display: inline-block;\n animation: flip 2.6s infinite linear;\n transform-origin: 0 70%;\n transform-style: preserve-3d;\n -webkit-transform-style: preserve-3d;\n}\n\n@keyframes flip {\n 35% {\n transform: rotatex(360deg);\n }\n\n 100% {\n transform: rotatex(360deg);\n }\n}\n\n.loader>span:nth-child(even) {\n color: white;\n}\n\n.loader>span:nth-child(2) {\n animation-delay: 0.3s;\n}\n\n.loader>span:nth-child(3) {\n animation-delay: 0.6s;\n}\n\n.loader>span:nth-child(4) {\n animation-delay: 0.9s;\n}\n\n.loader>span:nth-child(5) {\n animation-delay: 1.2s;\n}\n\n.loader>span:nth-child(6) {\n animation-delay: 1.5s\n}\n\n.loader>span:nth-child(7) {\n animation-delay: 1.8s\n}", "file_path": "/mnt/persist/workspace/loaders/csemszepp_nice-octopus-57.html" }, "uniapp": { "template": "<view class=\"loader\"></view>\n <text>L</text>\n <text>O</text>\n <text>A</text>\n <text>D</text>\n <text>I</text>\n <text>N</text>\n <text>G</text>\n </div>", "script": "export default {\n name: 'GalaxyNiceOctopus57',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by csemszepp - Source: https://codepen.io/SandipDust/pen/LYPOGLQ - Tags: */\n.loader {\n -webkit-perspective: 1400rpx;\n perspective: 1400rpx;\n background: red;\n padding: 20rpx 40rpx;\n}\n\n.loader>span {\n font-size: 120rpx;\n font-family: \"franklin gothic medium\",sans-serif;\n display: inline-block;\n animation: flip 2.6s infinite linear;\n transform-origin: 0 70%;\n transform-style: preserve-3d;\n -webkit-transform-style: preserve-3d;\n}\n\n@keyframes flip {\n 35% {\n transform: rotatex(360deg);\n }\n\n 100% {\n transform: rotatex(360deg);\n }\n}\n\n.loader>span:nth-child(even) {\n color: white;\n}\n\n.loader>span:nth-child(2) {\n animation-delay: 0.3s;\n}\n\n.loader>span:nth-child(3) {\n animation-delay: 0.6s;\n}\n\n.loader>span:nth-child(4) {\n animation-delay: 0.9s;\n}\n\n.loader>span:nth-child(5) {\n animation-delay: 1.2s;\n}\n\n.loader>span:nth-child(6) {\n animation-delay: 1.5s\n}\n\n.loader>span:nth-child(7) {\n animation-delay: 1.8s\n}\n", "component_name": "GalaxyNiceOctopus57" }, "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": 1130, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:41.165Z", "updated_at": "2025-07-31T07:55:41.165Z" }