galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
85 lines • 3.28 kB
JSON
{
"id": "aryamitra06_silent-lion-21",
"name": "silent-lion-21",
"category": "loaders",
"author": "aryamitra06",
"description": "silent-lion-21 组件 (loader, animation)",
"tags": [
"loader",
"animation"
],
"original": {
"html": "<div class=\"loader\">\n <span class=\"bar\"></span>\n <span class=\"bar\"></span>\n <span class=\"bar\"></span>\n</div>",
"css": "/* From Uiverse.io by aryamitra06 - Tags: loader */\n.loader {\n display: flex;\n align-items: center;\n}\n\n.bar {\n display: inline-block;\n width: 3px;\n height: 20px;\n background-color: rgba(255, 255, 255, .5);\n border-radius: 10px;\n animation: scale-up4 1s linear infinite;\n}\n\n.bar:nth-child(2) {\n height: 35px;\n margin: 0 5px;\n animation-delay: .25s;\n}\n\n.bar:nth-child(3) {\n animation-delay: .5s;\n}\n\n@keyframes scale-up4 {\n 20% {\n background-color: #ffff;\n transform: scaleY(1.5);\n }\n\n 40% {\n transform: scaleY(1);\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/aryamitra06_silent-lion-21.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>\n <text class=\"bar\"></text>\n <text class=\"bar\"></text>\n <text class=\"bar\"></text>\n</div>",
"script": "export default {\n name: 'GalaxySilentLion21',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by aryamitra06 - Tags: loader */\n.loader {\n display: flex;\n align-items: center;\n}\n\n.bar {\n display: inline-block;\n width: 6rpx;\n height: 40rpx;\n background-color: rgba(255, 255, 255, .5);\n border-radius: 20rpx;\n animation: scale-up4 1s linear infinite;\n}\n\n.bar:nth-child(2) {\n height: 70rpx;\n margin: 0 10rpx;\n animation-delay: .25s;\n}\n\n.bar:nth-child(3) {\n animation-delay: .5s;\n}\n\n@keyframes scale-up4 {\n 20% {\n background-color: #ffff;\n transform: scaleY(1.5);\n }\n\n 40% {\n transform: scaleY(1);\n }\n}\n",
"component_name": "GalaxySilentLion21"
},
"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": 662,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:40.974Z",
"updated_at": "2025-07-31T07:55:40.974Z"
}