Skip to content

Commit

Permalink
Update mhmp.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shinkuan committed May 26, 2024
1 parent 3b914da commit 107d0cf
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions mhmp.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
{
"mhm": {
"log_level": "info",
"pure_python_protobuf": false
},
"hook": {
"enable_skins": false,
"enable_aider": false,
"enable_chest": false,
"random_star_char": false,
"no_cheering_emotes": false
},
"base": {
"skins": false,
"aider": false,
"chest": false,
"yongchang_mode": false,
"random_star_char": false,
"no_cheering_emotes": true
},
"mitmdump": {
"dump": {
"with_dumper": false,
"with_termlog": true
"with_dumper": false,
"with_termlog": true
},
"mitmdump": {
"http2": false,
"mode": [
"regular@7878"
]
},
"proxinject": {
"name": "jantama_mahjongsoul",
"set-proxy": "127.0.0.1:7070"
"args": {
"http2": false,
"mode": [
"regular@7878"
]
}
},
"proxinject": {
"path": null,
"args": {
"name": "jantama_mahjongsoul",
"set-proxy": "127.0.0.1:7070"
}
}
}

0 comments on commit 107d0cf

Please sign in to comment.