galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
91 lines • 5.21 kB
JSON
{
"id": "funkyjuice213_chilly-fireant-79",
"name": "chilly-fireant-79",
"category": "loaders",
"author": "funkyjuice213",
"description": "chilly-fireant-79 组件 (loader, glow, animation, gradient)",
"tags": [
"loader",
"glow",
"animation",
"gradient"
],
"original": {
"html": "<div class=\"loader\">\n <div class=\"loader-bar bar-1\"></div>\n <div class=\"loader-bar bar-2\"></div>\n <div class=\"loader-bar bar-3\"></div>\n <div class=\"loader-bar bar-4\"></div>\n</div>",
"css": "/* From Uiverse.io by funkyjuice213 - Tags: loader, glow */\n.loader {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100%;\n}\n\n.loader-bar {\n height: 25px;\n width: 6px;\n margin: 0 3px;\n border-radius: 20px;\n animation: loader 2s ease-in-out infinite;\n}\n\n.bar-1 {\n background: linear-gradient(to right, #00e6e6, #00ccff, #0099ff, #0066ff);\n animation-delay: 0s;\n box-shadow: 0px 0px 15px 3px #00e6e6;\n}\n\n.bar-2 {\n background: linear-gradient(to right, #00ccff, #0099ff, #0066ff, #00e6e6);\n animation-delay: 0.1s;\n box-shadow: 0px 0px 15px 3px #00ccff;\n}\n\n.bar-3 {\n background: linear-gradient(to right, #0099ff, #0066ff, #00e6e6, #00ccff);\n animation-delay: 0.2s;\n box-shadow: 0px 0px 15px 3px #0099ff;\n}\n\n.bar-4 {\n background: linear-gradient(to right, #0066ff, #00e6e6, #00ccff, #0099ff);\n animation-delay: 0.3s;\n box-shadow: 0px 0px 15px 3px #0066ff;\n}\n\n@keyframes loader {\n 0% {\n transform: scaleY(1);\n }\n\n 50% {\n transform: scaleY(2);\n }\n\n 100% {\n transform: scaleY(1);\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/funkyjuice213_chilly-fireant-79.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>\n <view class=\"loader-bar bar-1\"></view>\n <view class=\"loader-bar bar-2\"></view>\n <view class=\"loader-bar bar-3\"></view>\n <view class=\"loader-bar bar-4\"></view>\n</div>",
"script": "export default {\n name: 'GalaxyChillyFireant79',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by funkyjuice213 - Tags: loader, glow */\n.loader {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100%;\n}\n\n.loader-bar {\n height: 50rpx;\n width: 12rpx;\n margin: 0 6rpx;\n border-radius: 40rpx;\n animation: loader 2s ease-in-out infinite;\n}\n\n.bar-1 {\n background: linear-gradient(to right, #00e6e6, #00ccff, #0099ff, #0066ff);\n animation-delay: 0s;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0rpx 0rpx 30rpx 6rpx #00e6e6;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.bar-2 {\n background: linear-gradient(to right, #00ccff, #0099ff, #0066ff, #00e6e6);\n animation-delay: 0.1s;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0rpx 0rpx 30rpx 6rpx #00ccff;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.bar-3 {\n background: linear-gradient(to right, #0099ff, #0066ff, #00e6e6, #00ccff);\n animation-delay: 0.2s;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0rpx 0rpx 30rpx 6rpx #0099ff;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.bar-4 {\n background: linear-gradient(to right, #0066ff, #00e6e6, #00ccff, #0099ff);\n animation-delay: 0.3s;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0rpx 0rpx 30rpx 6rpx #0066ff;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n@keyframes loader {\n 0% {\n transform: scaleY(1);\n }\n\n 50% {\n transform: scaleY(2);\n }\n\n 100% {\n transform: scaleY(1);\n }\n}\n\n",
"component_name": "GalaxyChillyFireant79"
},
"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": 1228,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:42.088Z",
"updated_at": "2025-07-31T07:55:42.088Z"
}