nihao
🤖 回答引擎: 功能策划 |
🕒 时间: 2026-02-25 14:28:45 |
👁️ 阅读: 3
[
{
"type": "rect",
"name": "main_bg",
"x": 140,
"y": 110,
"w": 920,
"h": 580,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(0,0,0,0.85)",
"border": "2px solid #8B4513"
},
{
"type": "text",
"name": "title",
"x": 180,
"y": 130,
"w": 200,
"h": 40,
"text": "勋章兑换",
"fontSize": 28,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "button",
"name": "close_btn",
"x": 1020,
"y": 110,
"w": 40,
"h": 30,
"text": "✕",
"fontSize": 20,
"color": "#ffffff",
"bg": "#FF0000",
"border": "1px solid #8B0000"
},
{
"type": "rect",
"name": "category_bg",
"x": 180,
"y": 180,
"w": 200,
"h": 350,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68, 68, 68, 0.8)",
"border": "1px solid #444"
},
{
"type": "button",
"name": "category_btn_high",
"x": 190,
"y": 190,
"w": 180,
"h": 40,
"text": "高级勋章",
"fontSize": 18,
"color": "#ffffff",
"bg": "#444",
"border": "1px solid #666",
"normalBg": "#444",
"hoverBg": "#555",
"pressedBg": "#4169E1"
},
{
"type": "button",
"name": "category_btn_ancient",
"x": 190,
"y": 240,
"w": 180,
"h": 40,
"text": "上古勋章",
"fontSize": 18,
"color": "#ffffff",
"bg": "#444",
"border": "1px solid #666",
"normalBg": "#444",
"hoverBg": "#555",
"pressedBg": "#4169E1"
},
{
"type": "button",
"name": "category_btn_honor",
"x": 190,
"y": 290,
"w": 180,
"h": 40,
"text": "荣誉级勋章",
"fontSize": 18,
"color": "#ffffff",
"bg": "#444",
"border": "1px solid #666",
"normalBg": "#444",
"hoverBg": "#555",
"pressedBg": "#4169E1"
},
{
"type": "button",
"name": "category_btn_special",
"x": 190,
"y": 340,
"w": 180,
"h": 40,
"text": "特殊类勋章",
"fontSize": 18,
"color": "#ffffff",
"bg": "#444",
"border": "1px solid #666",
"normalBg": "#444",
"hoverBg": "#555",
"pressedBg": "#4169E1"
},
{
"type": "rect",
"name": "list_bg",
"x": 400,
"y": 180,
"w": 320,
"h": 350,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68, 68, 68, 0.8)",
"border": "1px solid #444"
},
{
"type": "button",
"name": "medal_btn_1",
"x": 410,
"y": 190,
"w": 300,
"h": 50,
"text": "荣誉勋章1级",
"fontSize": 20,
"color": "#FFD700",
"bg": "#333",
"border": "1px solid #666",
"normalBg": "#333",
"hoverBg": "#444",
"pressedBg": "#555"
},
{
"type": "button",
"name": "medal_btn_2",
"x": 410,
"y": 250,
"w": 300,
"h": 50,
"text": "荣誉勋章2级",
"fontSize": 20,
"color": "#FFD700",
"bg": "#333",
"border": "1px solid #666",
"normalBg": "#333",
"hoverBg": "#444",
"pressedBg": "#555"
},
{
"type": "button",
"name": "medal_btn_3",
"x": 410,
"y": 310,
"w": 300,
"h": 50,
"text": "荣誉勋章3级",
"fontSize": 20,
"color": "#FFD700",
"bg": "#333",
"border": "1px solid #666",
"normalBg": "#333",
"hoverBg": "#444",
"pressedBg": "#555"
},
{
"type": "rect",
"name": "requirement_bg",
"x": 740,
"y": 180,
"w": 300,
"h": 200,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(40, 40, 40, 0.9)",
"border": "1px solid #8B4513"
},
{
"type": "text",
"name": "medal_name",
"x": 750,
"y": 190,
"w": 280,
"h": 30,
"text": "荣誉勋章1级",
"fontSize": 18,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "req_title",
"x": 750,
"y": 230,
"w": 280,
"h": 25,
"text": "需要以下条件:",
"fontSize": 16,
"color": "#FF8C00",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "cost_prestige",
"x": 750,
"y": 260,
"w": 280,
"h": 25,
"text": "声望:1000",
"fontSize": 16,
"color": "#FF6347",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "cost_material",
"x": 750,
"y": 290,
"w": 280,
"h": 25,
"text": "材料:荣誉徽章 x5",
"fontSize": 16,
"color": "#FF6347",
"bg": "",
"border": ""
},
{
"type": "button",
"name": "exchange_btn",
"x": 750,
"y": 330,
"w": 280,
"h": 40,
"text": "兑换",
"fontSize": 20,
"color": "#ffffff",
"bg": "#4CAF50",
"border": "1px solid #388E3C",
"normalBg": "#4CAF50",
"hoverBg": "#45a049",
"pressedBg": "#388E3C"
},
{
"type": "rect",
"name": "compose_bg",
"x": 740,
"y": 400,
"w": 300,
"h": 130,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(40, 40, 40, 0.9)",
"border": "1px solid #8B4513"
},
{
"type": "text",
"name": "compose_title",
"x": 750,
"y": 410,
"w": 280,
"h": 30,
"text": "高级勋章合成",
"fontSize": 18,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "current_prestige",
"x": 750,
"y": 450,
"w": 280,
"h": 25,
"text": "当前声望:5000",
"fontSize": 16,
"color": "#87CEEB",
"bg": "",
"border": ""
},
{
"type": "button",
"name": "compose_btn",
"x": 750,
"y": 480,
"w": 280,
"h": 40,
"text": "合成",
"fontSize": 20,
"color": "#ffffff",
"bg": "#FF8C00",
"border": "1px solid #cc7000",
"normalBg": "#FF8C00",
"hoverBg": "#e67e00",
"pressedBg": "#cc7000"
},
{
"type": "text",
"name": "hint_text",
"x": 750,
"y": 525,
"w": 280,
"h": 20,
"text": "可合成更高级勋章",
"fontSize": 14,
"color": "#FF8C00",
"bg": "",
"border": ""
},
{
"type": "rect",
"name": "player_info_bg",
"x": 400,
"y": 549,
"w": 640,
"h": 120,
"text": "",
"fontSize": 14,
"color": "#ffffff",
"bg": "rgba(68, 68, 68, 0.8)",
"border": "1px solid #444"
},
{
"type": "text",
"name": "player_info_title",
"x": 410,
"y": 559,
"w": 200,
"h": 30,
"text": "玩家信息",
"fontSize": 20,
"color": "#FFD700",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "prestige_info",
"x": 410,
"y": 599,
"w": 300,
"h": 25,
"text": "声望:5000",
"fontSize": 16,
"color": "#87CEEB",
"bg": "",
"border": ""
},
{
"type": "text",
"name": "badge_info",
"x": 410,
"y": 629,
"w": 300,
"h": 25,
"text": "荣誉徽章:10",
"fontSize": 16,
"color": "#87CEEB",
"bg": "",
"border": ""
}
]
← 返回问答库