UNPKG

galaxy-uniapp-mcp-server

Version:

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

86 lines 4.21 kB
{ "id": "ibrahimjlidi_tasty-impala-53", "name": "tasty-impala-53", "category": "loaders", "author": "ibrahimjlidi", "description": "tasty-impala-53 组件 (loader, 3d loader, animation)", "tags": [ "loader", "3d loader", "animation" ], "original": { "html": "<div class=\"loader\"></div>", "css": "/* From Uiverse.io by ibrahimjlidi - Source: alexruix/white-cat-50 - Tags: loader, 3d loader */\n.loader {\n width: 48px;\n height: 48px;\n margin: auto;\n position: relative;\n}\n\n.loader:before {\n content: '';\n width: 48px;\n height: 5px;\n background: #253050;\n position: absolute;\n top: 60px;\n left: 0;\n border-radius: 50%;\n animation: shadow324 0.5s linear infinite;\n}\n\n.loader:after {\n content: '';\n width: 100%;\n height: 100%;\n background: #044080;\n position: absolute;\n top: 0;\n left: 0;\n border-radius: 40px;\n animation: jump7456 0.5s linear infinite;\n}\n\n@keyframes jump7456 {\n 15% {\n border-bottom-right-radius: px;\n }\n\n 25% {\n transform: translateY(15px) rotate(22.5deg);\n }\n\n 50% {\n transform: translateY(17px) scale(1, .9) rotate(45deg);\n border-bottom-right-radius: 40px;\n }\n\n 75% {\n transform: translateY(4px) rotate(50.5deg);\n }\n\n 100% {\n transform: translateY(4) rotate(90deg);\n }\n}\n\n@keyframes shadow324 {\n\n 0%,\n 100% {\n transform: scale(2, 2);\n }\n\n 50% {\n transform: scale(2, );\n }\n}", "file_path": "/mnt/persist/workspace/loaders/ibrahimjlidi_tasty-impala-53.html" }, "uniapp": { "template": "<view class=\"loader\"></view>", "script": "export default {\n name: 'GalaxyTastyImpala53',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by ibrahimjlidi - Source: alexruix/white-cat-50 - Tags: loader, 3d loader */\n.loader {\n width: 96rpx;\n height: 96rpx;\n margin: auto;\n position: relative;\n}\n\n.loader:before {\n content: '';\n width: 96rpx;\n height: 10rpx;\n background: #253050;\n position: absolute;\n top: 120rpx;\n left: 0;\n border-radius: 50%;\n animation: shadow324 0.5s linear infinite;\n}\n\n.loader:after {\n content: '';\n width: 100%;\n height: 100%;\n background: #044080;\n position: absolute;\n top: 0;\n left: 0;\n border-radius: 80rpx;\n animation: jump7456 0.5s linear infinite;\n}\n\n@keyframes jump7456 {\n 15% {\n border-bottom-right-radius: px;\n }\n\n 25% {\n transform: translateY(30rpx) rotate(22.5deg);\n }\n\n 50% {\n transform: translateY(34rpx) scale(1, .9) rotate(45deg);\n border-bottom-right-radius: 80rpx;\n }\n\n 75% {\n transform: translateY(8rpx) rotate(50.5deg);\n }\n\n 100% {\n transform: translateY(4) rotate(90deg);\n }\n}\n\n@keyframes shadow324 {\n\n 0%,\n 100% {\n transform: scale(2, 2);\n }\n\n 50% {\n transform: scale(2, );\n }\n}\n", "component_name": "GalaxyTastyImpala53" }, "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": 1086, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:42.222Z", "updated_at": "2025-07-31T07:55:42.222Z" }