1 2 3 4 5 6 7 8
pub struct FgmConfig { // 下载位置 pub installations_dir: String, // 使用位置 pub gate_path: String, // 下载索引界面 pub remote_source: String, }