galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
118 lines • 4.34 kB
JSON
{
"id": "Ratinax_massive-tiger-88",
"name": "massive-tiger-88",
"category": "buttons",
"author": "Ratinax",
"description": "massive-tiger-88 组件 (simple, red, button, active, animation)",
"tags": [
"simple",
"red",
"button",
"active",
"animation"
],
"original": {
"html": "<div class=\"container\">\n <button class=\"button\">\n Button\n </button>\n</div>",
"css": "/* From Uiverse.io by Ratinax - Tags: simple, red, button, active */\n.container {\n position: relative;\n width: 4.5em;\n height: 4em;\n background-color: red;\n overflow: hidden;\n border-radius: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n scale: 2;\n box-shadow: 0 .5em #AA1111;\n}\n\n.button {\n cursor: pointer;\n position: absolute;\n text-transform: uppercase;\n height: 110%;\n width: 110%;\n background-color: red;\n color: white;\n text-shadow: 0 0.1em 0.1em black;\n}\n\n.container:has(.button:active) {\n box-shadow: none;\n margin-top: 2em;\n}",
"file_path": "/mnt/persist/workspace/Buttons/Ratinax_massive-tiger-88.html"
},
"uniapp": {
"template": "<view class=\"container\"></view>\n <button class=\"button\"></button>\n Button\n </button>\n</div>",
"script": "export default {\n name: 'GalaxyMassiveTiger88',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by Ratinax - Tags: simple, red, button, active */\n.container {\n position: relative;\n width: 4.5em;\n height: 4em;\n background-color: red;\n overflow: hidden;\n border-radius: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n scale: 2;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0 .5em #AA1111;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.button {\n /* #ifdef H5 */\n cursor: pointer;\n /* #endif */\n position: absolute;\n text-transform: uppercase;\n height: 110%;\n width: 110%;\n background-color: red;\n color: white;\n /* #ifdef H5 */\n text-shadow: 0 0.1em 0.1em black;\n /* #endif */\n}\n\n.container:has(.button:active) {\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: none;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n margin-top: 2em;\n}\n\n",
"component_name": "GalaxyMassiveTiger88"
},
"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 属性",
"不支持 text-shadow 属性",
"不支持 cursor 属性"
],
"alternatives": []
},
"mp-alipay": {
"supported": true,
"issues": [
"不支持 box-shadow 属性",
"不支持 text-shadow 属性",
"不支持 cursor 属性"
],
"alternatives": []
},
"app-plus": {
"supported": true,
"issues": [],
"alternatives": []
}
},
"performance": {
"complexity": "medium",
"bundle_size": 663,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:34.421Z",
"updated_at": "2025-07-31T07:55:34.421Z"
}