galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
94 lines • 9.73 kB
JSON
{
"id": "NlghtM4re_tasty-puma-74",
"name": "tasty-puma-74",
"category": "loaders",
"author": "NlghtM4re",
"description": "tasty-puma-74 组件 (progress, progress bar, loader, glow, bars, animated, animation)",
"tags": [
"progress",
"progress bar",
"loader",
"glow",
"bars",
"animated",
"animation"
],
"original": {
"html": "<div class=\"loader\">\n <div class=\"loader-inner\"> \n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n <div class=\"loader-block\"></div>\n </div>\n</div>",
"css": "/* From Uiverse.io by NlghtM4re - Tags: progress, progress bar, loader, glow, bars, animated */\n.loader {\n display: flex;\n justify-content: center;\n align-items: center;\n width: 80px;\n height: 80px;\n position: relative;\n}\n\n.loader:before {\n content: \"\";\n position: absolute;\n top: -10px;\n left: -10px;\n right: -10px;\n bottom: -10px;\n border-radius: 50%;\n}\n\n.loader-inner {\n display: flex;\n justify-content: center;\n align-items: center;\n position: relative;\n}\n\n.loader-block {\n display: inline-block;\n width: 8px;\n height: 10px;\n margin: 2px;\n background-color: rgb(53, 143, 246);\n box-shadow: 0 0 30px rgb(53, 143, 246);\n animation: loader 5s infinite;\n}\n\n.loader-block:nth-child(1) {\n animation-delay: 0.2s;\n}\n\n.loader-block:nth-child(2) {\n animation-delay: 0.4s;\n}\n\n.loader-block:nth-child(3) {\n animation-delay: 0.6s;\n}\n\n.loader-block:nth-child(4) {\n animation-delay: 0.8s;\n}\n\n.loader-block:nth-child(5) {\n animation-delay: 1s;\n}\n\n.loader-block:nth-child(6) {\n animation-delay: 1.2s;\n}\n\n.loader-block:nth-child(7) {\n animation-delay: 1.4s;\n}\n\n.loader-block:nth-child(8) {\n animation-delay: 1.6s;\n}\n\n.loader-block:nth-child(9) {\n animation-delay: 1.8s;\n}\n\n.loader-block:nth-child(10) {\n animation-delay: 2s;\n}\n\n.loader-block:nth-child(11) {\n animation-delay: 2.2s;\n}\n\n.loader-block:nth-child(12) {\n animation-delay: 2.4s;\n}\n\n.loader-block:nth-child(13) {\n animation-delay: 2.6s;\n}\n\n.loader-block:nth-child(14) {\n animation-delay: 2.8s;\n}\n\n.loader-block:nth-child(15) {\n animation-delay: 3s;\n}\n\n.loader-block:nth-child(16) {\n animation-delay: 3.2s;\n}\n\n.loader-block:nth-child(17) {\n animation-delay: 3.4s;\n}\n\n.loader-block:nth-child(18) {\n animation-delay: 3.6s;\n}\n\n.loader-block:nth-child(19) {\n animation-delay: 3.8s;\n}\n\n.loader-block:nth-child(20) {\n animation-delay: 4s;\n}\n\n.loader-block:nth-child(21) {\n animation-delay: 4.2s;\n}\n\n.loader-block:nth-child(22) {\n animation-delay: 4.4s;\n}\n\n.loader-block:nth-child(23) {\n animation-delay: 4.6s;\n}\n\n.loader-block:nth-child(24) {\n animation-delay: 4.8s;\n}\n\n@keyframes loader {\n 0% {\n transform: scale(1);\n box-shadow: 0 0 40px rgb(53, 143, 246);\n }\n\n 13% {\n transform: scale(1, 4);\n box-shadow: 0 0 60px rgb(53, 143, 246);\n }\n\n 26% {\n transform: scale(1);\n box-shadow: 0 0 40px rgb(53, 143, 246);\n }\n}",
"file_path": "/mnt/persist/workspace/loaders/NlghtM4re_tasty-puma-74.html"
},
"uniapp": {
"template": "<view class=\"loader\"></view>\n <view class=\"loader-inner\"></view> \n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n <view class=\"loader-block\"></view>\n </div>\n</div>",
"script": "export default {\n name: 'GalaxyTastyPuma74',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by NlghtM4re - Tags: progress, progress bar, loader, glow, bars, animated */\n.loader {\n display: flex;\n justify-content: center;\n align-items: center;\n width: 160rpx;\n height: 160rpx;\n position: relative;\n}\n\n.loader:before {\n content: \"\";\n position: absolute;\n top: -20rpx;\n left: -20rpx;\n right: -20rpx;\n bottom: -20rpx;\n border-radius: 50%;\n}\n\n.loader-inner {\n display: flex;\n justify-content: center;\n align-items: center;\n position: relative;\n}\n\n.loader-block {\n display: inline-block;\n width: 16rpx;\n height: 20rpx;\n margin: 4rpx;\n background-color: rgb(53, 143, 246);\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0 0 60rpx rgb(53, 143, 246);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n animation: loader 5s infinite;\n}\n\n.loader-block:nth-child(1) {\n animation-delay: 0.2s;\n}\n\n.loader-block:nth-child(2) {\n animation-delay: 0.4s;\n}\n\n.loader-block:nth-child(3) {\n animation-delay: 0.6s;\n}\n\n.loader-block:nth-child(4) {\n animation-delay: 0.8s;\n}\n\n.loader-block:nth-child(5) {\n animation-delay: 1s;\n}\n\n.loader-block:nth-child(6) {\n animation-delay: 1.2s;\n}\n\n.loader-block:nth-child(7) {\n animation-delay: 1.4s;\n}\n\n.loader-block:nth-child(8) {\n animation-delay: 1.6s;\n}\n\n.loader-block:nth-child(9) {\n animation-delay: 1.8s;\n}\n\n.loader-block:nth-child(10) {\n animation-delay: 2s;\n}\n\n.loader-block:nth-child(11) {\n animation-delay: 2.2s;\n}\n\n.loader-block:nth-child(12) {\n animation-delay: 2.4s;\n}\n\n.loader-block:nth-child(13) {\n animation-delay: 2.6s;\n}\n\n.loader-block:nth-child(14) {\n animation-delay: 2.8s;\n}\n\n.loader-block:nth-child(15) {\n animation-delay: 3s;\n}\n\n.loader-block:nth-child(16) {\n animation-delay: 3.2s;\n}\n\n.loader-block:nth-child(17) {\n animation-delay: 3.4s;\n}\n\n.loader-block:nth-child(18) {\n animation-delay: 3.6s;\n}\n\n.loader-block:nth-child(19) {\n animation-delay: 3.8s;\n}\n\n.loader-block:nth-child(20) {\n animation-delay: 4s;\n}\n\n.loader-block:nth-child(21) {\n animation-delay: 4.2s;\n}\n\n.loader-block:nth-child(22) {\n animation-delay: 4.4s;\n}\n\n.loader-block:nth-child(23) {\n animation-delay: 4.6s;\n}\n\n.loader-block:nth-child(24) {\n animation-delay: 4.8s;\n}\n\n@keyframes loader {\n 0% {\n transform: scale(1);\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0 0 80rpx rgb(53, 143, 246);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n }\n\n 13% {\n transform: scale(1, 4);\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0 0 120rpx rgb(53, 143, 246);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n }\n\n 26% {\n transform: scale(1);\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0 0 80rpx rgb(53, 143, 246);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n }\n}\n\n",
"component_name": "GalaxyTastyPuma74"
},
"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": "high",
"bundle_size": 3284,
"render_cost": "high",
"memory_usage": "high"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:39.935Z",
"updated_at": "2025-07-31T07:55:39.935Z"
}