galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
89 lines • 4.23 kB
JSON
{
"id": "mobinkakei_tricky-duck-12",
"name": "tricky-duck-12",
"category": "loaders",
"author": "mobinkakei",
"description": "tricky-duck-12 组件 (loader, creative, eye, loading animation, animation, gradient)",
"tags": [
"loader",
"creative",
"eye",
"loading animation",
"animation",
"gradient"
],
"original": {
"html": "<span class=\"loader\"></span>",
"css": "/* From Uiverse.io by mobinkakei - Tags: loader, creative, eye, loading animation */\n.loader {\n position: relative;\n width: 108px;\n display: flex;\n justify-content: space-between;\n}\n.loader::after,\n.loader::before {\n content: \"\";\n display: inline-block;\n width: 48px;\n height: 48px;\n background-color: #fff;\n background-image: radial-gradient(circle 14px, #0d161b 100%, transparent 0);\n background-repeat: no-repeat;\n border-radius: 50%;\n animation: eyeMove 10s infinite, blink 10s infinite;\n}\n@keyframes eyeMove {\n 0%,\n 10% {\n background-position: 0px 0px;\n }\n 13%,\n 40% {\n background-position: -15px 0px;\n }\n 43%,\n 70% {\n background-position: 15px 0px;\n }\n 73%,\n 90% {\n background-position: 0px 15px;\n }\n 93%,\n 100% {\n background-position: 0px 0px;\n }\n}\n@keyframes blink {\n 0%,\n 10%,\n 12%,\n 20%,\n 22%,\n 40%,\n 42%,\n 60%,\n 62%,\n 70%,\n 72%,\n 90%,\n 92%,\n 98%,\n 100% {\n height: 48px;\n }\n 11%,\n 21%,\n 41%,\n 61%,\n 71%,\n 91%,\n 99% {\n height: 18px;\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/mobinkakei_tricky-duck-12.html"
},
"uniapp": {
"template": "<text class=\"loader\"></text>",
"script": "export default {\n name: 'GalaxyTrickyDuck12',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by mobinkakei - Tags: loader, creative, eye, loading animation */\n.loader {\n position: relative;\n width: 216rpx;\n display: flex;\n justify-content: space-between;\n}\n.loader::after,\n.loader::before {\n content: \"\";\n display: inline-block;\n width: 96rpx;\n height: 96rpx;\n background-color: #fff;\n background-image: radial-gradient(circle 28rpx, #0d161b 100%, transparent 0);\n background-repeat: no-repeat;\n border-radius: 50%;\n animation: eyeMove 10s infinite, blink 10s infinite;\n}\n@keyframes eyeMove {\n 0%,\n 10% {\n background-position: 0rpx 0rpx;\n }\n 13%,\n 40% {\n background-position: -30rpx 0rpx;\n }\n 43%,\n 70% {\n background-position: 30rpx 0rpx;\n }\n 73%,\n 90% {\n background-position: 0rpx 30rpx;\n }\n 93%,\n 100% {\n background-position: 0rpx 0rpx;\n }\n}\n@keyframes blink {\n 0%,\n 10%,\n 12%,\n 20%,\n 22%,\n 40%,\n 42%,\n 60%,\n 62%,\n 70%,\n 72%,\n 90%,\n 92%,\n 98%,\n 100% {\n height: 96rpx;\n }\n 11%,\n 21%,\n 41%,\n 61%,\n 71%,\n 91%,\n 99% {\n height: 36rpx;\n }\n}\n\n",
"component_name": "GalaxyTrickyDuck12"
},
"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": 1058,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:42.375Z",
"updated_at": "2025-07-31T07:55:42.375Z"
}