galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
89 lines • 3.2 kB
JSON
{
"id": "doniaskima_jolly-fireant-35",
"name": "jolly-fireant-35",
"category": "loaders",
"author": "doniaskima",
"description": "jolly-fireant-35 组件 (simple, neumorphism, success, loader, animation, gradient)",
"tags": [
"simple",
"neumorphism",
"success",
"loader",
"animation",
"gradient"
],
"original": {
"html": "<div class=\"loader\"></div>",
"css": "/* From Uiverse.io by doniaskima - Tags: simple, neumorphism, success, loader */\n.loader {\n display: inline-flex;\n gap: 10px;\n}\n\n.loader:before,\n.loader:after {\n content: \"\";\n height: 20px;\n aspect-ratio: 1;\n border-radius: 50%;\n background: radial-gradient(farthest-side,#000 95%,#0000) 35% 35%/6px 6px no-repeat\n #fff;\n transform: scaleX(var(--s,1)) rotate(0deg);\n animation: l6 1s infinite linear;\n}\n\n.loader:after {\n --s: -1;\n animation-delay: -0.1s;\n}\n\n@keyframes l6 {\n 100% {\n transform: scaleX(var(--s,1)) rotate(360deg);\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/doniaskima_jolly-fireant-35.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>",
"script": "export default {\n name: 'GalaxyJollyFireant35',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by doniaskima - Tags: simple, neumorphism, success, loader */\n.loader {\n display: inline-flex;\n gap: 20rpx;\n}\n\n.loader:before,\n.loader:after {\n content: \"\";\n height: 40rpx;\n aspect-ratio: 1;\n border-radius: 50%;\n background: radial-gradient(farthest-side,#000 95%,#0000) 35% 35%/12rpx 12rpx no-repeat\n #fff;\n transform: scaleX(var(--s,1)) rotate(0deg);\n animation: l6 1s infinite linear;\n}\n\n.loader:after {\n --s: -1;\n animation-delay: -0.1s;\n}\n\n@keyframes l6 {\n 100% {\n transform: scaleX(var(--s,1)) rotate(360deg);\n }\n}\n",
"component_name": "GalaxyJollyFireant35"
},
"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": 582,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:41.282Z",
"updated_at": "2025-07-31T07:55:41.282Z"
}