This commit is contained in:
Eason010212
2025-09-07 16:49:17 +08:00
parent 2c0d6ccd10
commit 47855b5dac

View File

@@ -125,7 +125,7 @@ function isOpenWrt() {
} }
} }
const platform = os.platform(); // 或者 process.platform var platform = os.platform(); // 或者 process.platform
if(isOpenWrt()) if(isOpenWrt())
{ {
platform = "openwrt" platform = "openwrt"