mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
feat: enhance clash caller & support more commands
This commit is contained in:
6
src-tauri/src/events/state.rs
Normal file
6
src-tauri/src/events/state.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
use super::emit::ClashInfoPayload;
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct ClashInfoState(pub Arc<Mutex<ClashInfoPayload>>);
|
||||
Reference in New Issue
Block a user