UNPKG

galaxy-uniapp-mcp-server

Version:

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

87 lines 3.86 kB
{ "id": "AHMED-MIT_dry-wolverine-85", "name": "dry-wolverine-85", "category": "loaders", "author": "AHMED-MIT", "description": "dry-wolverine-85 组件 (loader, accept, account, animation)", "tags": [ "loader", "accept", "account", "animation" ], "original": { "html": "<div class=\"spinner\">\n <div></div>\n <div></div>\n <div></div>\n <div></div>\n <div></div>\n</div>", "css": "/* From Uiverse.io by AHMED-MIT - Tags: loader, accept, account */\n.spinner {\n position: relative;\n width: 33.6px;\n height: 33.6px;\n perspective: 67.2px;\n}\n\n.spinner div {\n width: 100%;\n height: 100%;\n background: #474bff;\n position: absolute;\n left: 50%;\n transform-origin: left;\n animation: spinner-16s03x 2s infinite;\n}\n\n.spinner div:nth-child(1) {\n animation-delay: 0.15s;\n}\n\n.spinner div:nth-child(2) {\n animation-delay: 0.3s;\n}\n\n.spinner div:nth-child(3) {\n animation-delay: 0.45s;\n}\n\n.spinner div:nth-child(4) {\n animation-delay: 0.6s;\n}\n\n.spinner div:nth-child(5) {\n animation-delay: 0.75s;\n}\n\n@keyframes spinner-16s03x {\n 0% {\n transform: rotateY(0deg);\n }\n\n 50%, 80% {\n transform: rotateY(-180deg);\n }\n\n 90%, 100% {\n opacity: 0;\n transform: rotateY(-180deg);\n }\n}", "file_path": "/mnt/persist/workspace/loaders/AHMED-MIT_dry-wolverine-85.html" }, "uniapp": { "template": "<view class=\"spinner\"></view>\n <view></view>\n <view></view>\n <view></view>\n <view></view>\n <view></view>\n</div>", "script": "export default {\n name: 'GalaxyDryWolverine85',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by AHMED-MIT - Tags: loader, accept, account */\n.spinner {\n position: relative;\n width: 67.2rpx;\n height: 67.2rpx;\n perspective: 134.4rpx;\n}\n\n.spinner div {\n width: 100%;\n height: 100%;\n background: #474bff;\n position: absolute;\n left: 50%;\n transform-origin: left;\n animation: spinner-16s03x 2s infinite;\n}\n\n.spinner div:nth-child(1) {\n animation-delay: 0.15s;\n}\n\n.spinner div:nth-child(2) {\n animation-delay: 0.3s;\n}\n\n.spinner div:nth-child(3) {\n animation-delay: 0.45s;\n}\n\n.spinner div:nth-child(4) {\n animation-delay: 0.6s;\n}\n\n.spinner div:nth-child(5) {\n animation-delay: 0.75s;\n}\n\n@keyframes spinner-16s03x {\n 0% {\n transform: rotateY(0deg);\n }\n\n 50%, 80% {\n transform: rotateY(-180deg);\n }\n\n 90%, 100% {\n opacity: 0;\n transform: rotateY(-180deg);\n }\n}\n", "component_name": "GalaxyDryWolverine85" }, "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": 909, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:38.805Z", "updated_at": "2025-07-31T07:55:38.805Z" }