galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
94 lines • 4.51 kB
JSON
{
"id": "angelo2004-mateus_neat-owl-38",
"name": "neat-owl-38",
"category": "loaders",
"author": "angelo2004-mateus",
"description": "neat-owl-38 组件 (material design, neumorphism, animation, loader, animated, gradients, gradient)",
"tags": [
"material design",
"neumorphism",
"animation",
"loader",
"animated",
"gradients",
"gradient"
],
"original": {
"html": "<div class=\"loader\">\n <span></span>\n</div>",
"css": "/* From Uiverse.io by angelo2004-mateus - Tags: material design, neumorphism, animation, loader, animated, gradients */\n.loader {\n width: 10rem;\n height: 10rem;\n display: flex;\n justify-content: center;\n align-items: center;\n position: relative;\n border-radius: 50%;\n box-shadow: -5px -5px 9px rgba(255,255,255,0.45), 5px 5px 9px rgba(94, 104, 121, 0.137);\n}\n\n.loader:before {\n height: 4rem;\n width: 4rem;\n content: \"\";\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n z-index: 10;\n background: #ececec;\n border-radius: 50%;\n border: 2px solid #e2e1e1;\n box-shadow: inset -5px -5px 9px rgba(255,255,255,0.45), 5px 5px 9px rgba(94,104,121,0.3);\n}\n\n.loader span {\n width: 80%;\n height: 80%;\n border-radius: 50%;\n background: linear-gradient(to bottom, rgb(89, 92, 252), rgb(226, 57, 241));\n animation: rotate 1s infinite linear;\n}\n\n@keyframes rotate {\n\n 100% {\n transform: rotate(360deg);\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/angelo2004-mateus_neat-owl-38.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>\n <text></text>\n</div>",
"script": "export default {\n name: 'GalaxyNeatOwl38',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by angelo2004-mateus - Tags: material design, neumorphism, animation, loader, animated, gradients */\n.loader {\n width: 10rem;\n height: 10rem;\n display: flex;\n justify-content: center;\n align-items: center;\n position: relative;\n border-radius: 50%;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: -10rpx -10rpx 18rpx rgba(255,255,255,0.45), 10rpx 10rpx 18rpx rgba(94, 104, 121, 0.137);\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 height: 4rem;\n width: 4rem;\n content: \"\";\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n z-index: 10;\n background: #ececec;\n border-radius: 50%;\n border: 4rpx solid #e2e1e1;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: inset -10rpx -10rpx 18rpx rgba(255,255,255,0.45), 10rpx 10rpx 18rpx rgba(94,104,121,0.3);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.loader span {\n width: 80%;\n height: 80%;\n border-radius: 50%;\n background: linear-gradient(to bottom, rgb(89, 92, 252), rgb(226, 57, 241));\n animation: rotate 1s infinite linear;\n}\n\n@keyframes rotate {\n\n 100% {\n transform: rotate(360deg);\n }\n}\n",
"component_name": "GalaxyNeatOwl38"
},
"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": 999,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:40.968Z",
"updated_at": "2025-07-31T07:55:40.968Z"
}