mirror of
https://github.com/yJason/ClashX-Dashboard.git
synced 2026-03-01 00:35:19 +08:00
misc: proxy uuid
This commit is contained in:
@@ -10,7 +10,7 @@ import SwiftUI
|
||||
typealias SavedServersAppStorage = [ClashServerAppStorage]
|
||||
|
||||
struct ClashServerAppStorage: Codable, Identifiable {
|
||||
let id = UUID().uuidString
|
||||
var id = UUID().uuidString
|
||||
let apiURL: String
|
||||
let secret: String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user