galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
85 lines • 7.69 kB
JSON
{
"id": "zombie223_stale-badger-47",
"name": "stale-badger-47",
"category": "loaders",
"author": "zombie223",
"description": "stale-badger-47 组件 (loader, animation)",
"tags": [
"loader",
"animation"
],
"original": {
"html": "<div class=\"container\">\n <div class=\"lds-spinner\">\n <div></div>\n <div></div>\n <div></div>\n <div></div>\n <div></div>\n <div></div>\n <div></div>\n <div></div>\n <div></div>\n <div></div>\n <div></div>\n <div></div>\n </div>\n</div>",
"css": "/* From Uiverse.io by zombie223 - Tags: loader */\n.lds-spinner {\n height: 250px;\n width: 250px;\n display: flex;\n justify-content: center;\n align-items: center;\n padding-right: 50px;\n padding-bottom: 20px;\n}\n\n.lds-spinner div {\n transform-origin: 30px 20px;\n}\n\n.lds-spinner div:after {\n content: \" \";\n display: block;\n position: absolute;\n top: 2px;\n left: 37px;\n width: 6px;\n height: 19px;\n border-radius: 20%;\n animation: color 1.2s ease-in-out infinite;\n}\n\n.lds-spinner div:nth-child(1) {\n transform: rotate(0deg);\n animation-delay: -1.1s;\n}\n\n.lds-spinner div:nth-child(2) {\n transform: rotate(30deg);\n animation-delay: -1s;\n}\n\n.lds-spinner div:nth-child(3) {\n transform: rotate(60deg);\n animation-delay: -0.9s;\n}\n\n.lds-spinner div:nth-child(4) {\n transform: rotate(90deg);\n animation-delay: -0.8s;\n}\n\n.lds-spinner div:nth-child(5) {\n transform: rotate(120deg);\n animation-delay: -0.7s;\n}\n\n.lds-spinner div:nth-child(6) {\n transform: rotate(150deg);\n animation-delay: -0.6s;\n}\n\n.lds-spinner div:nth-child(7) {\n transform: rotate(180deg);\n animation-delay: -0.5s;\n}\n\n.lds-spinner div:nth-child(8) {\n transform: rotate(210deg);\n animation-delay: -0.4s;\n}\n\n.lds-spinner div:nth-child(9) {\n transform: rotate(240deg);\n animation-delay: -0.3s;\n}\n\n.lds-spinner div:nth-child(10) {\n transform: rotate(270deg);\n animation-delay: -0.2s;\n}\n\n.lds-spinner div:nth-child(11) {\n transform: rotate(300deg);\n animation-delay: -0.1s;\n}\n\n.lds-spinner div:nth-child(12) {\n transform: rotate(330deg);\n animation-delay: 0s;\n}\n\n.lds-spinner div:nth-child(12)::after {\n animation-delay: 0s;\n}\n\n.lds-spinner div:nth-child(1)::after {\n animation-delay: -1.1s;\n}\n\n.lds-spinner div:nth-child(2)::after {\n animation-delay: -1s;\n}\n\n.lds-spinner div:nth-child(3)::after {\n animation-delay: -0.9s;\n}\n\n.lds-spinner div:nth-child(4)::after {\n animation-delay: -0.8s;\n}\n\n.lds-spinner div:nth-child(5)::after {\n animation-delay: -0.7s;\n}\n\n.lds-spinner div:nth-child(6)::after {\n animation-delay: -0.6s;\n}\n\n.lds-spinner div:nth-child(7)::after {\n animation-delay: -0.5s;\n}\n\n.lds-spinner div:nth-child(8)::after {\n animation-delay: -0.4s;\n}\n\n.lds-spinner div:nth-child(9)::after {\n animation-delay: -0.3s;\n}\n\n.lds-spinner div:nth-child(10)::after {\n animation-delay: -0.2s;\n}\n\n.lds-spinner div:nth-child(11)::after {\n animation-delay: -0.1s;\n}\n\n@keyframes color {\n 0% {\n background-color: darkcyan;\n }\n\n 100% {\n background-color: white;\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/zombie223_stale-badger-47.html"
},
"uniapp": {
"template": "<view class=\"container\"></view>\n <view class=\"lds-spinner\"></view>\n <view></view>\n <view></view>\n <view></view>\n <view></view>\n <view></view>\n <view></view>\n <view></view>\n <view></view>\n <view></view>\n <view></view>\n <view></view>\n <view></view>\n </div>\n</div>",
"script": "export default {\n name: 'GalaxyStaleBadger47',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by zombie223 - Tags: loader */\n.lds-spinner {\n height: 500rpx;\n width: 500rpx;\n display: flex;\n justify-content: center;\n align-items: center;\n padding-right: 100rpx;\n padding-bottom: 40rpx;\n}\n\n.lds-spinner div {\n transform-origin: 60rpx 40rpx;\n}\n\n.lds-spinner div:after {\n content: \" \";\n display: block;\n position: absolute;\n top: 4rpx;\n left: 74rpx;\n width: 12rpx;\n height: 38rpx;\n border-radius: 20%;\n animation: color 1.2s ease-in-out infinite;\n}\n\n.lds-spinner div:nth-child(1) {\n transform: rotate(0deg);\n animation-delay: -1.1s;\n}\n\n.lds-spinner div:nth-child(2) {\n transform: rotate(30deg);\n animation-delay: -1s;\n}\n\n.lds-spinner div:nth-child(3) {\n transform: rotate(60deg);\n animation-delay: -0.9s;\n}\n\n.lds-spinner div:nth-child(4) {\n transform: rotate(90deg);\n animation-delay: -0.8s;\n}\n\n.lds-spinner div:nth-child(5) {\n transform: rotate(120deg);\n animation-delay: -0.7s;\n}\n\n.lds-spinner div:nth-child(6) {\n transform: rotate(150deg);\n animation-delay: -0.6s;\n}\n\n.lds-spinner div:nth-child(7) {\n transform: rotate(180deg);\n animation-delay: -0.5s;\n}\n\n.lds-spinner div:nth-child(8) {\n transform: rotate(210deg);\n animation-delay: -0.4s;\n}\n\n.lds-spinner div:nth-child(9) {\n transform: rotate(240deg);\n animation-delay: -0.3s;\n}\n\n.lds-spinner div:nth-child(10) {\n transform: rotate(270deg);\n animation-delay: -0.2s;\n}\n\n.lds-spinner div:nth-child(11) {\n transform: rotate(300deg);\n animation-delay: -0.1s;\n}\n\n.lds-spinner div:nth-child(12) {\n transform: rotate(330deg);\n animation-delay: 0s;\n}\n\n.lds-spinner div:nth-child(12)::after {\n animation-delay: 0s;\n}\n\n.lds-spinner div:nth-child(1)::after {\n animation-delay: -1.1s;\n}\n\n.lds-spinner div:nth-child(2)::after {\n animation-delay: -1s;\n}\n\n.lds-spinner div:nth-child(3)::after {\n animation-delay: -0.9s;\n}\n\n.lds-spinner div:nth-child(4)::after {\n animation-delay: -0.8s;\n}\n\n.lds-spinner div:nth-child(5)::after {\n animation-delay: -0.7s;\n}\n\n.lds-spinner div:nth-child(6)::after {\n animation-delay: -0.6s;\n}\n\n.lds-spinner div:nth-child(7)::after {\n animation-delay: -0.5s;\n}\n\n.lds-spinner div:nth-child(8)::after {\n animation-delay: -0.4s;\n}\n\n.lds-spinner div:nth-child(9)::after {\n animation-delay: -0.3s;\n}\n\n.lds-spinner div:nth-child(10)::after {\n animation-delay: -0.2s;\n}\n\n.lds-spinner div:nth-child(11)::after {\n animation-delay: -0.1s;\n}\n\n@keyframes color {\n 0% {\n background-color: darkcyan;\n }\n\n 100% {\n background-color: white;\n }\n}\n",
"component_name": "GalaxyStaleBadger47"
},
"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": 2732,
"render_cost": "high",
"memory_usage": "high"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:42.906Z",
"updated_at": "2025-07-31T07:55:42.906Z"
}