init repo

This commit is contained in:
System administrator 2024-12-25 10:59:37 +08:00
commit 9a525dadfc
39 changed files with 2709 additions and 0 deletions

View file

@ -0,0 +1,5 @@
if require("fn").is_windows() then
return require("options.os.windows")
else
return require("options.os.other_os")
end