galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
89 lines • 2.98 kB
JSON
{
"id": "gagan-gv_brave-chipmunk-25",
"name": "brave-chipmunk-25",
"category": "loaders",
"author": "gagan-gv",
"description": "brave-chipmunk-25 组件 (loader, animation)",
"tags": [
"loader",
"animation"
],
"original": {
"html": "<div class=\"loader\"></div>",
"css": "/* From Uiverse.io by gagan-gv - Tags: loader */\n.loader {\n width: 60px;\n height: 60px;\n background: #4285f4;\n border-radius: 10%;\n animation: dice3 7s ease-in-out infinite;\n filter: drop-shadow(2px 3px 40px #444);\n}\n\n@keyframes dice3 {\n from, to {\n transform: translateX(-50px) rotateX(0deg);\n }\n\n 25% {\n background: #db4437;\n }\n\n 50% {\n background: #f4b400;\n transform: translateX(50px) rotate(360deg);\n }\n\n 75% {\n background: #0f9d58;\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/gagan-gv_brave-chipmunk-25.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>",
"script": "export default {\n name: 'GalaxyBraveChipmunk25',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by gagan-gv - Tags: loader */\n.loader {\n width: 120rpx;\n height: 120rpx;\n background: #4285f4;\n border-radius: 10%;\n animation: dice3 7s ease-in-out infinite;\n \n}\n\n@keyframes dice3 {\n from, to {\n transform: translateX(-100rpx) rotateX(0deg);\n }\n\n 25% {\n background: #db4437;\n }\n\n 50% {\n background: #f4b400;\n transform: translateX(100rpx) rotate(360deg);\n }\n\n 75% {\n background: #0f9d58;\n }\n}\n",
"component_name": "GalaxyBraveChipmunk25"
},
"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": [
"不支持 filter 属性"
],
"alternatives": []
},
"mp-alipay": {
"supported": true,
"issues": [
"不支持 filter 属性"
],
"alternatives": []
},
"app-plus": {
"supported": true,
"issues": [],
"alternatives": []
}
},
"performance": {
"complexity": "medium",
"bundle_size": 501,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:42.092Z",
"updated_at": "2025-07-31T07:55:42.092Z"
}