feat(app-ui): 啟用部位 B1/B4(浮動鈕 icon) + M1~M5(各支付示意圖) + icon/payment_illust 群組
皆 crop=false 保留原比例;B 系列建議 128x128,M 系列不限尺寸 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
134c57c054
commit
186565f7bb
@ -26,6 +26,8 @@ return [
|
|||||||
'transaction' => '交易結果(E 系列)',
|
'transaction' => '交易結果(E 系列)',
|
||||||
'payment' => '支付方式(P 系列)',
|
'payment' => '支付方式(P 系列)',
|
||||||
'background' => '整頁背景',
|
'background' => '整頁背景',
|
||||||
|
'icon' => '浮動鈕 Icon(B 系列)',
|
||||||
|
'payment_illust' => '支付示意圖(M 系列)',
|
||||||
'bgcolor' => '背景色(C 系列)',
|
'bgcolor' => '背景色(C 系列)',
|
||||||
'textcolor' => '文字色(T 系列)',
|
'textcolor' => '文字色(T 系列)',
|
||||||
],
|
],
|
||||||
@ -50,6 +52,17 @@ return [
|
|||||||
// === 整頁背景(image,滿版裁切)===
|
// === 整頁背景(image,滿版裁切)===
|
||||||
'BG0' => ['label' => 'BG0 - 整頁背景(待機/銷售頁)', 'group' => 'background', 'type' => 'image', 'width' => 1080, 'height' => 1920, 'active' => true],
|
'BG0' => ['label' => 'BG0 - 整頁背景(待機/銷售頁)', 'group' => 'background', 'type' => 'image', 'width' => 1080, 'height' => 1920, 'active' => true],
|
||||||
|
|
||||||
|
// === B 系列:浮動鈕 Icon(image,不裁切保留原比例)===
|
||||||
|
'B1' => ['label' => 'B1 - 取貨碼浮動鈕', 'group' => 'icon', 'type' => 'image', 'width' => 128, 'height' => 128, 'crop' => false, 'active' => true],
|
||||||
|
'B4' => ['label' => 'B4 - 購物車浮動鈕', 'group' => 'icon', 'type' => 'image', 'width' => 128, 'height' => 128, 'crop' => false, 'active' => true],
|
||||||
|
|
||||||
|
// === M 系列:各支付「進行中」畫面的支付方式示意圖(image,不裁切保留原比例)===
|
||||||
|
'M1' => ['label' => 'M1 - 信用卡支付示意圖', 'group' => 'payment_illust', 'type' => 'image', 'width' => null, 'height' => null, 'crop' => false, 'active' => true],
|
||||||
|
'M2' => ['label' => 'M2 - 手機支付示意圖', 'group' => 'payment_illust', 'type' => 'image', 'width' => null, 'height' => null, 'crop' => false, 'active' => true],
|
||||||
|
'M3' => ['label' => 'M3 - 掃碼支付示意圖', 'group' => 'payment_illust', 'type' => 'image', 'width' => null, 'height' => null, 'crop' => false, 'active' => true],
|
||||||
|
'M4' => ['label' => 'M4 - 卡片/電子票證示意圖', 'group' => 'payment_illust', 'type' => 'image', 'width' => null, 'height' => null, 'crop' => false, 'active' => true],
|
||||||
|
'M5' => ['label' => 'M5 - 現金支付示意圖', 'group' => 'payment_illust', 'type' => 'image', 'width' => null, 'height' => null, 'crop' => false, 'active' => true],
|
||||||
|
|
||||||
// === C 系列:背景色(color)===
|
// === C 系列:背景色(color)===
|
||||||
'C0' => ['label' => 'C0 - 機台資訊列底色', 'group' => 'bgcolor', 'type' => 'color', 'active' => true],
|
'C0' => ['label' => 'C0 - 機台資訊列底色', 'group' => 'bgcolor', 'type' => 'color', 'active' => true],
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user