diff --git a/Storage/i18n/zh-CN.json b/Storage/i18n/zh-CN.json new file mode 100644 index 00000000..d701029e --- /dev/null +++ b/Storage/i18n/zh-CN.json @@ -0,0 +1,3 @@ +{ + ":": ":" +} \ No newline at end of file diff --git a/Storage/mode/Global.json b/Storage/mode/Global.json new file mode 100644 index 00000000..4e8c72bf --- /dev/null +++ b/Storage/mode/Global.json @@ -0,0 +1,15 @@ +{ + "type": 0, + "filterLoopback": false, + "filterIntranet": true, + "filterICMP": true, + "filterTCP": true, + "filterUDP": true, + "filterDNS": true, + "bypass": [ + "\\Netch\\" + ], + "handle": [ + ".*" + ] +} \ No newline at end of file diff --git a/build.ps1 b/build.ps1 index ef303b68..452e2179 100644 --- a/build.ps1 +++ b/build.ps1 @@ -31,8 +31,8 @@ New-Item -ItemType Directory -Name $OutputPath | Out-Null Push-Location $OutputPath New-Item -ItemType Directory -Name 'bin' | Out-Null -New-Item -ItemType Directory -Name 'mode' | Out-Null -New-Item -ItemType Directory -Name 'i18n' | Out-Null +cp -Recurse -Force '..\Storage\i18n' '.' | Out-Null +cp -Recurse -Force '..\Storage\mode' '.' | Out-Null Pop-Location if ( -Not ( Test-Path '.\Other\release' ) ) {