This commit is contained in:
mrFq1
2023-06-05 23:39:23 +08:00
parent e5860ead2c
commit f488f41f8d
72 changed files with 247 additions and 45 deletions
@@ -0,0 +1,18 @@
//
// SidebarItem.swift
// ClashX Dashboard
//
//
import Cocoa
import SwiftUI
enum SidebarItem: String {
case overview = "Overview"
case proxies = "Proxies"
case providers = "Providers"
case rules = "Rules"
case conns = "Conns"
case config = "Config"
case logs = "Logs"
}