UNPKG

galaxy-uniapp-mcp-server

Version:

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

92 lines 5.57 kB
{ "id": "Subaashbala_itchy-husky-37", "name": "itchy-husky-37", "category": "loaders", "author": "Subaashbala", "description": "itchy-husky-37 组件 (animation, minimalist, loader, rotate, loading animation)", "tags": [ "animation", "minimalist", "loader", "rotate", "loading animation" ], "original": { "html": "<div class=\"loader\">\n <div class=\"shape\">\n <div class=\"numRowContainer\">\n <div class=\"numRow\">0 1 0 1 1 0 0 1</div>\n <div class=\"numRow\">0 1 0 1 1 0 0 1</div>\n <div class=\"numRow\">0 1 0 1 1 0 0 1</div>\n <div class=\"numRow\">0 1 0 1 1 0 0 1</div>\n <div class=\"numRow\">0 1 0 1 1 0 0 1</div>\n <div class=\"numRow\">0 1 0 1 1 0 0 1</div>\n <div class=\"numRow\">0 1 0 1 1 0 0 1</div>\n <div class=\"numRow\">0 1 0 1 1 0 0 1</div>\n <div class=\"numRow\">0 1 0 1 1 0 0 1</div>\n <div class=\"numRow\">0 1 0 1 1 0 0 1</div>\n </div>\n </div>\n</div>", "css": "/* From Uiverse.io by Subaashbala - Tags: animation, minimalist, loader, rotate, loading animation */\n.shape {\n --BG-COLOR: #59d5e0;\n --OUTLINE-COLOR: #068b97;\n --OUTLINE-SIZE: 15px;\n width: 7rem;\n aspect-ratio: 1;\n position: relative;\n border-radius: 50%;\n overflow: hidden;\n display: flex;\n justify-content: center;\n outline: var(--OUTLINE-SIZE) solid var(--OUTLINE-COLOR);\n background: var(--BG-COLOR);\n box-shadow: 0px 0px calc(var(--OUTLINE-SIZE) + 25px) rgba(0, 0, 0, 0.438);\n animation: morph 2.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;\n}\n.numRowContainer {\n height: fit-content;\n animation: infiniteScroll 2.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;\n}\n@keyframes infiniteScroll {\n from {\n transform: translate(0, 0);\n }\n to {\n transform: translate(0, -50%);\n }\n}\n@keyframes morph {\n 50% {\n --BG-COLOR: PINK;\n --OUTLINE-COLOR: #ff407d;\n transform: rotate(150deg);\n border-radius: 20%;\n }\n 100% {\n transform: rotate(360deg);\n }\n}", "file_path": "/mnt/persist/workspace/loaders/Subaashbala_itchy-husky-37.html" }, "uniapp": { "template": "<view class=\"loader\"></view>\n <view class=\"shape\"></view>\n <view class=\"numRowContainer\"></view>\n <view class=\"numRow\">0 1 0 1 1 0 0 1</view>\n <view class=\"numRow\">0 1 0 1 1 0 0 1</view>\n <view class=\"numRow\">0 1 0 1 1 0 0 1</view>\n <view class=\"numRow\">0 1 0 1 1 0 0 1</view>\n <view class=\"numRow\">0 1 0 1 1 0 0 1</view>\n <view class=\"numRow\">0 1 0 1 1 0 0 1</view>\n <view class=\"numRow\">0 1 0 1 1 0 0 1</view>\n <view class=\"numRow\">0 1 0 1 1 0 0 1</view>\n <view class=\"numRow\">0 1 0 1 1 0 0 1</view>\n <view class=\"numRow\">0 1 0 1 1 0 0 1</view>\n </div>\n </div>\n</div>", "script": "export default {\n name: 'GalaxyItchyHusky37',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by Subaashbala - Tags: animation, minimalist, loader, rotate, loading animation */\n.shape {\n --BG-COLOR: #59d5e0;\n --OUTLINE-COLOR: #068b97;\n --OUTLINE-SIZE: 30rpx;\n width: 7rem;\n aspect-ratio: 1;\n position: relative;\n border-radius: 50%;\n overflow: hidden;\n display: flex;\n justify-content: center;\n outline: var(--OUTLINE-SIZE) solid var(--OUTLINE-COLOR);\n background: var(--BG-COLOR);\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0rpx 0rpx calc(var(--OUTLINE-SIZE) + 50rpx) rgba(0, 0, 0, 0.438);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n animation: morph 2.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;\n}\n.numRowContainer {\n height: fit-content;\n animation: infiniteScroll 2.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;\n}\n@keyframes infiniteScroll {\n from {\n transform: translate(0, 0);\n }\n to {\n transform: translate(0, -50%);\n }\n}\n@keyframes morph {\n 50% {\n --BG-COLOR: PINK;\n --OUTLINE-COLOR: #ff407d;\n transform: rotate(150deg);\n border-radius: 20%;\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n\n", "component_name": "GalaxyItchyHusky37" }, "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": 1594, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:40.619Z", "updated_at": "2025-07-31T07:55:40.619Z" }