UNPKG

galaxy-uniapp-mcp-server

Version:

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

97 lines 3.71 kB
{ "id": "Uncannypotato69_dull-wolverine-48", "name": "dull-wolverine-48", "category": "loaders", "author": "Uncannypotato69", "description": "dull-wolverine-48 组件 (simple, animation, white, black, loading, loader, text animation, css)", "tags": [ "simple", "animation", "white", "black", "loading", "loader", "text animation", "css" ], "original": { "html": "<div class=\"textWrapper\">\n <p class=\"text\">Loading...</p>\n <div class=\"invertbox\"></div>\n</div>", "css": "/* From Uiverse.io by Uncannypotato69 - Tags: simple, animation, white, black, loading, loader, text animation, css */\n.textWrapper {\n height: fit-content;\n min-width: 3rem;\n width: fit-content;\n font-size: 2rem;\n font-weight: 700;\n letter-spacing: 0.25ch;\n position: relative;\n z-index: 0;\n color: white;\n}\n\n.invertbox {\n position: absolute;\n height: 100%;\n aspect-ratio: 1/1;\n left: 0;\n top: 0;\n border-radius: 20%;\n background-color: rgba(255, 255, 255, 0.1);\n backdrop-filter: invert(100%);\n animation: move 2s ease-in-out infinite;\n}\n\n@keyframes move {\n 50% {\n left: calc(100% - 3rem);\n }\n}", "file_path": "/mnt/persist/workspace/loaders/Uncannypotato69_dull-wolverine-48.html" }, "uniapp": { "template": "<view class=\"textWrapper\"></view>\n <text class=\"text\">Loading...</text>\n <view class=\"invertbox\"></view>\n</div>", "script": "export default {\n name: 'GalaxyDullWolverine48',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by Uncannypotato69 - Tags: simple, animation, white, black, loading, loader, text animation, css */\n.textWrapper {\n height: fit-content;\n min-width: 3rem;\n width: fit-content;\n font-size: 2rem;\n font-weight: 700;\n letter-spacing: 0.25ch;\n position: relative;\n z-index: 0;\n color: white;\n}\n\n.invertbox {\n position: absolute;\n height: 100%;\n aspect-ratio: 1/1;\n left: 0;\n top: 0;\n border-radius: 20%;\n background-color: rgba(255, 255, 255, 0.1);\n backdrop-\n animation: move 2s ease-in-out infinite;\n}\n\n@keyframes move {\n 50% {\n left: calc(100% - 3rem);\n }\n}\n\n", "component_name": "GalaxyDullWolverine48" }, "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": [ "不支持 filter 属性", "不支持 backdrop-filter 属性" ], "alternatives": [] }, "mp-alipay": { "supported": true, "issues": [ "不支持 filter 属性", "不支持 backdrop-filter 属性" ], "alternatives": [] }, "app-plus": { "supported": true, "issues": [], "alternatives": [] } }, "performance": { "complexity": "medium", "bundle_size": 726, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:40.708Z", "updated_at": "2025-07-31T07:55:40.708Z" }