UNPKG

galaxy-uniapp-mcp-server

Version:

Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成

89 lines 7.97 kB
{ "id": "JkHuger_dangerous-chipmunk-23", "name": "dangerous-chipmunk-23", "category": "loaders", "author": "JkHuger", "description": "dangerous-chipmunk-23 组件 (loader, animation)", "tags": [ "loader", "animation" ], "original": { "html": "<div class=\"frame\">\n <div class=\"center\">\n <div class=\"dot-1\"></div>\n <div class=\"dot-2\"></div>\n <div class=\"dot-3\"></div>\n </div>\n</div>", "css": "/* From Uiverse.io by JkHuger - Tags: loader */\n.frame {\n position: absolute;\n top: 50%;\n left: 50%;\n margin-top: -200px;\n margin-left: -200px;\n}\n\n.center {\n position: absolute;\n width: 220px;\n height: 220px;\n top: 90px;\n left: 90px;\n}\n\n.dot-1 {\n position: absolute;\n z-index: 3;\n width: 30px;\n height: 30px;\n top: 95px;\n left: 95px;\n background: #fff;\n border-radius: 50%;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n -webkit-animation: jump-jump-1 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;\n animation: jump-jump-1 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;\n}\n\n.dot-2 {\n position: absolute;\n z-index: 2;\n width: 60px;\n height: 60px;\n top: 80px;\n left: 80px;\n background: #fff;\n border-radius: 50%;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n -webkit-animation: jump-jump-2 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;\n animation: jump-jump-2 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;\n}\n\n.dot-3 {\n position: absolute;\n z-index: 1;\n width: 90px;\n height: 90px;\n top: 65px;\n left: 65px;\n background: #fff;\n border-radius: 50%;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n -webkit-animation: jump-jump-3 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;\n animation: jump-jump-3 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;\n}\n\n@keyframes jump-jump-1 {\n 0%, 70% {\n box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);\n -webkit-transform: scale(0);\n transform: scale(0);\n }\n\n 100% {\n box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n\n@keyframes jump-jump-2 {\n 0%, 40% {\n box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);\n -webkit-transform: scale(0);\n transform: scale(0);\n }\n\n 100% {\n box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n\n@keyframes jump-jump-3 {\n 0%, 10% {\n box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);\n -webkit-transform: scale(0);\n transform: scale(0);\n }\n\n 100% {\n box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}", "file_path": "/mnt/persist/workspace/loaders/JkHuger_dangerous-chipmunk-23.html" }, "uniapp": { "template": "<view class=\"frame\"></view>\n <view class=\"center\"></view>\n <view class=\"dot-1\"></view>\n <view class=\"dot-2\"></view>\n <view class=\"dot-3\"></view>\n </div>\n</div>", "script": "export default {\n name: 'GalaxyDangerousChipmunk23',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by JkHuger - Tags: loader */\n.frame {\n position: absolute;\n top: 50%;\n left: 50%;\n margin-top: -400rpx;\n margin-left: -400rpx;\n}\n\n.center {\n position: absolute;\n width: 440rpx;\n height: 440rpx;\n top: 180rpx;\n left: 180rpx;\n}\n\n.dot-1 {\n position: absolute;\n z-index: 3;\n width: 60rpx;\n height: 60rpx;\n top: 190rpx;\n left: 190rpx;\n background: #fff;\n border-radius: 50%;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n -webkit-animation: jump-jump-1 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;\n animation: jump-jump-1 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;\n}\n\n.dot-2 {\n position: absolute;\n z-index: 2;\n width: 120rpx;\n height: 120rpx;\n top: 160rpx;\n left: 160rpx;\n background: #fff;\n border-radius: 50%;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n -webkit-animation: jump-jump-2 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;\n animation: jump-jump-2 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;\n}\n\n.dot-3 {\n position: absolute;\n z-index: 1;\n width: 180rpx;\n height: 180rpx;\n top: 130rpx;\n left: 130rpx;\n background: #fff;\n border-radius: 50%;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n -webkit-animation: jump-jump-3 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;\n animation: jump-jump-3 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;\n}\n\n@keyframes jump-jump-1 {\n 0%, 70% {\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 4rpx 4rpx 6rpx 4rpx rgba(0, 0, 0, 0.2);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n -webkit-transform: scale(0);\n transform: scale(0);\n }\n\n 100% {\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 20rpx 20rpx 30rpx 0 rgba(0, 0, 0, 0.3);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n\n@keyframes jump-jump-2 {\n 0%, 40% {\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 4rpx 4rpx 6rpx 4rpx rgba(0, 0, 0, 0.2);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n -webkit-transform: scale(0);\n transform: scale(0);\n }\n\n 100% {\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 20rpx 20rpx 30rpx 0 rgba(0, 0, 0, 0.3);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n\n@keyframes jump-jump-3 {\n 0%, 10% {\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 4rpx 4rpx 6rpx 4rpx rgba(0, 0, 0, 0.2);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n -webkit-transform: scale(0);\n transform: scale(0);\n }\n\n 100% {\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 20rpx 20rpx 30rpx 0 rgba(0, 0, 0, 0.3);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n}\n\n", "component_name": "GalaxyDangerousChipmunk23" }, "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": 2413, "render_cost": "high", "memory_usage": "high" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:39.444Z", "updated_at": "2025-07-31T07:55:39.444Z" }