galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
91 lines • 3.55 kB
JSON
{
"id": "mrhyddenn_witty-deer-83",
"name": "witty-deer-83",
"category": "loaders",
"author": "mrhyddenn",
"description": "witty-deer-83 组件 (loader, fluid, water, animation)",
"tags": [
"loader",
"fluid",
"water",
"animation"
],
"original": {
"html": "<div class=\"loader\">\n <span>uiverse</span>\n <span>uiverse</span>\n</div>",
"css": "/* From Uiverse.io by mrhyddenn - Tags: loader, fluid, water */\n.loader {\n position: relative;\n}\n\n.loader span {\n position: absolute;\n color: #fff;\n transform: translate(-50%, -50%);\n font-size: 38px;\n letter-spacing: 5px;\n}\n\n.loader span:nth-child(1) {\n color: transparent;\n -webkit-text-stroke: 0.3px rgb(128, 198, 255);\n}\n\n.loader span:nth-child(2) {\n color: rgb(128, 198, 255);\n -webkit-text-stroke: 1px rgb(128, 198, 255);\n animation: uiverse723 3s ease-in-out infinite;\n}\n\n@keyframes uiverse723 {\n 0%, 100% {\n clip-path: polygon(0% 45%, 15% 44%, 32% 50%, \n 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);\n }\n\n 50% {\n clip-path: polygon(0% 60%, 16% 65%, 34% 66%, \n 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/mrhyddenn_witty-deer-83.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>\n <text>uiverse</text>\n <text>uiverse</text>\n</div>",
"script": "export default {\n name: 'GalaxyWittyDeer83',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by mrhyddenn - Tags: loader, fluid, water */\n.loader {\n position: relative;\n}\n\n.loader span {\n position: absolute;\n color: #fff;\n transform: translate(-50%, -50%);\n font-size: 76rpx;\n letter-spacing: 10rpx;\n}\n\n.loader span:nth-child(1) {\n color: transparent;\n -webkit-text-stroke: 0.6rpx rgb(128, 198, 255);\n}\n\n.loader span:nth-child(2) {\n color: rgb(128, 198, 255);\n -webkit-text-stroke: 2rpx rgb(128, 198, 255);\n animation: uiverse723 3s ease-in-out infinite;\n}\n\n@keyframes uiverse723 {\n 0%, 100% {\n \n }\n\n 50% {\n \n }\n}\n",
"component_name": "GalaxyWittyDeer83"
},
"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": [
"不支持 clip-path 属性"
],
"alternatives": []
},
"mp-alipay": {
"supported": true,
"issues": [
"不支持 clip-path 属性"
],
"alternatives": []
},
"app-plus": {
"supported": true,
"issues": [],
"alternatives": []
}
},
"performance": {
"complexity": "medium",
"bundle_size": 852,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:42.469Z",
"updated_at": "2025-07-31T07:55:42.469Z"
}