UNPKG

galaxy-uniapp-mcp-server

Version:

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

87 lines 3.7 kB
{ "id": "Codecite_mean-puma-17", "name": "mean-puma-17", "category": "loaders", "author": "Codecite", "description": "mean-puma-17 组件 (animation, loading, loader, animated)", "tags": [ "animation", "loading", "loader", "animated" ], "original": { "html": "<div class=\"spinner-container\">\n <div class=\"spinner\">\n <div class=\"spinner\">\n <div class=\"spinner\">\n <div class=\"spinner\">\n <div class=\"spinner\">\n <div class=\"spinner\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>", "css": "/* From Uiverse.io by Codecite - Tags: animation, loading, loader, animated */\n.spinner-container {\n width: 150px;\n height: 150px;\n position: relative;\n margin: 30px auto;\n overflow: hidden;\n}\n\n.spinner {\n position: absolute;\n width: calc(100% - 9.9px);\n height: calc(100% - 9.9px);\n border: 5px solid transparent;\n border-radius: 50%;\n border-top-color: #fff;\n animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.79) infinite;\n}\n\n@keyframes spin {\n from {\n transform: rotate(0deg);\n }\n\n to {\n transform: rotate(360deg);\n }\n}", "file_path": "/mnt/persist/workspace/loaders/Codecite_mean-puma-17.html" }, "uniapp": { "template": "<view class=\"spinner-container\"></view>\n <view class=\"spinner\"></view>\n <view class=\"spinner\"></view>\n <view class=\"spinner\"></view>\n <view class=\"spinner\"></view>\n <view class=\"spinner\"></view>\n <view class=\"spinner\"></view>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>", "script": "export default {\n name: 'GalaxyMeanPuma17',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by Codecite - Tags: animation, loading, loader, animated */\n.spinner-container {\n width: 300rpx;\n height: 300rpx;\n position: relative;\n margin: 60rpx auto;\n overflow: hidden;\n}\n\n.spinner {\n position: absolute;\n width: calc(100% - 19.8rpx);\n height: calc(100% - 19.8rpx);\n border: 10rpx solid transparent;\n border-radius: 50%;\n border-top-color: #fff;\n animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.79) infinite;\n}\n\n@keyframes spin {\n from {\n transform: rotate(0deg);\n }\n\n to {\n transform: rotate(360deg);\n }\n}\n", "component_name": "GalaxyMeanPuma17" }, "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": 827, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:39.093Z", "updated_at": "2025-07-31T07:55:39.093Z" }