mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-12 23:56:34 +02:00
feat: add notes
This commit is contained in:
+2
-1
@@ -7,7 +7,7 @@ export interface ProxySettings {
|
||||
}
|
||||
|
||||
export interface TableSortingSettings {
|
||||
column: string; // "name", "browser", "status"
|
||||
column: string; // "name", "note", "status"
|
||||
direction: string; // "asc" or "desc"
|
||||
}
|
||||
|
||||
@@ -23,6 +23,7 @@ export interface BrowserProfile {
|
||||
camoufox_config?: CamoufoxConfig; // Camoufox configuration
|
||||
group_id?: string; // Reference to profile group
|
||||
tags?: string[];
|
||||
note?: string; // User note
|
||||
}
|
||||
|
||||
export interface ProxyCheckResult {
|
||||
|
||||
Reference in New Issue
Block a user