UNPKG

galaxy-uniapp-mcp-server

Version:

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

92 lines 4.58 kB
{ "id": "carhtube_happy-puma-68", "name": "happy-puma-68", "category": "loaders", "author": "carhtube", "description": "happy-puma-68 组件 (animation, loading, loader, circle loader, click animation, effect loader, bounce animation, 3d loader, gradient)", "tags": [ "animation", "loading", "loader", "circle loader", "click animation", "effect loader", "bounce animation", "3d loader", "gradient" ], "original": { "html": "<div class=\"loader\">\n <div class=\"worm\"></div>\n <div class=\"circleMiddle\"></div>\n</div>", "css": "/* From Uiverse.io by carhtube - Tags: animation, loading, loader, circle loader, click animation, effect loader, bounce animation, 3d loader */\n.loader {\n background: linear-gradient(\n 90deg,\n #6f22ff,\n #00aaff,\n #2cc92c,\n #00aaff,\n #6f22ff\n );\n background-size: 600% 600%;\n width: 100px;\n height: 100px;\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n animation: neonRotate 10s linear infinite;\n position: relative;\n}\n.circleMiddle {\n background-color: rgb(255, 255, 255);\n width: 80px;\n height: 80px;\n border-radius: 50%;\n z-index: 99;\n}\n.worm {\n position: absolute;\n width: 20px;\n height: 105px;\n background-color: hsl(0, 0%, 100%);\n border-radius: 5px;\n animation: rotateWorm 4s linear infinite;\n z-index: 80;\n}\n@keyframes neonRotate {\n 0%,\n 100% {\n background-position: 0% 0%;\n }\n 25%,\n 75% {\n background-position: 100% 0%;\n }\n 50% {\n background-position: 0% 100%;\n }\n}\n@keyframes rotateWorm {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n}", "file_path": "/mnt/persist/workspace/loaders/carhtube_happy-puma-68.html" }, "uniapp": { "template": "<view class=\"loader\"></view>\n <view class=\"worm\"></view>\n <view class=\"circleMiddle\"></view>\n</div>", "script": "export default {\n name: 'GalaxyHappyPuma68',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by carhtube - Tags: animation, loading, loader, circle loader, click animation, effect loader, bounce animation, 3d loader */\n.loader {\n background: linear-gradient(\n 90deg,\n #6f22ff,\n #00aaff,\n #2cc92c,\n #00aaff,\n #6f22ff\n );\n background-size: 600% 600%;\n width: 200rpx;\n height: 200rpx;\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n animation: neonRotate 10s linear infinite;\n position: relative;\n}\n.circleMiddle {\n background-color: rgb(255, 255, 255);\n width: 160rpx;\n height: 160rpx;\n border-radius: 50%;\n z-index: 99;\n}\n.worm {\n position: absolute;\n width: 40rpx;\n height: 210rpx;\n background-color: hsl(0, 0%, 100%);\n border-radius: 10rpx;\n animation: rotateWorm 4s linear infinite;\n z-index: 80;\n}\n@keyframes neonRotate {\n 0%,\n 100% {\n background-position: 0% 0%;\n }\n 25%,\n 75% {\n background-position: 100% 0%;\n }\n 50% {\n background-position: 0% 100%;\n }\n}\n@keyframes rotateWorm {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n}\n\n", "component_name": "GalaxyHappyPuma68" }, "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": 1181, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:41.087Z", "updated_at": "2025-07-31T07:55:41.087Z" }