feat: add reset button

This commit is contained in:
MystiPanda
2024-02-22 00:19:45 +08:00
parent bd8f07c90a
commit ce8383b26f
6 changed files with 50 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ impl IClashTemp {
pub fn template() -> Self {
let mut map = Mapping::new();
let mut tun = Mapping::new();
tun.insert("stack".into(), "gVisor".into());
tun.insert("stack".into(), "gvisor".into());
tun.insert("device".into(), "Meta".into());
tun.insert("auto-route".into(), true.into());
tun.insert("strict-route".into(), false.into());