feat: login component

This commit is contained in:
2026-02-16 02:12:51 +08:00
parent 193cbe74ba
commit 235c130a6d
13 changed files with 558 additions and 2 deletions

View File

@@ -8,6 +8,19 @@ export interface messagesInterface {
about: string;
theme: string;
locale: string;
login: string;
register: string;
};
auth: {
login: string;
register: string;
email: string;
password: string;
remember_me: string;
forget_password: string;
no_account: string;
agree_terms: string;
have_account: string;
};
}