Basic details page

This commit is contained in:
2024-08-15 01:38:29 +08:00
parent 7797c1b635
commit 07f8112c7a
7 changed files with 79 additions and 12 deletions

View File

@ -5,4 +5,5 @@ const i18nEnglish = {
'settingsApplied': 'Settings Applied',
'apply': 'Apply',
'searchHistoryNotIncluded': 'Search History not Included, yet',
'nutrients': 'Nutrients',
};

View File

@ -5,4 +5,5 @@ const i18nSimplifiedChinese = {
'settingsApplied': '设置已应用',
'apply': '应用',
'searchHistoryNotIncluded': '搜索记录还没实现',
'nutrients': '营养物质',
};