From bce557cc2dc767628bed6aac87301a1be7c5431b Mon Sep 17 00:00:00 2001 From: rxliuli Date: Tue, 4 Nov 2025 05:03:50 +0800 Subject: init commit --- src/components/pages/StaticMessagePage.svelte | 113 ++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 src/components/pages/StaticMessagePage.svelte (limited to 'src/components/pages/StaticMessagePage.svelte') diff --git a/src/components/pages/StaticMessagePage.svelte b/src/components/pages/StaticMessagePage.svelte new file mode 100644 index 0000000..45c1a36 --- /dev/null +++ b/src/components/pages/StaticMessagePage.svelte @@ -0,0 +1,113 @@ + + + + +
+
+ {#if page.titleLocKey} +

{$i18n.t(page.titleLocKey)}

+ {/if} + +
+ {#if page.contentType === 'win-back' || page.contentType === 'contingent-price'} +

+ {$i18n.t('ASE.Web.AppStore.WinBack.Subhead')} +

+ +

+ + {$i18n.t('ASE.Web.AppStore.WinBack.DirectionalTitle')} + +

+ +
    +
  • + {$i18n.t('ASE.Web.AppStore.WinBack.Update.iOS')} +
  • +
  • + {$i18n.t('ASE.Web.AppStore.WinBack.Update.macOS')} +
  • +
+ +

+ {$i18n.t('ASE.Web.AppStore.WinBack.Body')} +

+ {:else if page.contentType === 'carrier'} +

+ {$i18n.t('ASE.Web.AppStore.Carrier.Update.iOS')} +

+

+ {$i18n.t('ASE.Web.AppStore.Carrier.Body')} +

+ {:else if page.contentType === 'invoice'} +

+ {$i18n.t('ASE.Web.AppStore.Invoice.Body')} +

+ {/if} +
+
+
+ + -- cgit v1.2.3