galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
112 lines • 5 kB
JSON
{
"id": "andrew-demchenk0_strange-swan-41",
"name": "strange-swan-41",
"category": "buttons",
"author": "andrew-demchenk0",
"description": "strange-swan-41 组件 (red, button, phone, circle, reject, call reject, interactive)",
"tags": [
"red",
"button",
"phone",
"circle",
"reject",
"call reject",
"interactive"
],
"original": {
"html": "<button class=\"button\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"46\" viewBox=\"0 0 46 46\" height=\"46\" fill=\"none\" class=\"svg-icon\"><path stroke-width=\"2\" stroke-linecap=\"round\" stroke=\"#fff\" fill-rule=\"evenodd\" d=\"m14.5037 27.0715c.819-.634 1.7094-1.1699 2.653-1.597.7621-.3521 1.2557-1.1094 1.2699-1.9488-.0073-1.1346.7466-2.1517 1.8673-2.3279 1.7701-.2782 3.5728-.2785 5.3429-.0005 1.1206.1759 1.8744 1.193 1.8669 2.3274.0206.8307.5066 1.5791 1.257 1.9359.981.4173 1.9093.9489 2.7657 1.5838.8765.5876 2.0467.4715 2.791-.2769l2.2507-2.2507c.4294-.4283.6617-1.0157.6414-1.6219-.0308-.5985-.314-1.1559-.7793-1.5337-2.5842-2.0976-5.6309-3.5496-8.888-4.2357-2.9976-.6659-6.1047-.6655-9.1023.0009-3.2453.7041-6.2835 2.1503-8.87655 4.2253l-.12568.1256c-.38501.38-.60996.8929-.62872 1.4334-.02687.6011.20148 1.1854.62847 1.6092l2.25008 2.2501c.7307.7914 1.9343.9202 2.8162.3015z\" clip-rule=\"evenodd\"></path></svg>\n</button>",
"css": "/* From Uiverse.io by andrew-demchenk0 - Tags: red, button, phone, circle, reject, call reject */\n.button {\n display: flex;\n justify-content: center;\n align-items: center;\n width: 60px;\n height: 60px;\n border-radius: 100%;\n border: none;\n background-color: #FF2849;\n}\n\n.button:hover {\n background-color: #e52441;\n}",
"file_path": "/mnt/persist/workspace/Buttons/andrew-demchenk0_strange-swan-41.html"
},
"uniapp": {
"template": "<button class=\"button\"></button>\n <view xmlns=\"http://www.w3.org/2000/svg\" width=\"46\" viewBox=\"0 0 46 46\" height=\"46\" fill=\"none\" class=\"svg-icon\"><path stroke-width=\"2\" stroke-linecap=\"round\" stroke=\"#fff\" fill-rule=\"evenodd\" d=\"m14.5037 27.0715c.819-.634 1.7094-1.1699 2.653-1.597.7621-.3521 1.2557-1.1094 1.2699-1.9488-.0073-1.1346.7466-2.1517 1.8673-2.3279 1.7701-.2782 3.5728-.2785 5.3429-.0005 1.1206.1759 1.8744 1.193 1.8669 2.3274.0206.8307.5066 1.5791 1.257 1.9359.981.4173 1.9093.9489 2.7657 1.5838.8765.5876 2.0467.4715 2.791-.2769l2.2507-2.2507c.4294-.4283.6617-1.0157.6414-1.6219-.0308-.5985-.314-1.1559-.7793-1.5337-2.5842-2.0976-5.6309-3.5496-8.888-4.2357-2.9976-.6659-6.1047-.6655-9.1023.0009-3.2453.7041-6.2835 2.1503-8.87655 4.2253l-.12568.1256c-.38501.38-.60996.8929-.62872 1.4334-.02687.6011.20148 1.1854.62847 1.6092l2.25008 2.2501c.7307.7914 1.9343.9202 2.8162.3015z\" clip-rule=\"evenodd\"></path></view>\n</button>",
"script": "export default {\n name: 'GalaxyStrangeSwan41',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by andrew-demchenk0 - Tags: red, button, phone, circle, reject, call reject */\n.button {\n display: flex;\n justify-content: center;\n align-items: center;\n width: 120rpx;\n height: 120rpx;\n border-radius: 100%;\n border: none;\n background-color: #FF2849;\n}\n\n.button:hover {\n background-color: #e52441;\n}\n",
"component_name": "GalaxyStrangeSwan41"
},
"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": [],
"alternatives": []
},
"mp-alipay": {
"supported": true,
"issues": [],
"alternatives": []
},
"app-plus": {
"supported": true,
"issues": [],
"alternatives": []
}
},
"performance": {
"complexity": "low",
"bundle_size": 1251,
"render_cost": "low",
"memory_usage": "low"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:35.712Z",
"updated_at": "2025-07-31T07:55:35.712Z"
}