galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
92 lines • 6.38 kB
JSON
{
"id": "TemRevil_green-lion-91",
"name": "green-lion-91",
"category": "loaders",
"author": "TemRevil",
"description": "green-lion-91 组件 (simple, blue, loading, loader, game, circle loader, effect loader, loading animation, animation)",
"tags": [
"simple",
"blue",
"loading",
"loader",
"game",
"circle loader",
"effect loader",
"loading animation",
"animation"
],
"original": {
"html": "<div class=\"loading\">\n <div class=\"loading-box\">\n <div class=\"WH color l1\"></div>\n <div class=\"ball color\"></div>\n <div class=\"WH color l2\"></div>\n </div>\n</div>",
"css": "/* From Uiverse.io by TemRevil - Tags: simple, blue, loading, loader, game, circle loader, effect loader, loading animation */\nloading {\n width: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.loading-box {\n width: 250px;\n height: 100px;\n display: flex;\n justify-content: space-around;\n align-items: center;\n position: relative;\n}\n\n.color {\n background-color: #3395ff;\n}\n.WH {\n width: 10px;\n height: 70px;\n position: absolute;\n}\n\n.l1 {\n left: 0;\n animation: l1 4s infinite linear;\n}\n.l2 {\n right: 0;\n animation: l2 4s infinite linear;\n}\n.ball {\n width: 15px;\n height: 15px;\n border-radius: 50%;\n position: absolute;\n animation: ball 4s infinite linear;\n}\n\n@keyframes l1 {\n 0% {\n top: 0%;\n }\n 10% {\n top: -20%;\n }\n 20% {\n top: 0%;\n }\n 30% {\n top: 40%;\n }\n 40% {\n top: 0%;\n }\n 50% {\n top: 30%;\n }\n 60% {\n top: 40%;\n }\n 70% {\n top: 60%;\n }\n 80% {\n top: -10%;\n }\n 90% {\n top: 10%;\n }\n 100% {\n top: 0%;\n }\n}\n@keyframes l2 {\n 0% {\n bottom: 0%;\n }\n 10% {\n bottom: -20%;\n }\n 20% {\n bottom: 40%;\n }\n 30% {\n bottom: 60%;\n }\n 40% {\n bottom: 20%;\n }\n 50% {\n bottom: 30%;\n }\n 60% {\n bottom: 40%;\n }\n 70% {\n bottom: 60%;\n }\n 80% {\n bottom: -10%;\n }\n 90% {\n bottom: 10%;\n }\n 100% {\n bottom: 0%;\n }\n}\n@keyframes ball {\n 0% {\n top: 80%;\n left: 96%;\n }\n 10% {\n top: 10%;\n left: 3%;\n }\n 20% {\n top: 10%;\n left: 90%;\n }\n 30% {\n top: 60%;\n left: 3%;\n }\n 40% {\n top: 10%;\n left: 90%;\n }\n 50% {\n top: 50%;\n left: 3%;\n }\n 60% {\n top: 10%;\n left: 90%;\n }\n 70% {\n top: 93%;\n left: 3%;\n }\n 80% {\n top: 83%;\n left: 90%;\n }\n 90% {\n top: 10%;\n left: 3%;\n }\n 100% {\n top: 80%;\n left: 90%;\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/TemRevil_green-lion-91.html"
},
"uniapp": {
"template": "<view class=\"loading\"></view>\n <view class=\"loading-box\"></view>\n <view class=\"WH color l1\"></view>\n <view class=\"ball color\"></view>\n <view class=\"WH color l2\"></view>\n </div>\n</div>",
"script": "export default {\n name: 'GalaxyGreenLion91',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by TemRevil - Tags: simple, blue, loading, loader, game, circle loader, effect loader, loading animation */\nloading {\n width: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.loading-box {\n width: 500rpx;\n height: 200rpx;\n display: flex;\n justify-content: space-around;\n align-items: center;\n position: relative;\n}\n\n.color {\n background-color: #3395ff;\n}\n.WH {\n width: 20rpx;\n height: 140rpx;\n position: absolute;\n}\n\n.l1 {\n left: 0;\n animation: l1 4s infinite linear;\n}\n.l2 {\n right: 0;\n animation: l2 4s infinite linear;\n}\n.ball {\n width: 30rpx;\n height: 30rpx;\n border-radius: 50%;\n position: absolute;\n animation: ball 4s infinite linear;\n}\n\n@keyframes l1 {\n 0% {\n top: 0%;\n }\n 10% {\n top: -20%;\n }\n 20% {\n top: 0%;\n }\n 30% {\n top: 40%;\n }\n 40% {\n top: 0%;\n }\n 50% {\n top: 30%;\n }\n 60% {\n top: 40%;\n }\n 70% {\n top: 60%;\n }\n 80% {\n top: -10%;\n }\n 90% {\n top: 10%;\n }\n 100% {\n top: 0%;\n }\n}\n@keyframes l2 {\n 0% {\n bottom: 0%;\n }\n 10% {\n bottom: -20%;\n }\n 20% {\n bottom: 40%;\n }\n 30% {\n bottom: 60%;\n }\n 40% {\n bottom: 20%;\n }\n 50% {\n bottom: 30%;\n }\n 60% {\n bottom: 40%;\n }\n 70% {\n bottom: 60%;\n }\n 80% {\n bottom: -10%;\n }\n 90% {\n bottom: 10%;\n }\n 100% {\n bottom: 0%;\n }\n}\n@keyframes ball {\n 0% {\n top: 80%;\n left: 96%;\n }\n 10% {\n top: 10%;\n left: 3%;\n }\n 20% {\n top: 10%;\n left: 90%;\n }\n 30% {\n top: 60%;\n left: 3%;\n }\n 40% {\n top: 10%;\n left: 90%;\n }\n 50% {\n top: 50%;\n left: 3%;\n }\n 60% {\n top: 10%;\n left: 90%;\n }\n 70% {\n top: 93%;\n left: 3%;\n }\n 80% {\n top: 83%;\n left: 90%;\n }\n 90% {\n top: 10%;\n left: 3%;\n }\n 100% {\n top: 80%;\n left: 90%;\n }\n}\n\n",
"component_name": "GalaxyGreenLion91"
},
"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": "high",
"bundle_size": 1991,
"render_cost": "high",
"memory_usage": "high"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:40.659Z",
"updated_at": "2025-07-31T07:55:40.659Z"
}