galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
90 lines • 4.19 kB
JSON
{
"id": "AmIt-DasIT_white-termite-91",
"name": "white-termite-91",
"category": "loaders",
"author": "AmIt-DasIT",
"description": "white-termite-91 组件 (loader, animation, gradient)",
"tags": [
"loader",
"animation",
"gradient"
],
"original": {
"html": "<div class=\"card\">\n <div class=\"conic_back1\"></div>\n <div class=\"conic_back2\"></div>\n</div>",
"css": "/* From Uiverse.io by AmIt-DasIT - Tags: loader */\n.card {\n width: 80px;\n height: 80px;\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n position: relative;\n transition: 1s;\n animation: rotate 1s linear infinite;\n}\n\n.card .conic_back1 {\n width: 150px;\n height: 150px;\n position: absolute;\n background: conic-gradient(transparent, transparent, transparent, crimson);\n}\n\n.card .conic_back2 {\n width: 150px;\n height: 150px;\n position: absolute;\n transform: rotate(180deg);\n background: conic-gradient(transparent, transparent, transparent, orange);\n}\n\n@keyframes rotate {\n 0% {\n width: 0px;\n height: 0px;\n transform: rotate(0deg);\n }\n\n 30% {\n width: 45px;\n height: 45px;\n transform: rotate(100deg);\n }\n\n 60% {\n width: 35px;\n height: 35px;\n filter: blur(1px);\n transform: rotate(360deg);\n }\n\n 100% {\n transform: rotate(1240deg);\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/AmIt-DasIT_white-termite-91.html"
},
"uniapp": {
"template": "<view class=\"card\"></view>\n <view class=\"conic_back1\"></view>\n <view class=\"conic_back2\"></view>\n</div>",
"script": "export default {\n name: 'GalaxyWhiteTermite91',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by AmIt-DasIT - Tags: loader */\n.card {\n width: 160rpx;\n height: 160rpx;\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n position: relative;\n transition: 1s;\n animation: rotate 1s linear infinite;\n}\n\n.card .conic_back1 {\n width: 300rpx;\n height: 300rpx;\n position: absolute;\n background: conic-gradient(transparent, transparent, transparent, crimson);\n}\n\n.card .conic_back2 {\n width: 300rpx;\n height: 300rpx;\n position: absolute;\n transform: rotate(180deg);\n background: conic-gradient(transparent, transparent, transparent, orange);\n}\n\n@keyframes rotate {\n 0% {\n width: 0rpx;\n height: 0rpx;\n transform: rotate(0deg);\n }\n\n 30% {\n width: 90rpx;\n height: 90rpx;\n transform: rotate(100deg);\n }\n\n 60% {\n width: 70rpx;\n height: 70rpx;\n \n transform: rotate(360deg);\n }\n\n 100% {\n transform: rotate(1240deg);\n }\n}\n\n",
"component_name": "GalaxyWhiteTermite91"
},
"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": [
"不支持 filter 属性"
],
"alternatives": []
},
"mp-alipay": {
"supported": true,
"issues": [
"不支持 filter 属性"
],
"alternatives": []
},
"app-plus": {
"supported": true,
"issues": [],
"alternatives": []
}
},
"performance": {
"complexity": "medium",
"bundle_size": 1043,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:38.902Z",
"updated_at": "2025-07-31T07:55:38.902Z"
}