optimize lib.nas

This commit is contained in:
ValKmjolnir
2023-12-06 20:10:07 +08:00
parent f747d91efe
commit d56434ae28
51 changed files with 162 additions and 81 deletions
+3
View File
@@ -2,6 +2,9 @@ use std.coroutine;
use std.process_bar;
use module.libkey;
use std.runtime;
use std.os;
use std.io;
use std.unix;
var is_windows_platform=os.platform()=="windows";
var is_macos_platform=os.platform()=="macOS";