UNPKG

galaxy-uniapp-mcp-server

Version:

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

85 lines 3.89 kB
{ "id": "JkHuger_silly-termite-54", "name": "silly-termite-54", "category": "loaders", "author": "JkHuger", "description": "silly-termite-54 组件 (loader, animation)", "tags": [ "loader", "animation" ], "original": { "html": "<div class=\"loader-pencil-content\">\n <div class=\"btn\">\n <svg id=\"loader-pencil\" xmlns=\"http://www.w3.org/2000/svg\" width=\"667\" height=\"182\" viewBox=\"0 0 677.34762 182.15429\">\n <g>\n <path id=\"body-pencil\" d=\"M128.273 0l-3.9 2.77L0 91.078l128.273 91.076 549.075-.006V.008L128.273 0zm20.852 30l498.223.006V152.15l-498.223.007V30zm-25 9.74v102.678l-49.033-34.813-.578-32.64 49.61-35.225z\">\n </path>\n <path id=\"line\" d=\"M134.482 157.147v25l518.57.008.002-25-518.572-.008z\">\n </path>\n </g>\n </svg>\n </div>\n</div>", "css": "/* From Uiverse.io by JkHuger - Tags: loader */\n.btn {\n align-items: center;\n background: #93e2cb;\n border-radius: 4px;\n display: flex;\n height: 80px;\n justify-content: center;\n padding: 1rem;\n width: 180px;\n}\n\n#line {\n animation: linePencil .8s infinite linear;\n}\n\n@keyframes linePencil {\n 0% {\n transform: translateY(0);\n }\n\n 100% {\n transform: translateY(-150px);\n }\n}", "file_path": "/mnt/persist/workspace/loaders/JkHuger_silly-termite-54.html" }, "uniapp": { "template": "<view class=\"loader-pencil-content\"></view>\n <view class=\"btn\"></view>\n <view id=\"loader-pencil\" xmlns=\"http://www.w3.org/2000/svg\" width=\"667\" height=\"182\" viewBox=\"0 0 677.34762 182.15429\"></view>\n <g>\n <path id=\"body-pencil\" d=\"M128.273 0l-3.9 2.77L0 91.078l128.273 91.076 549.075-.006V.008L128.273 0zm20.852 30l498.223.006V152.15l-498.223.007V30zm-25 9.74v102.678l-49.033-34.813-.578-32.64 49.61-35.225z\">\n </path>\n <path id=\"line\" d=\"M134.482 157.147v25l518.57.008.002-25-518.572-.008z\">\n </path>\n </g>\n </svg>\n </div>\n</div>", "script": "export default {\n name: 'GalaxySillyTermite54',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by JkHuger - Tags: loader */\n.btn {\n align-items: center;\n background: #93e2cb;\n border-radius: 8rpx;\n display: flex;\n height: 160rpx;\n justify-content: center;\n padding: 1rem;\n width: 360rpx;\n}\n\n#line {\n animation: linePencil .8s infinite linear;\n}\n\n@keyframes linePencil {\n 0% {\n transform: translateY(0);\n }\n\n 100% {\n transform: translateY(-300rpx);\n }\n}\n", "component_name": "GalaxySillyTermite54" }, "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": 946, "render_cost": "medium", "memory_usage": "medium" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:39.528Z", "updated_at": "2025-07-31T07:55:39.528Z" }