feat: add release date display to resource details page

This commit is contained in:
2025-12-07 19:25:30 +08:00
parent a3de195eca
commit d860bdf06a
2 changed files with 10 additions and 0 deletions

View File

@@ -263,6 +263,7 @@ export const i18nData = {
"Optional": "可选",
"Download": "下载",
"Notifications": "通知",
"Release Date": "发售日期",
},
},
"zh-TW": {
@@ -529,6 +530,7 @@ export const i18nData = {
"Optional": "可選",
"Download": "下載",
"Notifications": "通知",
"Release Date": "發售日期",
},
},
};