UNPKG

galaxy-uniapp-mcp-server

Version:

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

89 lines 4.32 kB
{ "id": "Nadabasuony_cowardly-lionfish-57", "name": "cowardly-lionfish-57", "category": "loaders", "author": "Nadabasuony", "description": "cowardly-lionfish-57 组件 (loader, animation)", "tags": [ "loader", "animation" ], "original": { "html": "<div class=\"loader\">\n <div class=\"l\"></div>\n <div class=\"l\"></div>\n <div class=\"l\"></div>\n <div class=\"l\"></div>\n <div class=\"l\"></div>\n <div class=\"l\"></div>\n <div class=\"l\"></div>\n <div class=\"l\"></div>\n <div class=\"l\"></div>\n</div>", "css": "/* From Uiverse.io by Nadabasuony - Tags: loader */\n.loader {\n display: flex;\n}\n\n.l,.l:nth-child(9) {\n margin: 0.15em;\n border-radius: 5em;\n width: 0.4em;\n background-color: #f12711;\n height: 3em;\n box-shadow: 1px 1px 4px black;\n animation: load_5186 cubic-bezier(.41,.44,.72,.69) 2s infinite;\n}\n\n.l:nth-child(2), \n.l:nth-child(8) {\n background-color: #f24e13;\n animation-delay: .25s;\n}\n\n.l:nth-child(3), \n.l:nth-child(7) {\n background-color: #f36915;\n animation-delay: .5s;\n}\n\n.l:nth-child(4), \n.l:nth-child(6) {\n background-color: #f48c17;\n animation-delay: .75s;\n}\n\n.l:nth-child(5) {\n background-color: #f5af19;\n animation-delay: 1s;\n}\n\n@keyframes load_5186 {\n 0% {\n transform: scaleY(1);\n }\n\n 100% {\n transform: scaleY(-1);\n }\n}", "file_path": "/mnt/persist/workspace/loaders/Nadabasuony_cowardly-lionfish-57.html" }, "uniapp": { "template": "<view class=\"loader\"></view>\n <view class=\"l\"></view>\n <view class=\"l\"></view>\n <view class=\"l\"></view>\n <view class=\"l\"></view>\n <view class=\"l\"></view>\n <view class=\"l\"></view>\n <view class=\"l\"></view>\n <view class=\"l\"></view>\n <view class=\"l\"></view>\n</div>", "script": "export default {\n name: 'GalaxyCowardlyLionfish57',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by Nadabasuony - Tags: loader */\n.loader {\n display: flex;\n}\n\n.l,.l:nth-child(9) {\n margin: 0.15em;\n border-radius: 5em;\n width: 0.4em;\n background-color: #f12711;\n height: 3em;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 2rpx 2rpx 8rpx black;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n animation: load_5186 cubic-bezier(.41,.44,.72,.69) 2s infinite;\n}\n\n.l:nth-child(2), \n.l:nth-child(8) {\n background-color: #f24e13;\n animation-delay: .25s;\n}\n\n.l:nth-child(3), \n.l:nth-child(7) {\n background-color: #f36915;\n animation-delay: .5s;\n}\n\n.l:nth-child(4), \n.l:nth-child(6) {\n background-color: #f48c17;\n animation-delay: .75s;\n}\n\n.l:nth-child(5) {\n background-color: #f5af19;\n animation-delay: 1s;\n}\n\n@keyframes load_5186 {\n 0% {\n transform: scaleY(1);\n }\n\n 100% {\n transform: scaleY(-1);\n }\n}\n", "component_name": "GalaxyCowardlyLionfish57" }, "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": [ "不支持 box-shadow 属性" ], "alternatives": [] }, "mp-alipay": { "supported": true, "issues": [ "不支持 box-shadow 属性" ], "alternatives": [] }, "app-plus": { "supported": true, "issues": [], "alternatives": [] } }, "performance": { "complexity": "medium", "bundle_size": 1005, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:39.721Z", "updated_at": "2025-07-31T07:55:39.721Z" }