diff --git a/src/giffgaff/giffgaff_modular.html b/src/giffgaff/giffgaff_modular.html index b553395..ca044f2 100644 --- a/src/giffgaff/giffgaff_modular.html +++ b/src/giffgaff/giffgaff_modular.html @@ -77,12 +77,12 @@
- 本工具仅支持已有 Giffgaff 号码的用户, - 支持实体卡转 eSIM、eSIM 换设备、已支付 £10 直取 eSIM。新用户(未有号码)无法使用,如需开卡请点击下方链接。 + 本工具仅支持已有 Giffgaff 号码的用户 + 支持实体卡转 eSIM、eSIM 换设备、已支付 £10 直取 eSIM。新用户(未有号码)无法使用,如需开卡请点击下方链接 This tool supports existing Giffgaff users only: - SIM-to-eSIM conversion, eSIM device change, and direct eSIM fetch for £10 paid users. New users without a number cannot use it. Click the link below to get started. + SIM-to-eSIM conversion, eSIM device change, and direct eSIM fetch for £10 paid users. New users without a number cannot use it. Click the link below to get started
diff --git a/src/simyo/simyo_modular.html b/src/simyo/simyo_modular.html index c836660..5e10296 100644 --- a/src/simyo/simyo_modular.html +++ b/src/simyo/simyo_modular.html @@ -97,6 +97,18 @@ + +
+ + 本工具仅支持已有 Simyo 号码的用户 + 支持 eSIM 换设备,同时支持 MFA 登录 + + + This tool supports existing Simyo users only + eSIM device change with MFA login support + +
+
diff --git a/src/simyo/styles/simyo-components.css b/src/simyo/styles/simyo-components.css index 139a4d2..3d04bda 100644 --- a/src/simyo/styles/simyo-components.css +++ b/src/simyo/styles/simyo-components.css @@ -335,6 +335,33 @@ opacity: 0.8; } +/* 工具使用提示 */ +.new-user-notice { + background: linear-gradient(135deg, #fff7ed, #ffedd5); + border: 1px solid rgba(255, 107, 0, 0.25); + border-radius: 8px; + padding: 12px 16px; + margin-bottom: 16px; + font-size: 14px; + color: #7c2d12; + text-align: center; + line-height: 1.6; +} + +.new-user-notice .notice-line1 { + display: block; + font-weight: 600; +} + +.new-user-notice .notice-line1 i { + color: #ea580c; + margin-right: 4px; +} + +.new-user-notice .notice-line2 { + display: block; +} + /* 推广横幅 */ .promo-banner { background: linear-gradient(135deg, #ff6b00, #ff8c42);