UNPKG

galaxy-uniapp-mcp-server

Version:

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

90 lines 2.91 kB
{ "id": "omar-alghaish_wicked-seahorse-54", "name": "wicked-seahorse-54", "category": "loaders", "author": "omar-alghaish", "description": "wicked-seahorse-54 组件 (loader, animation, gradient)", "tags": [ "loader", "animation", "gradient" ], "original": { "html": "<div class=\"loader\">loading...</div>", "css": "/* From Uiverse.io by omar-alghaish - Tags: loader */\n@keyframes animate8345 {\n 0%,100% {\n filter: hue-rotate(0deg);\n }\n\n 50% {\n filter: hue-rotate(360deg);\n }\n}\n\n.loader {\n color: rgb(0, 0, 0);\n background: linear-gradient(to right, #2d60ec, #3ccfda);\n font-size: 30px;\n -webkit-text-fill-color: transparent;\n -webkit-background-clip: text;\n animation: animate8345 9s linear infinite;\n font-weight: bold;\n}", "file_path": "/mnt/persist/workspace/loaders/omar-alghaish_wicked-seahorse-54.html" }, "uniapp": { "template": "<view class=\"loader\">loading...</view>", "script": "export default {\n name: 'GalaxyWickedSeahorse54',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by omar-alghaish - Tags: loader */\n@keyframes animate8345 {\n 0%,100% {\n \n }\n\n 50% {\n \n }\n}\n\n.loader {\n color: rgb(0, 0, 0);\n background: linear-gradient(to right, #2d60ec, #3ccfda);\n font-size: 60rpx;\n -webkit-text-fill-color: transparent;\n -webkit-background-clip: text;\n animation: animate8345 9s linear infinite;\n font-weight: bold;\n}\n", "component_name": "GalaxyWickedSeahorse54" }, "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": [ "不支持 filter 属性" ], "alternatives": [] }, "mp-alipay": { "supported": true, "issues": [ "不支持 filter 属性" ], "alternatives": [] }, "app-plus": { "supported": true, "issues": [], "alternatives": [] } }, "performance": { "complexity": "medium", "bundle_size": 464, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:42.500Z", "updated_at": "2025-07-31T07:55:42.500Z" }