code refactor

This commit is contained in:
MaysWind
2025-01-05 20:43:19 +08:00
parent 53ab441486
commit 49f1f3c86b
2 changed files with 10 additions and 9 deletions
+9
View File
@@ -55,6 +55,15 @@ export interface LocaleDefaultSettings {
firstDayOfWeek: number;
}
export interface ApplicationLockState {
readonly username: string;
readonly secret: string;
}
export interface WebAuthnConfig {
readonly credentialId: string;
}
export const DEFAULT_APPLICATION_SETTINGS: ApplicationSettings = {
theme: 'auto',
fontSize: 1,