galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
90 lines • 3.92 kB
JSON
{
"id": "mrhyddenn_curly-zebra-89",
"name": "curly-zebra-89",
"category": "loaders",
"author": "mrhyddenn",
"description": "curly-zebra-89 组件 (loader, animation, gradient)",
"tags": [
"loader",
"animation",
"gradient"
],
"original": {
"html": "<div class=\"loader loader_bubble\"></div>",
"css": "/* From Uiverse.io by mrhyddenn - Tags: loader */\n.loader {\n position: relative;\n display: block;\n width: 44px;\n height: 44px;\n font-size: 15px;\n box-shadow: 9px 9px 33px #d1d1d1, -9px -9px 33px #ffffff;\n}\n\n.loader::before,\n.loader::after {\n content: '';\n position: absolute;\n display: block;\n}\n\n.loader_bubble::before {\n top: 10px;\n left: 10px;\n width: 10px;\n height: 10px;\n background: #fff;\n border-radius: 50%;\n}\n\n.loader_bubble {\n background: linear-gradient(180deg, rgb(0, 91, 228) 10%, rgb(75, 127, 240) 100%);\n border-radius: 50%;\n transform-origin: 50% 50%;\n animation: bubble7234 1200ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite;\n}\n\n@keyframes bubble7234 {\n 0% {\n transform: translate3d(0,0,0) rotate(0);\n }\n\n 100% {\n transform: translate3d(0,0,0) rotate(360deg);\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/mrhyddenn_curly-zebra-89.html"
},
"uniapp": {
"template": "<view class=\"loader loader_bubble\"></view>",
"script": "export default {\n name: 'GalaxyCurlyZebra89',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by mrhyddenn - Tags: loader */\n.loader {\n position: relative;\n display: block;\n width: 88rpx;\n height: 88rpx;\n font-size: 30rpx;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 18rpx 18rpx 66rpx #d1d1d1, -18rpx -18rpx 66rpx #ffffff;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.loader::before,\n.loader::after {\n content: '';\n position: absolute;\n display: block;\n}\n\n.loader_bubble::before {\n top: 20rpx;\n left: 20rpx;\n width: 20rpx;\n height: 20rpx;\n background: #fff;\n border-radius: 50%;\n}\n\n.loader_bubble {\n background: linear-gradient(180deg, rgb(0, 91, 228) 10%, rgb(75, 127, 240) 100%);\n border-radius: 50%;\n transform-origin: 50% 50%;\n animation: bubble7234 1200ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite;\n}\n\n@keyframes bubble7234 {\n 0% {\n transform: translate3d(0,0,0) rotate(0);\n }\n\n 100% {\n transform: translate3d(0,0,0) rotate(360deg);\n }\n}\n",
"component_name": "GalaxyCurlyZebra89"
},
"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": 855,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:42.411Z",
"updated_at": "2025-07-31T07:55:42.411Z"
}