UNPKG

galaxy-uniapp-mcp-server

Version:

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

89 lines 3.52 kB
{ "id": "Victan78_serious-gecko-84", "name": "serious-gecko-84", "category": "loaders", "author": "Victan78", "description": "serious-gecko-84 组件 (loader, animation)", "tags": [ "loader", "animation" ], "original": { "html": "<div class=\"loader\"></div>\n<div class=\"loader2\"></div>", "css": "/* From Uiverse.io by Victan78 - Tags: loader */\n.loader {\n width: 100px;\n height: 100px;\n border: solid 4px rgba(231, 231, 231, 0);\n border-top: solid 5px rgb(241, 68, 68);\n border-radius: 50%;\n transition: all 0.5s;\n animation: rotation_51512 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);\n}\n\n@keyframes rotation_51512 {\n 70% {\n box-shadow: 0px 0px 10px 50px rgba(241, 57, 57, 0.526);\n }\n\n 90% {\n box-shadow: 0px 0px 10px 50px rgba(241, 57, 57, 0.04);\n }\n\n 100% {\n opacity: 0.5;\n transform: rotate(360deg);\n }\n}", "file_path": "/mnt/persist/workspace/loaders/Victan78_serious-gecko-84.html" }, "uniapp": { "template": "<view class=\"loader\"></view>\n<view class=\"loader2\"></view>", "script": "export default {\n name: 'GalaxySeriousGecko84',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by Victan78 - Tags: loader */\n.loader {\n width: 200rpx;\n height: 200rpx;\n border: solid 8rpx rgba(231, 231, 231, 0);\n border-top: solid 10rpx rgb(241, 68, 68);\n border-radius: 50%;\n transition: all 0.5s;\n animation: rotation_51512 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);\n}\n\n@keyframes rotation_51512 {\n 70% {\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0rpx 0rpx 20rpx 100rpx rgba(241, 57, 57, 0.526);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n }\n\n 90% {\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0rpx 0rpx 20rpx 100rpx rgba(241, 57, 57, 0.04);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n }\n\n 100% {\n opacity: 0.5;\n transform: rotate(360deg);\n }\n}\n\n", "component_name": "GalaxySeriousGecko84" }, "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": [ "不支持 box-shadow 属性" ], "alternatives": [] }, "mp-alipay": { "supported": true, "issues": [ "不支持 box-shadow 属性" ], "alternatives": [] }, "app-plus": { "supported": true, "issues": [], "alternatives": [] } }, "performance": { "complexity": "medium", "bundle_size": 604, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:40.759Z", "updated_at": "2025-07-31T07:55:40.759Z" }