misc: proxy uuid

This commit is contained in:
mrFq1
2023-05-25 23:52:41 +08:00
parent e9e700362e
commit 33a4eab579
5 changed files with 6 additions and 10 deletions
@@ -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
}