UNPKG

galaxy-uniapp-mcp-server

Version:

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

87 lines 3.35 kB
{ "id": "shadowmurphy_yellow-lizard-30", "name": "yellow-lizard-30", "category": "loaders", "author": "shadowmurphy", "description": "yellow-lizard-30 组件 (loader, bottle, cola, animation)", "tags": [ "loader", "bottle", "cola", "animation" ], "original": { "html": "<svg viewBox=\"0 0 205 615\" class=\"cola\">\n <path d=\"M47 595c-8 0-26-6-26-34V261c0-17 9-29 16-38s16-28 16-28L68 59l-4-5s3-30 7-36 14-6 32-6 28 0 32 6 7 36 7 36l-4 5 15 136s9 19 16 28 16 21 16 38v300c0 28-18 34-26 34H47z\"></path>\n</svg>", "css": "/* From Uiverse.io by shadowmurphy - Tags: loader, bottle, cola */\n.cola {\n --pathlength: 1384;\n width: 45px;\n fill: transparent;\n stroke: black;\n stroke-linecap: round;\n stroke-width: 15px;\n stroke-dashoffset: var(--pathlength);\n stroke-dasharray: 0 var(--pathlength);\n animation: loader 8s cubic-bezier(.5,.1,.5,1) infinite both;\n}\n\n@keyframes loader {\n 90%, 100% {\n stroke-dashoffset: 0;\n stroke-dasharray: var(--pathlength) 0;\n }\n}", "file_path": "/mnt/persist/workspace/loaders/shadowmurphy_yellow-lizard-30.html" }, "uniapp": { "template": "<view viewBox=\"0 0 205 615\" class=\"cola\"></view>\n <path d=\"M47 595c-8 0-26-6-26-34V261c0-17 9-29 16-38s16-28 16-28L68 59l-4-5s3-30 7-36 14-6 32-6 28 0 32 6 7 36 7 36l-4 5 15 136s9 19 16 28 16 21 16 38v300c0 28-18 34-26 34H47z\"></path>\n</svg>", "script": "export default {\n name: 'GalaxyYellowLizard30',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by shadowmurphy - Tags: loader, bottle, cola */\n.cola {\n --pathlength: 1384;\n width: 90rpx;\n fill: transparent;\n stroke: black;\n stroke-linecap: round;\n stroke-width: 30rpx;\n stroke-dashoffset: var(--pathlength);\n stroke-dasharray: 0 var(--pathlength);\n animation: loader 8s cubic-bezier(.5,.1,.5,1) infinite both;\n}\n\n@keyframes loader {\n 90%, 100% {\n stroke-dashoffset: 0;\n stroke-dasharray: var(--pathlength) 0;\n }\n}\n", "component_name": "GalaxyYellowLizard30" }, "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": 690, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:42.672Z", "updated_at": "2025-07-31T07:55:42.672Z" }