feat: add allow auto update option for profiles and update UI components

This commit is contained in:
Tunglies
2025-10-18 17:03:12 +08:00
parent 98725bbecf
commit c2d7bf296a
7 changed files with 37 additions and 2 deletions

View File

@@ -270,6 +270,7 @@ interface IProfileOption {
update_interval?: number;
timeout_seconds?: number;
danger_accept_invalid_certs?: boolean;
allow_auto_update?: boolean;
merge?: string;
script?: string;
rules?: string;