We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
整理了下我遇到的问题
先开的软件会先占领优先级, 比如 clash -> 加速器 -> 赛马娘 这个顺序下, api-umamusume.cygames.jp:443 无论怎么调整 clash-bypass 都还是会被 clash 代理 正确做法是先开加速器, 之后无论是打开 clash/赛马娘都无所谓
clash -> 加速器 -> 赛马娘
api-umamusume.cygames.jp:443
正常情况下clash是可以与加速器同开的, 后来发现是我的环境变量 http_proxy=http://localhost:7890 导致的错误: 不知道赛马娘哪个地方会用到这个环境变量, api-umamusume.cygames.jp 这个域名哪怕在 clash-bypass 里添加了 (clash 不会主动代理它) 但还是会被程序主动推到 localhost:7890, 被动走clash代理而不是走加速器
http_proxy=http://localhost:7890
api-umamusume.cygames.jp
localhost:7890
#130
在没有动插件配置的前提下, 系统的副屏配置做了些调整
之前一直是识别到副屏, 在副屏全屏启动 (现在变为主屏小窗口了)
可以排除是插件配置问题, 可能是 windows 窗口位置记忆的问题, 对我有效的解决办法:
把窗口移动到副屏, 拖到顶部 windows 会把窗口最大化, 似乎这会刷新 windows 的某个缓存 (我的情况是, 窗口卡住了)
关掉重开, 就恢复了之前全屏的状态
#147
The text was updated successfully, but these errors were encountered:
多屏的话有没有试过我之前提到的方法?我通过切换横竖屏可以自己手动切换下次从哪启动 另外还可以在注册表里修改HKEY_CURRENT_USER\Software\Cygames\umamusume里UnitySelectMonitor_h17969598的值来决定启动的显示器,双显示器下0是主屏,1是副屏 我这win11拖马娘游戏窗口到屏幕边缘倒是没有任何反应(其他软件可以正常最大化)
Sorry, something went wrong.
No branches or pull requests
整理了下我遇到的问题
代理问题
先开的软件会先占领优先级, 比如clash -> 加速器 -> 赛马娘
这个顺序下,api-umamusume.cygames.jp:443
无论怎么调整 clash-bypass 都还是会被 clash 代理正确做法是先开加速器, 之后无论是打开 clash/赛马娘都无所谓正常情况下clash是可以与加速器同开的, 后来发现是我的环境变量
http_proxy=http://localhost:7890
导致的错误:不知道赛马娘哪个地方会用到这个环境变量,
api-umamusume.cygames.jp
这个域名哪怕在 clash-bypass 里添加了 (clash 不会主动代理它)但还是会被程序主动推到
localhost:7890
, 被动走clash代理而不是走加速器#130
多屏幕问题
在没有动插件配置的前提下, 系统的副屏配置做了些调整
之前一直是识别到副屏, 在副屏全屏启动 (现在变为主屏小窗口了)
可以排除是插件配置问题, 可能是 windows 窗口位置记忆的问题, 对我有效的解决办法:
把窗口移动到副屏, 拖到顶部 windows 会把窗口最大化, 似乎这会刷新 windows 的某个缓存 (我的情况是, 窗口卡住了)
关掉重开, 就恢复了之前全屏的状态
#147
The text was updated successfully, but these errors were encountered: