galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
89 lines • 3.56 kB
JSON
{
"id": "AqFox_tiny-wolverine-88",
"name": "tiny-wolverine-88",
"category": "loaders",
"author": "AqFox",
"description": "tiny-wolverine-88 组件 (blue, loader, spinner, wheel, animation, gradient)",
"tags": [
"blue",
"loader",
"spinner",
"wheel",
"animation",
"gradient"
],
"original": {
"html": "<div class=\"spinner\"></div>",
"css": "/* From Uiverse.io by AqFox - Tags: blue, loader, spinner, wheel */\n.spinner {\n width: 56px;\n height: 56px;\n border-radius: 50%;\n color: #004dff;\n background: linear-gradient(currentColor 0 0) center/100% 4px,\n linear-gradient(currentColor 0 0) center/4px 100%,\n radial-gradient(farthest-side,#0000 calc(100% - 7px),currentColor calc(100% - 6px)),\n radial-gradient(circle 7px,currentColor 94%,#0000 0);\n background-repeat: no-repeat;\n animation: spinner-mu2ebf 1s infinite linear;\n position: relative;\n}\n\n.spinner::before {\n content: \"\";\n position: absolute;\n inset: 0;\n border-radius: inherit;\n background: inherit;\n transform: rotate(45deg);\n}\n\n@keyframes spinner-mu2ebf {\n to {\n transform: rotate(.5turn);\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/AqFox_tiny-wolverine-88.html"
},
"uniapp": {
"template": "<view class=\"spinner\"></view>",
"script": "export default {\n name: 'GalaxyTinyWolverine88',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by AqFox - Tags: blue, loader, spinner, wheel */\n.spinner {\n width: 112rpx;\n height: 112rpx;\n border-radius: 50%;\n color: #004dff;\n background: linear-gradient(currentColor 0 0) center/100% 8rpx,\n linear-gradient(currentColor 0 0) center/8rpx 100%,\n radial-gradient(farthest-side,#0000 calc(100% - 14rpx),currentColor calc(100% - 12rpx)),\n radial-gradient(circle 14rpx,currentColor 94%,#0000 0);\n background-repeat: no-repeat;\n animation: spinner-mu2ebf 1s infinite linear;\n position: relative;\n}\n\n.spinner::before {\n content: \"\";\n position: absolute;\n inset: 0;\n border-radius: inherit;\n background: inherit;\n transform: rotate(45deg);\n}\n\n@keyframes spinner-mu2ebf {\n to {\n transform: rotate(.5turn);\n }\n}\n",
"component_name": "GalaxyTinyWolverine88"
},
"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": 772,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:38.956Z",
"updated_at": "2025-07-31T07:55:38.956Z"
}