fix: add custom api example link

This commit is contained in:
Gabe
2025-10-17 10:01:02 +08:00
parent 00e8fdd3e6
commit 8da5aaf259
2 changed files with 12 additions and 0 deletions

View File

@@ -1664,6 +1664,11 @@ export const I18N = {
en: `Log Level`,
zh_TW: `日誌等級`,
},
goto_custom_api_example: {
zh: `点击查看【自定义接口示例】`,
en: `Click to view [Custom Interface Example]`,
zh_TW: `點選查看【自訂介面範例】`,
},
};
export const i18n = (lang) => (key) => I18N[key]?.[lang] || "";