UNPKG

galaxy-uniapp-mcp-server

Version:

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

89 lines 2.95 kB
{ "id": "gagan-gv_wet-dolphin-100", "name": "wet-dolphin-100", "category": "loaders", "author": "gagan-gv", "description": "wet-dolphin-100 组件 (loader, animation)", "tags": [ "loader", "animation" ], "original": { "html": "<div class=\"loader\">\n <span>L</span>\n <span>O</span>\n <span>A</span>\n <span>D</span>\n <span>I</span>\n <span>N</span>\n <span>G</span>\n</div>", "css": "/* From Uiverse.io by gagan-gv - Tags: loader */\n.loader span {\n font-size: 22px;\n font-family: 'Courier New', Courier, monospace;\n font-weight: 600;\n animation: blur 3s linear infinite;\n line-height: 20px;\n transition: all 0.5s;\n letter-spacing: 0.2em;\n}\n\n@keyframes blur {\n 0%, 90% {\n filter: blur(0);\n }\n\n 50% {\n filter: blur(10px);\n }\n}", "file_path": "/mnt/persist/workspace/loaders/gagan-gv_wet-dolphin-100.html" }, "uniapp": { "template": "<view class=\"loader\"></view>\n <text>L</text>\n <text>O</text>\n <text>A</text>\n <text>D</text>\n <text>I</text>\n <text>N</text>\n <text>G</text>\n</div>", "script": "export default {\n name: 'GalaxyWetDolphin100',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by gagan-gv - Tags: loader */\n.loader span {\n font-size: 44rpx;\n font-family: 'Courier New', Courier, monospace;\n font-weight: 600;\n animation: blur 3s linear infinite;\n line-height: 40rpx;\n transition: all 0.5s;\n letter-spacing: 0.2em;\n}\n\n@keyframes blur {\n 0%, 90% {\n \n }\n\n 50% {\n \n }\n}\n", "component_name": "GalaxyWetDolphin100" }, "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": [ "不支持 filter 属性" ], "alternatives": [] }, "mp-alipay": { "supported": true, "issues": [ "不支持 filter 属性" ], "alternatives": [] }, "app-plus": { "supported": true, "issues": [], "alternatives": [] } }, "performance": { "complexity": "medium", "bundle_size": 492, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:42.142Z", "updated_at": "2025-07-31T07:55:42.142Z" }