UNPKG

galaxy-uniapp-mcp-server

Version:

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

87 lines 3.89 kB
{ "id": "shadowmurphy_wicked-fish-61", "name": "wicked-fish-61", "category": "loaders", "author": "shadowmurphy", "description": "wicked-fish-61 组件 (gradient, loader, animated, animation)", "tags": [ "gradient", "loader", "animated", "animation" ], "original": { "html": "<div class=\"loader\">\n <div class=\"shape\"></div>\n</div>", "css": "/* From Uiverse.io by shadowmurphy - Tags: gradient, loader, animated */\n.loader {\n display: flex;\n justify-content: flex-start;\n align-items: center;\n width: 200px;\n height: 15px;\n background-color: rgb(2, 2, 17);\n border-radius: 10px;\n overflow: hidden;\n position: relative;\n margin-top: 15px;\n}\n\n.shape {\n width: 50px;\n height: 15px;\n background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);\n border-radius: 25px;\n position: absolute;\n animation: slide 1.9s linear infinite;\n background-size: 200%;\n}\n\n@keyframes slide {\n 0% {\n left: 0;\n }\n\n 50% {\n left: calc(100% - 50px);\n }\n\n 100% {\n left: 0;\n }\n}\n\n@keyframes gradientChange {\n 0%, 100% {\n background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);\n }\n\n 50% {\n background-image: linear-gradient(144deg, #00DDEB, #5B42F3 50%, #AF40FF);\n }\n}", "file_path": "/mnt/persist/workspace/loaders/shadowmurphy_wicked-fish-61.html" }, "uniapp": { "template": "<view class=\"loader\"></view>\n <view class=\"shape\"></view>\n</div>", "script": "export default {\n name: 'GalaxyWickedFish61',\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: gradient, loader, animated */\n.loader {\n display: flex;\n justify-content: flex-start;\n align-items: center;\n width: 400rpx;\n height: 30rpx;\n background-color: rgb(2, 2, 17);\n border-radius: 20rpx;\n overflow: hidden;\n position: relative;\n margin-top: 30rpx;\n}\n\n.shape {\n width: 100rpx;\n height: 30rpx;\n background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);\n border-radius: 50rpx;\n position: absolute;\n animation: slide 1.9s linear infinite;\n background-size: 200%;\n}\n\n@keyframes slide {\n 0% {\n left: 0;\n }\n\n 50% {\n left: calc(100% - 100rpx);\n }\n\n 100% {\n left: 0;\n }\n}\n\n@keyframes gradientChange {\n 0%, 100% {\n background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);\n }\n\n 50% {\n background-image: linear-gradient(144deg, #00DDEB, #5B42F3 50%, #AF40FF);\n }\n}\n", "component_name": "GalaxyWickedFish61" }, "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": 928, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:42.669Z", "updated_at": "2025-07-31T07:55:42.669Z" }