galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
116 lines • 5 kB
JSON
{
"id": "fcb4355_nervous-chipmunk-95",
"name": "nervous-chipmunk-95",
"category": "buttons",
"author": "fcb4355",
"description": "nervous-chipmunk-95 组件 (button, after, 3d button, animation, interactive)",
"tags": [
"button",
"after",
"3d button",
"animation",
"interactive"
],
"original": {
"html": "<button class=\"button\">\n Button\n</button>",
"css": "/* From Uiverse.io by fcb4355 - Tags: button, after, 3d button */\n.button {\n position: relative;\n padding: 10px 20px;\n border: none;\n color: #007ffe;\n cursor: pointer;\n transition: .3s;\n transition-delay: .3s;\n z-index: 0;\n}\n\n.button::after {\n position: absolute;\n content: '';\n width: 17px;\n height: 17px;\n background-color: #007ffe;\n right: -20px;\n border-radius: 50%;\n top: 50%;\n transform: translateY(-50%);\n transition: .3s;\n opacity: 0;\n}\n\n.button::before {\n position: absolute;\n z-index: 0;\n content: '';\n width: 17px;\n height: 17px;\n background-color: #007ffe;\n left: -20px;\n border-radius: 50%;\n top: 50%;\n transform: translateY(-50%);\n transition: .3s;\n opacity: 0;\n}\n\nbutton:hover::after {\n z-index: -1;\n right: 0;\n width: 50%;\n height: 100%;\n border-radius: 0;\n opacity: 1;\n}\n\nbutton:hover::before {\n z-index: -1;\n left: 0;\n width: 50%;\n height: 100%;\n border-radius: 0;\n opacity: 1;\n}\n\nbutton:hover {\n color: #fff;\n box-shadow: 10px 50px 50px rgba(52, 152, 219,.2);\n}",
"file_path": "/mnt/persist/workspace/Buttons/fcb4355_nervous-chipmunk-95.html"
},
"uniapp": {
"template": "<button class=\"button\"></button>\n Button\n</button>",
"script": "export default {\n name: 'GalaxyNervousChipmunk95',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by fcb4355 - Tags: button, after, 3d button */\n.button {\n position: relative;\n padding: 20rpx 40rpx;\n border: none;\n color: #007ffe;\n /* #ifdef H5 */\n cursor: pointer;\n /* #endif */\n transition: .3s;\n transition-delay: .3s;\n z-index: 0;\n}\n\n.button::after {\n position: absolute;\n content: '';\n width: 34rpx;\n height: 34rpx;\n background-color: #007ffe;\n right: -40rpx;\n border-radius: 50%;\n top: 50%;\n transform: translateY(-50%);\n transition: .3s;\n opacity: 0;\n}\n\n.button::before {\n position: absolute;\n z-index: 0;\n content: '';\n width: 34rpx;\n height: 34rpx;\n background-color: #007ffe;\n left: -40rpx;\n border-radius: 50%;\n top: 50%;\n transform: translateY(-50%);\n transition: .3s;\n opacity: 0;\n}\n\nbutton:hover::after {\n z-index: -1;\n right: 0;\n width: 50%;\n height: 100%;\n border-radius: 0;\n opacity: 1;\n}\n\nbutton:hover::before {\n z-index: -1;\n left: 0;\n width: 50%;\n height: 100%;\n border-radius: 0;\n opacity: 1;\n}\n\nbutton:hover {\n color: #fff;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 20rpx 100rpx 100rpx rgba(52, 152, 219,.2);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n",
"component_name": "GalaxyNervousChipmunk95"
},
"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": "是否禁用"
},
{
"name": "text",
"type": "String",
"default": "按钮",
"required": false,
"description": "按钮文字"
},
{
"name": "type",
"type": "String",
"default": "primary",
"required": false,
"description": "按钮类型"
}
],
"events": [
{
"name": "click",
"description": "点击事件",
"parameters": [
"event"
]
}
],
"slots": [
{
"name": "",
"description": "",
"props": []
}
],
"compatibility": {
"h5": {
"supported": true,
"issues": [],
"alternatives": []
},
"mp-weixin": {
"supported": true,
"issues": [
"不支持 box-shadow 属性",
"不支持 cursor 属性"
],
"alternatives": []
},
"mp-alipay": {
"supported": true,
"issues": [
"不支持 box-shadow 属性",
"不支持 cursor 属性"
],
"alternatives": []
},
"app-plus": {
"supported": true,
"issues": [],
"alternatives": []
}
},
"performance": {
"complexity": "medium",
"bundle_size": 1071,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:36.713Z",
"updated_at": "2025-07-31T07:55:36.713Z"
}