galaxy-uniapp-mcp-server
Version:
Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成
118 lines • 6.91 kB
JSON
{
"id": "SmookyDev_kind-firefox-93",
"name": "kind-firefox-93",
"category": "buttons",
"author": "SmookyDev",
"description": "kind-firefox-93 组件 (animation, gradient, button, neon, css, css effect, buttons, button hover effect, interactive)",
"tags": [
"animation",
"gradient",
"button",
"neon",
"css",
"css effect",
"buttons",
"button hover effect",
"interactive"
],
"original": {
"html": "<a href=\"#\"><span>UIVERSE</span></a>",
"css": "/* From Uiverse.io by SmookyDev - Tags: animation, gradient, button, neon, css, css effect, buttons, button hover effect */\na {\n position: relative;\n width: 160px;\n height: 50px;\n line-height: 48px;\n background: #000;\n text-transform: uppercase;\n font-weight: bolder;\n font-size: 25px;\n text-align: center;\n letter-spacing: 0.1em;\n text-decoration: none;\n transition: 0.5s;\n -webkit-box-reflect: below 1px linear-gradient(transparent, #0004);\n}\n\na span {\n position: absolute;\n display: block;\n top: 1px;\n left: 1px;\n right: 1px;\n bottom: 1px;\n text-align: center;\n background: #0c0c0c;\n color: rgba(255, 255, 255, 0.2);\n transition: 0.5s;\n}\n\na:hover span {\n color: rgba(255, 255, 255, 1);\n}\n\na span::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 50%;\n background: rgba(255, 255, 255, 0.1);\n z-index: 10;\n}\n\na::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(\n 45deg,\n #c0392b,\n #f39c12,\n #f1c40f,\n #2ecc71,\n #3498db,\n #2980b9,\n #9b59b6,\n #8e44ad,\n #c0392b,\n #f39c12,\n #f1c40f,\n #2ecc71,\n #3498db,\n #2980b9,\n #9b59b6,\n #8e44ad\n );\n background-size: 400%;\n opacity: 0;\n transition: 2.5 s;\n animation: eff 20s linear infinite;\n}\n\na:hover::before,\na:hover::after {\n opacity: 1;\n}\n\na::after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(\n 45deg,\n #c0392b,\n #f39c12,\n #f1c40f,\n #2ecc71,\n #3498db,\n #2980b9,\n #9b59b6,\n #8e44ad,\n #c0392b,\n #f39c12,\n #f1c40f,\n #2ecc71,\n #3498db,\n #2980b9,\n #9b59b6,\n #8e44ad\n );\n background-size: 400%;\n opacity: 0;\n filter: blur(20px);\n transition: 0.5s;\n animation: eff 20s ease infinite;\n}\n\n@keyframes eff {\n 0% {\n background-position: 0 0;\n }\n 50% {\n background-position: 400% 0;\n }\n 100% {\n background-position: 0 0;\n }\n}",
"file_path": "/mnt/persist/workspace/Buttons/SmookyDev_kind-firefox-93.html"
},
"uniapp": {
"template": "<navigator href=\"#\"><text>UIVERSE</text></navigator>",
"script": "export default {\n name: 'GalaxyKindFirefox93',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}",
"style": "\n/* From Uiverse.io by SmookyDev - Tags: animation, gradient, button, neon, css, css effect, buttons, button hover effect */\na {\n position: relative;\n width: 320rpx;\n height: 100rpx;\n line-height: 96rpx;\n background: #000;\n text-transform: uppercase;\n font-weight: bolder;\n font-size: 50rpx;\n text-align: center;\n letter-spacing: 0.1em;\n text-decoration: none;\n transition: 0.5s;\n -webkit-box-reflect: below 2rpx linear-gradient(transparent, #0004);\n}\n\na span {\n position: absolute;\n display: block;\n top: 2rpx;\n left: 2rpx;\n right: 2rpx;\n bottom: 2rpx;\n text-align: center;\n background: #0c0c0c;\n color: rgba(255, 255, 255, 0.2);\n transition: 0.5s;\n}\n\na:hover span {\n color: rgba(255, 255, 255, 1);\n}\n\na span::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 50%;\n background: rgba(255, 255, 255, 0.1);\n z-index: 10;\n}\n\na::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(\n 45deg,\n #c0392b,\n #f39c12,\n #f1c40f,\n #2ecc71,\n #3498db,\n #2980b9,\n #9b59b6,\n #8e44ad,\n #c0392b,\n #f39c12,\n #f1c40f,\n #2ecc71,\n #3498db,\n #2980b9,\n #9b59b6,\n #8e44ad\n );\n background-size: 400%;\n opacity: 0;\n transition: 2.5 s;\n animation: eff 20s linear infinite;\n}\n\na:hover::before,\na:hover::after {\n opacity: 1;\n}\n\na::after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(\n 45deg,\n #c0392b,\n #f39c12,\n #f1c40f,\n #2ecc71,\n #3498db,\n #2980b9,\n #9b59b6,\n #8e44ad,\n #c0392b,\n #f39c12,\n #f1c40f,\n #2ecc71,\n #3498db,\n #2980b9,\n #9b59b6,\n #8e44ad\n );\n background-size: 400%;\n opacity: 0;\n \n transition: 0.5s;\n animation: eff 20s ease infinite;\n}\n\n@keyframes eff {\n 0% {\n background-position: 0 0;\n }\n 50% {\n background-position: 400% 0;\n }\n 100% {\n background-position: 0 0;\n }\n}\n\n",
"component_name": "GalaxyKindFirefox93"
},
"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": "是否禁用"
},
{
"name": "text",
"type": "String",
"default": "按钮",
"required": false,
"description": "按钮文字"
},
{
"name": "type",
"type": "String",
"default": "primary",
"required": false,
"description": "按钮类型"
}
],
"events": [
{
"name": "click",
"description": "点击事件",
"parameters": [
"event"
]
}
],
"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": "high",
"bundle_size": 2055,
"render_cost": "high",
"memory_usage": "high"
},
"dependencies": [],
"examples": [
{
"title": "",
"description": "",
"code": ""
}
],
"created_at": "2025-07-31T07:55:34.782Z",
"updated_at": "2025-07-31T07:55:34.782Z"
}