mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-21 05:10:41 +00:00
feat: add domain rules management feature
- Introduced a new DomainRulesPage component for managing custom and global equivalent domains. - Updated AppMainRoutes to include a route for domain rules. - Added API functions to fetch and save domain rules. - Enhanced localization with new strings for domain rules in multiple languages. - Updated styles for the new domain rules interface and ensured responsiveness. - Added types for domain rules in the TypeScript definitions.
This commit is contained in:
@@ -417,6 +417,10 @@
|
||||
@apply rounded-2xl;
|
||||
}
|
||||
|
||||
.detail-col {
|
||||
@apply overflow-visible rounded-2xl border-0 bg-transparent p-0 shadow-none;
|
||||
}
|
||||
|
||||
.card {
|
||||
@apply p-3.5;
|
||||
}
|
||||
@@ -477,6 +481,7 @@
|
||||
}
|
||||
|
||||
.settings-modules-grid,
|
||||
.domain-rules-grid,
|
||||
.password-settings-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user