feat(config): Add application selection and encryption settings to configuration form

This commit is contained in:
web@ppanel
2025-01-20 20:17:49 +07:00
parent 28f8c78963
commit 88b3504735
5 changed files with 148 additions and 19 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ declare namespace API {
};
type ApplicationConfig = {
encryption: boolean;
app_id: number;
encryption_key: string;
encryption_method: string;
domains: string[];
startup_picture: string;
startup_picture_skip_time: number;