Skip to content

Commit

Permalink
Merge pull request #1 from ddzzkunye/json-imp
Browse files Browse the repository at this point in the history
'Mode' json improve
  • Loading branch information
ddzzkunye authored Aug 29, 2023
2 parents c306589 + 7a78d28 commit c084743
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 deletions.
7 changes: 5 additions & 2 deletions Storage/mode/Game/Age of Empires IV.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"type": "ProcessMode",
"remark": {
"zh-CN": "Age of Empires IV"
"zh-CN": "Age of Empires IV",
"zh-TW": "Age of Empires IV",
"en-US": "Age of Empires IV",
"ja-JP": "Age of Empires IV"
},
"handle": [
"RelicCardinal_ws.exe"
Expand All @@ -18,4 +21,4 @@
"filterTCP": null,
"filterICMP": false,
"dnsProxy": null
}
}
7 changes: 5 additions & 2 deletions Storage/mode/Game/COD18.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"type": "ProcessMode",
"remark": {
"zh-CN": "COD18"
"zh-CN": "COD18",
"en-US": "COD18",
"ja-JP": "COD18",
"zh-TW": "COD18"
},
"handle": [
"\\\\Battlestate Games\\\\",
Expand All @@ -19,4 +22,4 @@
"filterTCP": null,
"filterICMP": true,
"dnsProxy": null
}
}
7 changes: 5 additions & 2 deletions Storage/mode/Game/PVZ Battle for Neighborville.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"type": "ProcessMode",
"remark": {
"zh-CN": "PVZ Battle for Neighborville"
"zh-CN": "PVZ Battle for Neighborville",
"zh-TW": "PVZ Battle for Neighborville",
"en-US": "PVZ Battle for Neighborville",
"ja-JP": "PVZ Battle for Neighborville"
},
"handle": [
"PVZ Battle for Neighborville"
Expand All @@ -18,4 +21,4 @@
"filterTCP": null,
"filterICMP": null,
"dnsProxy": null
}
}
7 changes: 5 additions & 2 deletions Storage/mode/Global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"type": "ProcessMode",
"remark": {
"zh-CN": "Global"
"zh-CN": "Global",
"zh-TW": "Global",
"en-US": "Global",
"ja-JP": "Global"
},
"handle": [
".*"
Expand All @@ -20,4 +23,4 @@
"filterTCP": true,
"filterICMP": true,
"dnsProxy": null
}
}
7 changes: 5 additions & 2 deletions Storage/mode/Other/NVIDIA Corporation.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"type": "ProcessMode",
"remark": {
"zh-CN": "NVIDIA Corporation"
"zh-CN": "NVIDIA Corporation",
"zh-TW": "NVIDIA Corporation",
"en-US": "NVIDIA Corporation",
"ja-JP": "NVIDIA Corporation"
},
"handle": [
"\\\\NVIDIA Corporation\\\\"
Expand All @@ -18,4 +21,4 @@
"filterTCP": null,
"filterICMP": null,
"dnsProxy": null
}
}

0 comments on commit c084743

Please sign in to comment.