UNPKG

galaxy-uniapp-mcp-server

Version:

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

110 lines 3.72 kB
{ "id": "ArturCodeCraft_fresh-hound-11", "name": "fresh-hound-11", "category": "buttons", "author": "ArturCodeCraft", "description": "fresh-hound-11 组件 (button, links, btn, animation, interactive)", "tags": [ "button", "links", "btn", "animation", "interactive" ], "original": { "html": "<a href=\"#\" class=\"menu__link\">\n Hover me!\n</a>", "css": "/* From Uiverse.io by ArturCodeCraft - Tags: button, links, btn */\n/* <reset-style> ============================ */\na {\n text-decoration: none;\n}\n/* <main-style> ============================ */\n.menu__link {\n color: #fff;\n line-height: 2;\n position: relative;\n padding-right: 4px;\n}\n\n.menu__link:hover {\n text-decoration: underline;\n}\n\n.menu__link::before {\n content: '';\n width: 6px;\n height: 6px;\n border-top: solid 2px #fff;\n border-right: solid 2px #fff;\n border-radius: 2px;\n position: absolute;\n top: 50%;\n left: 100%;\n transform: translateY(-50%) rotate(45deg);\n}", "file_path": "/mnt/persist/workspace/Buttons/ArturCodeCraft_fresh-hound-11.html" }, "uniapp": { "template": "<navigator href=\"#\" class=\"menu__link\"></navigator>\n Hover me!\n</a>", "script": "export default {\n name: 'GalaxyFreshHound11',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by ArturCodeCraft - Tags: button, links, btn */\n/* <reset-style> ============================ */\na {\n text-decoration: none;\n}\n/* <main-style> ============================ */\n.menu__link {\n color: #fff;\n line-height: 2;\n position: relative;\n padding-right: 8rpx;\n}\n\n.menu__link:hover {\n text-decoration: underline;\n}\n\n.menu__link::before {\n content: '';\n width: 12rpx;\n height: 12rpx;\n border-top: solid 4rpx #fff;\n border-right: solid 4rpx #fff;\n border-radius: 4rpx;\n position: absolute;\n top: 50%;\n left: 100%;\n transform: translateY(-50%) rotate(45deg);\n}\n", "component_name": "GalaxyFreshHound11" }, "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": "medium", "bundle_size": 638, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:32.692Z", "updated_at": "2025-07-31T07:55:32.692Z" }