UNPKG

galaxy-uniapp-mcp-server

Version:

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

85 lines 4.49 kB
{ "id": "Nawsome_tall-monkey-16", "name": "tall-monkey-16", "category": "loaders", "author": "Nawsome", "description": "tall-monkey-16 组件 (loader, animation)", "tags": [ "loader", "animation" ], "original": { "html": "<div class=\"loading\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"124\" height=\"124\" viewBox=\"0 0 124 124\">\n <circle class=\"circle-loading\" cx=\"62\" cy=\"62\" r=\"59\" fill=\"none\" stroke=\"hsl(271, 76%, 74%)\" stroke-width=\"6px\"></circle>\n <circle class=\"circle\" cx=\"62\" cy=\"62\" r=\"59\" fill=\"none\" stroke=\"hsl(271, 76%, 53%)\" stroke-width=\"6px\" stroke-linecap=\"round\"></circle>\n <polyline class=\"check\" points=\"73.56 48.63 57.88 72.69 49.38 62\" fill=\"none\" stroke=\"hsl(271, 76%, 53%)\" stroke-width=\"6px\" stroke-linecap=\"round\"></polyline>\n </svg>\n</div>", "css": "/* From Uiverse.io by Nawsome - Tags: loader */\n.loading {\n width: 124px;\n height: 124px;\n}\n\n.loading svg {\n display: block;\n width: 100%;\n height: 100%;\n}\n\n.circle {\n transform: rotate(-90deg);\n transform-origin: center;\n stroke-dasharray: 380;\n stroke-dashoffset: 380;\n animation: circle_4 2s ease-in-out forwards;\n}\n\n.check {\n stroke-dasharray: 45;\n stroke-dashoffset: 45;\n animation: check_4 0.2s 2s ease-in-out forwards;\n}\n\n@keyframes circle_4 {\n 0% {\n stroke-dashoffset: 380;\n }\n\n 100% {\n stroke-dashoffset: 0;\n }\n}\n\n@keyframes check_4 {\n 0% {\n stroke-dashoffset: 45;\n }\n\n 100% {\n stroke-dashoffset: 90;\n }\n}", "file_path": "/mnt/persist/workspace/loaders/Nawsome_tall-monkey-16.html" }, "uniapp": { "template": "<view class=\"loading\"></view>\n <view xmlns=\"http://www.w3.org/2000/svg\" width=\"124\" height=\"124\" viewBox=\"0 0 124 124\"></view>\n <circle class=\"circle-loading\" cx=\"62\" cy=\"62\" r=\"59\" fill=\"none\" stroke=\"hsl(271, 76%, 74%)\" stroke-width=\"6px\"></circle>\n <circle class=\"circle\" cx=\"62\" cy=\"62\" r=\"59\" fill=\"none\" stroke=\"hsl(271, 76%, 53%)\" stroke-width=\"6px\" stroke-linecap=\"round\"></circle>\n <polyline class=\"check\" points=\"73.56 48.63 57.88 72.69 49.38 62\" fill=\"none\" stroke=\"hsl(271, 76%, 53%)\" stroke-width=\"6px\" stroke-linecap=\"round\"></polyline>\n </svg>\n</div>", "script": "export default {\n name: 'GalaxyTallMonkey16',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by Nawsome - Tags: loader */\n.loading {\n width: 248rpx;\n height: 248rpx;\n}\n\n.loading svg {\n display: block;\n width: 100%;\n height: 100%;\n}\n\n.circle {\n transform: rotate(-90deg);\n transform-origin: center;\n stroke-dasharray: 380;\n stroke-dashoffset: 380;\n animation: circle_4 2s ease-in-out forwards;\n}\n\n.check {\n stroke-dasharray: 45;\n stroke-dashoffset: 45;\n animation: check_4 0.2s 2s ease-in-out forwards;\n}\n\n@keyframes circle_4 {\n 0% {\n stroke-dashoffset: 380;\n }\n\n 100% {\n stroke-dashoffset: 0;\n }\n}\n\n@keyframes check_4 {\n 0% {\n stroke-dashoffset: 45;\n }\n\n 100% {\n stroke-dashoffset: 90;\n }\n}\n", "component_name": "GalaxyTallMonkey16" }, "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": "是否禁用" } ], "events": [], "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": 1211, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:39.852Z", "updated_at": "2025-07-31T07:55:39.852Z" }