-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmhmp.yaml
62 lines (59 loc) · 3.46 KB
/
mhmp.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Basic Configuration | 基础配置
base:
# Appearance | 外观设置
skins: true # Enable all skins | 启用全皮肤功能
random_star_char: false # Enable random star skins | 启用随机星标皮肤
no_cheering_emotes: true # Disable cheering emotes | 禁用应援表情
# Features | 功能开关
aider: false # Enable AI assistant (requires manual start) | 启用小助手功能(需手动启动)
chest: false # Enable local search | 启用本地寻觅功能
debug: false # Enable debug mode | 启用调试模式
# Resource Update | 资源更新
force_update: false # Force update resources | 强制更新资源文件
cache_version: "" # Current cache version | 当前缓存版本号
# Proxy Server Configuration | 代理服务器配置
mitmdump:
args:
http2: false # Enable HTTP/2 support | 启用 HTTP/2
listen_host: 127.0.0.1 # Listen address | 监听地址
listen_port: 7878 # Listen port | 监听端口
mode: # Proxy mode | 代理模式:
# Note: These modes are mutually exclusive | 注意:以下模式互斥,只能选择其一
#
# regular - Default mode for web version | 默认模式,适用于网页版
#
# upstream:http://127.0.0.1:7890/ - Upstream proxy for web acceleration | 上游代理模式,用于网页加速
# - Only works with web version | 仅适用于网页版
# - Example shows Clash proxy on port 7890 | 示例使用Clash代理的7890端口
#
# socks5 - Client version mode | 客户端模式
# - Required for steam client | 用于客户端版本
# - Must enable proxinject | 必须启用proxinject
# - Must disable playwright | 必须关闭playwright
# - Cannot use with upstream proxy | 不能与上游代理同时使用
- regular
dump:
with_dumper: false # Enable packet dump | 启用数据包转储
with_termlog: true # Enable terminal log | 启用终端日志
# Browser Automation | 浏览器自动化配置
playwright:
enable: true # Enable browser automation | 启用浏览器自动化
args:
width: 1280 # Window width (16:9 ratio required) | 窗口宽度(需保持16:9比例)
height: 720 # Window height | 窗口高度
moqiedelay: true # Optimize play delay | 优化出牌延迟
# Automation Features | 自动化功能
auto_emotion: false # Enable auto emotions (50% chance, Ichihime only) | 启用自动表情(50%概率,仅支持一姬)
lose_weight: false # Enable weight reduction | 启用降重功能
# Auto Next Game Settings | 自动开始下一局设置
auto_next_args:
next_game_Rank: gold # Rank selection: copper/silver/gold/jade/king | 段位选择
next_game_number: 4p # Player count: 3p/4p | 人数选择
next_game_rounds: south # Round type: east/south | 对局数选择
# Client Injection | 客户端注入配置
proxinject:
enable: false # Enable client proxy injection | 启用客户端代理注入
args:
name: jantama_mahjongsoul # Client process name | 客户端进程名
set-proxy: 127.0.0.1:7878 # Proxy address | 代理地址
path: proxinject/proxinjector-cli # Injector path | 注入器路径