mirror of
https://github.com/yJason/ClashX-Dashboard.git
synced 2026-03-01 00:35:19 +08:00
feat: provider tab
This commit is contained in:
@@ -24,6 +24,10 @@ struct SidebarView: View {
|
||||
icon: "globe.asia.australia",
|
||||
view: AnyView(ProxiesView())),
|
||||
|
||||
SidebarItem(name: "Providers",
|
||||
icon: "link.icloud",
|
||||
view: AnyView(ProvidersView())),
|
||||
|
||||
SidebarItem(name: "Rules",
|
||||
icon: "waveform.and.magnifyingglass",
|
||||
view: AnyView(RulesView())),
|
||||
|
||||
Reference in New Issue
Block a user