mirror of
https://github.com/yJason/ClashX-Dashboard.git
synced 2026-03-01 00:35:19 +08:00
feat: geo rule size
This commit is contained in:
@@ -13,11 +13,13 @@ class ClashRule: NSObject, Codable, Identifiable {
|
||||
@objc let type: String
|
||||
@objc let payload: String?
|
||||
@objc let proxy: String?
|
||||
@objc let size: Int
|
||||
|
||||
init(type: String, payload: String?, proxy: String?) {
|
||||
self.type = type
|
||||
self.payload = payload
|
||||
self.proxy = proxy
|
||||
self.size = -1
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user