galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
95 lines • 5.14 kB
JSON
{
"id": "FWDJc_strong-mayfly-8",
"name": "strong-mayfly-8",
"category": "loaders",
"author": "FWDJc",
"description": "strong-mayfly-8 组件 (minimalist, loader, css, eye, loading animation, aesthetic, css animation, animation)",
"tags": [
"minimalist",
"loader",
"css",
"eye",
"loading animation",
"aesthetic",
"css animation",
"animation"
],
"original": {
"html": "<div class=\"eye-lid\">\n <div class=\"eye\">\n <div class=\"cornea\">\n <div class=\"white-pupil\"></div>\n </div>\n </div>\n </div>",
"css": "/* From Uiverse.io by FWDJc - Tags: minimalist, loader, css, eye, loading animation, aesthetic, css animation */\n.eye-lid {\n background-color: rgb(0, 0, 0);\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n box-shadow: 0 9px 0 2px rgba(0, 0, 0, 0.2);\n width: 150px;\n height: 150px;\n}\n\n.eye {\n background-color: #fffcf4;\n border-radius: 50%;\n transform: translate3d(0, 0, 0) rotate(90deg);\n width: 120px;\n height: 120px;\n animation: eye 5s infinite;\n}\n\n@keyframes eye {\n 12%,\n 25% {\n width: 100px;\n height: 110px;\n }\n\n 37%, \n 50% {\n width: 60px;\n height: 130px;\n }\n\n 63%, \n 75% {\n width: 100px;\n height: 103px;\n }\n\n 87% {\n width: 100px;\n height: 100px;\n }\n}\n\n.cornea {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n background-color: rgb(0, 0, 0);\n border-radius: 50%;\n width: 50px;\n height: 50px;\n animation: eye-color 5s infinite;\n}\n\n@keyframes eye-color {\n 63%, 75% {\n background-color: rgb(137, 1, 1);\n }\n}\n\n.white-pupil {\n position: absolute;\n top: 70%;\n left: 10%;\n border-radius: 50%;\n background-color: #fffcf4;\n width: 20px;\n height: 20px;\n}",
"file_path": "/mnt/persist/workspace/loaders/FWDJc_strong-mayfly-8.html"
},
"uniapp": {
"template": "<view class=\"eye-lid\"></view>\n <view class=\"eye\"></view>\n <view class=\"cornea\"></view>\n <view class=\"white-pupil\"></view>\n </div>\n </div>\n </div>",
"script": "export default {\n name: 'GalaxyStrongMayfly8',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by FWDJc - Tags: minimalist, loader, css, eye, loading animation, aesthetic, css animation */\n.eye-lid {\n background-color: rgb(0, 0, 0);\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0 18rpx 0 4rpx rgba(0, 0, 0, 0.2);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n width: 300rpx;\n height: 300rpx;\n}\n\n.eye {\n background-color: #fffcf4;\n border-radius: 50%;\n transform: translate3d(0, 0, 0) rotate(90deg);\n width: 240rpx;\n height: 240rpx;\n animation: eye 5s infinite;\n}\n\n@keyframes eye {\n 12%,\n 25% {\n width: 200rpx;\n height: 220rpx;\n }\n\n 37%, \n 50% {\n width: 120rpx;\n height: 260rpx;\n }\n\n 63%, \n 75% {\n width: 200rpx;\n height: 206rpx;\n }\n\n 87% {\n width: 200rpx;\n height: 200rpx;\n }\n}\n\n.cornea {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n background-color: rgb(0, 0, 0);\n border-radius: 50%;\n width: 100rpx;\n height: 100rpx;\n animation: eye-color 5s infinite;\n}\n\n@keyframes eye-color {\n 63%, 75% {\n background-color: rgb(137, 1, 1);\n }\n}\n\n.white-pupil {\n position: absolute;\n top: 70%;\n left: 10%;\n border-radius: 50%;\n background-color: #fffcf4;\n width: 40rpx;\n height: 40rpx;\n}\n",
"component_name": "GalaxyStrongMayfly8"
},
"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": [
"不支持 box-shadow 属性"
],
"alternatives": []
},
"mp-alipay": {
"supported": true,
"issues": [
"不支持 box-shadow 属性"
],
"alternatives": []
},
"app-plus": {
"supported": true,
"issues": [],
"alternatives": []
}
},
"performance": {
"complexity": "medium",
"bundle_size": 1335,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:39.222Z",
"updated_at": "2025-07-31T07:55:39.222Z"
}