galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
92 lines • 3.11 kB
JSON
{
"id": "CharandeepSingh01_curly-husky-35",
"name": "curly-husky-35",
"category": "loaders",
"author": "CharandeepSingh01",
"description": "curly-husky-35 组件 (loading, loader, loading animation, 3d loader, animation)",
"tags": [
"loading",
"loader",
"loading animation",
"3d loader",
"animation"
],
"original": {
"html": "<div class=\"loader\"></div>",
"css": "/* From Uiverse.io by CharandeepSingh01 - Tags: loading, loader, loading animation, 3d loader */\n/*View in dark mode for good effects*/\n.loader {\n border: 4px solid red;\n width: 100px;\n height: 100px;\n border-radius: 50%;\n border-right-color: transparent;\n animation: rot 1s linear infinite;\n box-shadow: 0px 0px 20px red inset;\n}\n\n@keyframes rot {\n 100% {\n transform: rotate(360deg);\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/CharandeepSingh01_curly-husky-35.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>",
"script": "export default {\n name: 'GalaxyCurlyHusky35',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by CharandeepSingh01 - Tags: loading, loader, loading animation, 3d loader */\n/*View in dark mode for good effects*/\n.loader {\n border: 8rpx solid red;\n width: 200rpx;\n height: 200rpx;\n border-radius: 50%;\n border-right-color: transparent;\n animation: rot 1s linear infinite;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0rpx 0rpx 40rpx red inset;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n@keyframes rot {\n 100% {\n transform: rotate(360deg);\n }\n}\n",
"component_name": "GalaxyCurlyHusky35"
},
"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": 431,
"render_cost": "medium",
"memory_usage": "medium"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:39.031Z",
"updated_at": "2025-07-31T07:55:39.031Z"
}