修改默认端口号,pc根证书安装简化,去除下载步骤

This commit is contained in:
wanghongen
2023-07-17 16:45:57 +08:00
parent a250b344cf
commit 1646405e76
12 changed files with 46 additions and 108 deletions

View File

@@ -5,7 +5,6 @@
import FlutterMacOS
import Foundation
import file_selector_macos
import path_provider_foundation
import proxy_manager
import screen_retriever
@@ -15,7 +14,6 @@ import url_launcher_macos
import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ProxyManagerPlugin.register(with: registry.registrar(forPlugin: "ProxyManagerPlugin"))
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))