🐛 fix(rules): Change rule type from 'auto' to 'default' and update

This commit is contained in:
web
2025-07-17 03:30:12 -07:00
parent 3304a55fd4
commit 3e290d7cb5
11 changed files with 48 additions and 41 deletions
+2
View File
@@ -696,9 +696,11 @@ declare namespace API {
id: number;
icon: string;
name: string;
type: string;
tags: string[];
rules: string;
enable: boolean;
default: boolean;
created_at: number;
updated_at: number;
};
+2
View File
@@ -794,9 +794,11 @@ declare namespace API {
id: number;
icon: string;
name: string;
type: string;
tags: string[];
rules: string;
enable: boolean;
default: boolean;
created_at: number;
updated_at: number;
};