Merge branch 'main' of github.com:zakhil-dev/GrassClipper

This commit is contained in:
Piotr Blecharski 2022-05-06 19:37:12 +02:00
commit 73b1a93039
2 changed files with 17 additions and 1 deletions

View File

@ -11,6 +11,7 @@ Experimental Grasscutter launcher for easily switching between Official and Priv
* [Setup (for development)](#setup-for-development)
* [TODO](#todo)
* [Common Problems](#having-problems)
* [Proxy Installation not Opening/Failing](#manual-proxy-installation)
* [White Screen Fix](#white-screen-fix)
* [Error 502](#error-502)
* [Error 4206](#error-4206)
@ -60,6 +61,15 @@ Experimental Grasscutter launcher for easily switching between Official and Priv
Below are some scenarios you may encounter and their solutions.
# Manual Proxy Installation
If you having trouble installing the proxy server, you can also install it manually. To do so:
1. Create a folder if it does not exist named `ext` in the GrassClipper folder.
2. Download and extract the contents of [this file](https://snapshots.mitmproxy.org/7.0.4/mitmproxy-7.0.4-windows.zip) into the `ext` folder
3. Double click `mitmdump.exe` and allow it to run for a few seconds to generate the certificate
4. Run this command as Administrator: `certutil -addstore root "%USERPROFILE%\.mitmproxy\mitmproxy-ca-cert.cer"`
5. Use GrassClipper like normal!
## White Screen Fix
Encountering a white screen? [Ensure WebView2 is installed](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download)

View File

@ -81,5 +81,11 @@
"updateNotifText": "有新的GrassClipper更新可用 最新版本: ",
"chineseCharacterAlert": "此路徑含有中文字體,這可能會導致問題的發生。"
"chineseCharacterAlert": "此路徑含有中文字體,這可能會導致問題的發生。",
"dialogOk": "好的",
"dialogNo": "不要",
"serverEnableDialogTitle": "您找到了Grasscutter本地伺服器啟動器",
"serverEnableDialogText": "如果你現在還沒有把Grasscutter安裝在電腦上面的話要不要直接從網路上下載"
}