galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
87 lines • 9.02 kB
JSON
{
"id": "RafaM-dev_rude-panther-60",
"name": "rude-panther-60",
"category": "loaders",
"author": "RafaM-dev",
"description": "rude-panther-60 组件 (loader, mxb, house, animation)",
"tags": [
"loader",
"mxb",
"house",
"animation"
],
"original": {
"html": "<section class=\"loader\">\n <div>\n <div>\n <span class=\"one h6\"></span>\n <span class=\"two h3\"></span>\n </div>\n </div>\n\n <div>\n <div>\n <span class=\"one h1\"></span>\n </div>\n </div>\n\n <div>\n <div>\n <span class=\"two h2\"></span>\n </div>\n </div>\n <div>\n <div>\n <span class=\"one h4\"></span>\n </div>\n </div>\n </section>",
"css": "/* From Uiverse.io by RafaM-dev - Source: Jaydip Prajapati - https://uiverse.io/JaydipPrajapati1910/stale-pug-89 - Tags: loader, mxb, house */\n.loader {\n display: flex;\n justify-content: center;\n align-items: center;\n /* Add these properties to position the loader properly */\n position: relative;\n width: 90px;\n height: 103px;\n /* Adjust the height to accommodate the \"h4\" span */\n}\n\n.loader div {\n position: absolute;\n width: 50px;\n height: 31px;\n}\n\n.rot {\n transform: rotate(150deg);\n}\n\n.rot2 {\n transform: rotate(20deg);\n}\n\n.loader div:nth-of-type(2) {\n transform: rotate(60deg);\n}\n\n.loader div:nth-of-type(3) {\n transform: rotate(-60deg);\n}\n\n.loader div div {\n width: 100%;\n height: 100%;\n position: relative;\n}\n\n.loader div div span {\n position: absolute;\n width: 4px;\n height: 0%;\n background: #053146;\n z-index: 999999;\n}\n\n.h1 {\n left: 0;\n animation: load1 3.2s ease infinite;\n}\n\n.h2 {\n right: 0;\n animation: load2 3.2s ease 0.4s infinite;\n}\n\n.h3 {\n right: 0;\n animation: load3 3.2s ease 0.8s infinite;\n}\n\n.h4 {\n top: 10px;\n left: 23px;\n animation: load4 3.2s ease 1s infinite;\n transform: rotate(90deg);\n}\n\n.h5 {\n bottom: 0;\n animation: load5 3.2s ease 1.2s infinite;\n}\n\n.h6 {\n left: 0;\n animation: load6 3.2s ease 1.3s infinite;\n}\n\n@keyframes load1 {\n 0% {\n bottom: 0;\n height: 0;\n }\n\n 6.944444444% {\n bottom: 0;\n height: 100%;\n }\n\n 50% {\n top: 0;\n height: 100%;\n }\n\n 59.944444433% {\n top: 0;\n height: 0;\n }\n /* 91.6666667%{top:0;height:0%;} */\n}\n\n@keyframes load2 {\n 0% {\n top: 0;\n height: 0;\n }\n\n 6.944444444% {\n top: 0;\n height: 100%;\n }\n\n 50% {\n bottom: 0;\n height: 100%;\n }\n\n 59.944444433% {\n bottom: 0;\n height: 0;\n }\n /* 91.6666667%{bottom:0;height:0%} */\n}\n\n@keyframes load3 {\n 0% {\n top: 0;\n height: 0;\n }\n\n 6.944444444% {\n top: 0;\n height: 100%;\n }\n\n 50% {\n bottom: 0;\n height: 100%;\n }\n\n 59.94444443% {\n bottom: 0;\n height: 0;\n }\n /* 91.6666667%{bottom:0;height:0%;} */\n}\n\n@keyframes load4 {\n 0% {\n top: 37px;\n left: 23px;\n height: 134%;\n }\n\n 6.944444444% {\n top: 10px;\n height: 134%;\n }\n\n 50% {\n bottom: 10px;\n height: 134%;\n }\n\n 59.94444443% {\n bottom: 0;\n height: 0;\n }\n /* 91.6666667%{bottom:0;height:0%;} */\n}\n\n@keyframes load5 {\n 0% {\n bottom: 0;\n height: 0;\n }\n\n 6.944444444% {\n bottom: 0;\n height: 100%;\n }\n\n 50% {\n top: 0;\n height: 100%;\n }\n\n 59.94444443% {\n top: 0;\n height: 0;\n }\n /* 91.6666667%{top:0;height:0%;} */\n}\n\n@keyframes load6 {\n 0% {\n bottom: 0;\n height: 0;\n }\n\n 6.944444444% {\n bottom: 0;\n height: 100%;\n }\n\n 50% {\n top: 0;\n height: 100%;\n }\n\n 59.94444443% {\n top: 0;\n height: 0;\n }\n /* 91.6666667%{top:0;height:0%;} */\n}",
"file_path": "/mnt/persist/workspace/loaders/RafaM-dev_rude-panther-60.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>\n <view></view>\n <view></view>\n <text class=\"one h6\"></text>\n <text class=\"two h3\"></text>\n </div>\n </div>\n\n <view></view>\n <view></view>\n <text class=\"one h1\"></text>\n </div>\n </div>\n\n <view></view>\n <view></view>\n <text class=\"two h2\"></text>\n </div>\n </div>\n <view></view>\n <view></view>\n <text class=\"one h4\"></text>\n </div>\n </div>\n </section>",
"script": "export default {\n name: 'GalaxyRudePanther60',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by RafaM-dev - Source: Jaydip Prajapati - https://uiverse.io/JaydipPrajapati1910/stale-pug-89 - Tags: loader, mxb, house */\n.loader {\n display: flex;\n justify-content: center;\n align-items: center;\n /* Add these properties to position the loader properly */\n position: relative;\n width: 180rpx;\n height: 206rpx;\n /* Adjust the height to accommodate the \"h4\" span */\n}\n\n.loader div {\n position: absolute;\n width: 100rpx;\n height: 62rpx;\n}\n\n.rot {\n transform: rotate(150deg);\n}\n\n.rot2 {\n transform: rotate(20deg);\n}\n\n.loader div:nth-of-type(2) {\n transform: rotate(60deg);\n}\n\n.loader div:nth-of-type(3) {\n transform: rotate(-60deg);\n}\n\n.loader div div {\n width: 100%;\n height: 100%;\n position: relative;\n}\n\n.loader div div span {\n position: absolute;\n width: 8rpx;\n height: 0%;\n background: #053146;\n z-index: 999999;\n}\n\n.h1 {\n left: 0;\n animation: load1 3.2s ease infinite;\n}\n\n.h2 {\n right: 0;\n animation: load2 3.2s ease 0.4s infinite;\n}\n\n.h3 {\n right: 0;\n animation: load3 3.2s ease 0.8s infinite;\n}\n\n.h4 {\n top: 20rpx;\n left: 46rpx;\n animation: load4 3.2s ease 1s infinite;\n transform: rotate(90deg);\n}\n\n.h5 {\n bottom: 0;\n animation: load5 3.2s ease 1.2s infinite;\n}\n\n.h6 {\n left: 0;\n animation: load6 3.2s ease 1.3s infinite;\n}\n\n@keyframes load1 {\n 0% {\n bottom: 0;\n height: 0;\n }\n\n 6.944444444% {\n bottom: 0;\n height: 100%;\n }\n\n 50% {\n top: 0;\n height: 100%;\n }\n\n 59.944444433% {\n top: 0;\n height: 0;\n }\n /* 91.6666667%{top:0;height:0%;} */\n}\n\n@keyframes load2 {\n 0% {\n top: 0;\n height: 0;\n }\n\n 6.944444444% {\n top: 0;\n height: 100%;\n }\n\n 50% {\n bottom: 0;\n height: 100%;\n }\n\n 59.944444433% {\n bottom: 0;\n height: 0;\n }\n /* 91.6666667%{bottom:0;height:0%} */\n}\n\n@keyframes load3 {\n 0% {\n top: 0;\n height: 0;\n }\n\n 6.944444444% {\n top: 0;\n height: 100%;\n }\n\n 50% {\n bottom: 0;\n height: 100%;\n }\n\n 59.94444443% {\n bottom: 0;\n height: 0;\n }\n /* 91.6666667%{bottom:0;height:0%;} */\n}\n\n@keyframes load4 {\n 0% {\n top: 74rpx;\n left: 46rpx;\n height: 134%;\n }\n\n 6.944444444% {\n top: 20rpx;\n height: 134%;\n }\n\n 50% {\n bottom: 20rpx;\n height: 134%;\n }\n\n 59.94444443% {\n bottom: 0;\n height: 0;\n }\n /* 91.6666667%{bottom:0;height:0%;} */\n}\n\n@keyframes load5 {\n 0% {\n bottom: 0;\n height: 0;\n }\n\n 6.944444444% {\n bottom: 0;\n height: 100%;\n }\n\n 50% {\n top: 0;\n height: 100%;\n }\n\n 59.94444443% {\n top: 0;\n height: 0;\n }\n /* 91.6666667%{top:0;height:0%;} */\n}\n\n@keyframes load6 {\n 0% {\n bottom: 0;\n height: 0;\n }\n\n 6.944444444% {\n bottom: 0;\n height: 100%;\n }\n\n 50% {\n top: 0;\n height: 100%;\n }\n\n 59.94444443% {\n top: 0;\n height: 0;\n }\n /* 91.6666667%{top:0;height:0%;} */\n}\n",
"component_name": "GalaxyRudePanther60"
},
"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": 3270,
"render_cost": "high",
"memory_usage": "high"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:40.150Z",
"updated_at": "2025-07-31T07:55:40.150Z"
}