feat: update DMG background - green brand title, simplified tip text

This commit is contained in:
小鱼开发
2026-05-19 10:20:34 +08:00
parent 6431666e7d
commit fc92370993
2 changed files with 3 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 24 KiB

+3 -3
View File
@@ -70,9 +70,9 @@ logo_x = (W - logo_size) // 2 - 70
logo_y = 28
bg.paste(logo, (logo_x, logo_y), logo)
# 品牌名称
# 品牌名称(品牌绿色)
draw.text((logo_x + logo_size + 10, logo_y + 6), "美家卡智影",
fill=TEXT_PRIMARY, font=font_title)
fill=PRIMARY, font=font_title)
# ──────────────────────────── 中部拖拽引导 ────────────────────────────
# 拖拽箭头(从左侧指向右侧)
@@ -139,7 +139,7 @@ draw.text((card_x + 20, card_y + 14), "首次安装提示",
# 提示正文
tip_lines = [
"由于未注册 Apple 开发者,首次打开时可能会被系统拦截",
"首次打开时可能会被系统拦截",
"请右键点击应用图标,选择「打开」,或在系统设置中允许",
]
for i, line in enumerate(tip_lines):