feat: add Password Security feature with scanning and reporting capabilities

This commit is contained in:
shuaiplus
2026-07-12 01:50:21 +08:00
parent dfc98008cb
commit 99b50275a6
22 changed files with 847 additions and 10 deletions
+3 -2
View File
@@ -3,6 +3,7 @@
@import './styles/auth.css';
@import './styles/forms.css';
@import './styles/generator.css';
@import './styles/password-security.css';
@import './styles/shell.css';
@import './styles/vault.css';
@import './styles/management.css';
@@ -429,7 +430,7 @@ h4 {
min-height: min(640px, calc(100dvh - 180px));
display: flex;
flex-direction: column;
gap: 18px;
gap: 10px;
}
.settings-home-section {
@@ -676,7 +677,7 @@ h4 {
}
.card {
margin-bottom: 8px;
margin-bottom: 0px;
padding: 14px;
}