diff options
| author | 2026-01-13 17:59:14 +0800 | |
|---|---|---|
| committer | 2026-01-13 17:59:14 +0800 | |
| commit | 293f7a73095b5210a812725172041bad531484fe (patch) | |
| tree | c2479d439265e6b95a8324ae70c0e76d72f6b6c2 /src-tauri/src/launcher/launcher.rs | |
| parent | 50f4725c657c6583452d9c85f9b934c3cf2a0f70 (diff) | |
| download | DropOut-293f7a73095b5210a812725172041bad531484fe.tar.gz DropOut-293f7a73095b5210a812725172041bad531484fe.zip | |
chore: translate comments
Diffstat (limited to 'src-tauri/src/launcher/launcher.rs')
| -rw-r--r-- | src-tauri/src/launcher/launcher.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-tauri/src/launcher/launcher.rs b/src-tauri/src/launcher/launcher.rs index 22a8881..7b671c9 100644 --- a/src-tauri/src/launcher/launcher.rs +++ b/src-tauri/src/launcher/launcher.rs @@ -8,7 +8,6 @@ impl Launcher { } pub fn launch(&self) { - // 启动游戏的逻辑 println!("启动游戏,用户名: {}", self.config.username); println!( "分辨率: {}x{}", |