migration_notice
This commit is contained in:
parent
5ed889a34f
commit
16c3b56a98
1 changed files with 5 additions and 2 deletions
|
|
@ -110,8 +110,11 @@ export const commonApiRouter = router({
|
||||||
versionNum: consts[CONST_KEYS.versionNum] ?? '1.1.0',
|
versionNum: consts[CONST_KEYS.versionNum] ?? '1.1.0',
|
||||||
playStoreUrl: consts[CONST_KEYS.playStoreUrl] ?? 'https://play.google.com/store/apps/details?id=in.freshyo.app',
|
playStoreUrl: consts[CONST_KEYS.playStoreUrl] ?? 'https://play.google.com/store/apps/details?id=in.freshyo.app',
|
||||||
appStoreUrl: consts[CONST_KEYS.appStoreUrl] ?? 'https://apps.apple.com/in/app/freshyo/id6756889077',
|
appStoreUrl: consts[CONST_KEYS.appStoreUrl] ?? 'https://apps.apple.com/in/app/freshyo/id6756889077',
|
||||||
webViewHtml: null,
|
webviewHtml: `<div style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;">
|
||||||
isWebviewClosable: true,
|
<h1 style="font-size: 72px">You're using an old version of app. please restart to update. Just close and open</h1>
|
||||||
|
<h1 style="font-size: 36px; margin-top: 48px">With love, from Freshyo</h5>
|
||||||
|
</div>`,
|
||||||
|
isWebviewClosable: false,
|
||||||
isFlashDeliveryEnabled: consts[CONST_KEYS.isFlashDeliveryEnabled] ?? true,
|
isFlashDeliveryEnabled: consts[CONST_KEYS.isFlashDeliveryEnabled] ?? true,
|
||||||
supportMobile: consts[CONST_KEYS.supportMobile] ?? '',
|
supportMobile: consts[CONST_KEYS.supportMobile] ?? '',
|
||||||
supportEmail: consts[CONST_KEYS.supportEmail] ?? '',
|
supportEmail: consts[CONST_KEYS.supportEmail] ?? '',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue