galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
86 lines • 3.64 kB
JSON
{
"id": "Codecite_witty-falcon-85",
"name": "witty-falcon-85",
"category": "loaders",
"author": "Codecite",
"description": "witty-falcon-85 组件 (animation, loading, loader)",
"tags": [
"animation",
"loading",
"loader"
],
"original": {
"html": "<div class=\"ld-ripple\">\n <div></div>\n <div></div>\n</div>",
"css": "/* From Uiverse.io by Codecite - Tags: animation, loading, loader */\n.ld-ripple {\n position: relative;\n width: 80px;\n height: 80px;\n}\n\n.ld-ripple div {\n position: absolute;\n border: 4px solid #fff;\n opacity: 1;\n border-radius: 50%;\n animation: ld-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;\n}\n\n.ld-ripple div:nth-child(2) {\n animation-delay: -0.5s;\n}\n\n@keyframes ld-ripple {\n 0% {\n top: 36px;\n left: 36px;\n width: 0;\n height: 0;\n opacity: 0;\n }\n\n 4.9% {\n top: 36px;\n left: 36px;\n width: 0;\n height: 0;\n opacity: 0;\n }\n\n 5% {\n top: 36px;\n left: 36px;\n width: 0;\n height: 0;\n opacity: 1;\n }\n\n 100% {\n top: 0px;\n left: 0px;\n width: 72px;\n height: 72px;\n opacity: 0;\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/Codecite_witty-falcon-85.html"
},
"uniapp": {
"template": "<view class=\"ld-ripple\"></view>\n <view></view>\n <view></view>\n</div>",
"script": "export default {\n name: 'GalaxyWittyFalcon85',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by Codecite - Tags: animation, loading, loader */\n.ld-ripple {\n position: relative;\n width: 160rpx;\n height: 160rpx;\n}\n\n.ld-ripple div {\n position: absolute;\n border: 8rpx solid #fff;\n opacity: 1;\n border-radius: 50%;\n animation: ld-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;\n}\n\n.ld-ripple div:nth-child(2) {\n animation-delay: -0.5s;\n}\n\n@keyframes ld-ripple {\n 0% {\n top: 72rpx;\n left: 72rpx;\n width: 0;\n height: 0;\n opacity: 0;\n }\n\n 4.9% {\n top: 72rpx;\n left: 72rpx;\n width: 0;\n height: 0;\n opacity: 0;\n }\n\n 5% {\n top: 72rpx;\n left: 72rpx;\n width: 0;\n height: 0;\n opacity: 1;\n }\n\n 100% {\n top: 0rpx;\n left: 0rpx;\n width: 144rpx;\n height: 144rpx;\n opacity: 0;\n }\n}\n",
"component_name": "GalaxyWittyFalcon85"
},
"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": 811,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:39.097Z",
"updated_at": "2025-07-31T07:55:39.097Z"
}