添加账户页面

This commit is contained in:
2026-08-03 09:25:53 +08:00 Unverified
parent a9129bab60
commit a6fa681a1f
5 changed files with 86 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { i18nBuilder } from "keycloakify/account";
import type { ThemeName } from "../kc.gen";
/** @see: https://docs.keycloakify.dev/features/i18n */
const { useI18n, ofTypeI18n } = i18nBuilder.withThemeName<ThemeName>().build();
type I18n = typeof ofTypeI18n;
export { useI18n, type I18n };