fix: stick mobile footer nav to bottom

This commit is contained in:
TerryM
2026-05-28 16:19:21 +08:00
parent e0240f6217
commit 16b047ba04
3 changed files with 64 additions and 18 deletions

View File

@@ -121,6 +121,9 @@ const zhDict: Dict = {
favorites: "我的收藏",
favoritesComingSoon: "功能即将推出",
favoritesComingSoonDesc: "登入与收藏功能开发中,敬请期待。",
featureUnavailable: "未开放",
featureUnavailableDesc: "该功能暂未开放。",
confirm: "知道了",
backToHome: "返回首页",
};
@@ -236,6 +239,9 @@ const enDict: Dict = {
favoritesComingSoon: "Coming Soon",
favoritesComingSoonDesc:
"Sign-in and favorites are in development. Stay tuned.",
featureUnavailable: "Not available yet",
featureUnavailableDesc: "This feature is not available yet.",
confirm: "Got it",
backToHome: "Back to Home",
};