feat: support new profile

This commit is contained in:
GyDi
2022-02-07 17:26:05 +08:00
parent 6082c2bcac
commit c53fe0ed1f
5 changed files with 109 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ fn main() -> std::io::Result<()> {
cmds::get_verge_config,
cmds::patch_verge_config,
// profile
cmds::new_profile,
cmds::view_profile,
cmds::patch_profile,
cmds::import_profile,