ksud: Add support for module webui

This commit is contained in:
weishu
2024-02-20 16:39:05 +08:00
parent e3de207855
commit 102bde759c
7 changed files with 587 additions and 5 deletions
+2 -2
View File
@@ -319,6 +319,6 @@ pub fn punch_hole(src: impl AsRef<Path>) -> Result<()> {
}
#[cfg(not(any(target_os = "linux", target_os = "android")))]
pub fn punch_hole(src: impl AsRef<Path>) -> Result<()> {
pub fn punch_hole(src: impl AsRef<Path>) -> Result<()> {
unimplemented!()
}
}