John-Hong 2 years ago
parent
commit
35167794be
2 changed files with 1 additions and 4 deletions
  1. 1 3
      src-tauri/src/event_loop/mod.rs
  2. 0 1
      src-tauri/src/event_loop/other.rs

+ 1 - 3
src-tauri/src/event_loop/mod.rs

@@ -1,6 +1,4 @@
-/// .
-// pub fn greet;
-// pub fn greeted;
+// 这里先放基础类型数据,如果不够的话再按模块拆分
 
 #[tauri::command]
 pub fn greet(name: &str) -> String {

+ 0 - 1
src-tauri/src/event_loop/other.rs

@@ -1 +0,0 @@
-