UNPKG

galaxy-uniapp-mcp-server

Version:

Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成

108 lines 4.85 kB
{ "id": "ozgeozkaraa01_great-dolphin-11", "name": "great-dolphin-11", "category": "buttons", "author": "ozgeozkaraa01", "description": "great-dolphin-11 组件 (button, #button, interactive)", "tags": [ "button", "#button", "interactive" ], "original": { "html": "<button class=\"tooltip\">\n <span class=\"tooltiptext\">delete</span>\n<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" width=\"24\" height=\"24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.74 9l-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 01-2.244 2.077H8.084a2.25 2.25 0 01-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 00-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 013.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 00-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 00-7.5 0\"></path>\n</svg>\n</button>", "css": "/* From Uiverse.io by ozgeozkaraa01 - Tags: button, #button */\nbutton {\n border: none;\n border-radius: 1rem;\n transition: all 0.5s linear;\n padding: 1.2em;\n background-color: #ACB1D6;\n}\n\n.tooltip {\n position: relative;\n display: inline-block;\n}\n\n.tooltip .tooltiptext {\n visibility: hidden;\n background-color: #AAAAAA;\n color: white;\n border-radius: 10px;\n padding: 5px;\n position: absolute;\n z-index: 1;\n left: 62px;\n width: 60px;\n}\n\n.tooltip:hover .tooltiptext {\n visibility: visible;\n}", "file_path": "/mnt/persist/workspace/Buttons/ozgeozkaraa01_great-dolphin-11.html" }, "uniapp": { "template": "<button class=\"tooltip\"></button>\n <text class=\"tooltiptext\">delete</text>\n<view xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" width=\"24\" height=\"24\"></view>\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.74 9l-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 01-2.244 2.077H8.084a2.25 2.25 0 01-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 00-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 013.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 00-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 00-7.5 0\"></path>\n</svg>\n</button>", "script": "export default {\n name: 'GalaxyGreatDolphin11',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by ozgeozkaraa01 - Tags: button, #button */\nbutton {\n border: none;\n border-radius: 1rem;\n transition: all 0.5s linear;\n padding: 1.2em;\n background-color: #ACB1D6;\n}\n\n.tooltip {\n position: relative;\n display: inline-block;\n}\n\n.tooltip .tooltiptext {\n visibility: hidden;\n background-color: #AAAAAA;\n color: white;\n border-radius: 20rpx;\n padding: 10rpx;\n position: absolute;\n z-index: 1;\n left: 124rpx;\n width: 120rpx;\n}\n\n.tooltip:hover .tooltiptext {\n visibility: visible;\n}\n", "component_name": "GalaxyGreatDolphin11" }, "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": 1204, "render_cost": "low", "memory_usage": "low" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:37.529Z", "updated_at": "2025-07-31T07:55:37.529Z" }