mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
Merge branch 'main' of github.com:zakhil-dev/GrassClipper
This commit is contained in:
commit
73b1a93039
10
README.md
10
README.md
@ -11,6 +11,7 @@ Experimental Grasscutter launcher for easily switching between Official and Priv
|
|||||||
* [Setup (for development)](#setup-for-development)
|
* [Setup (for development)](#setup-for-development)
|
||||||
* [TODO](#todo)
|
* [TODO](#todo)
|
||||||
* [Common Problems](#having-problems)
|
* [Common Problems](#having-problems)
|
||||||
|
* [Proxy Installation not Opening/Failing](#manual-proxy-installation)
|
||||||
* [White Screen Fix](#white-screen-fix)
|
* [White Screen Fix](#white-screen-fix)
|
||||||
* [Error 502](#error-502)
|
* [Error 502](#error-502)
|
||||||
* [Error 4206](#error-4206)
|
* [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.
|
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
|
## White Screen Fix
|
||||||
|
|
||||||
Encountering a white screen? [Ensure WebView2 is installed](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download)
|
Encountering a white screen? [Ensure WebView2 is installed](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download)
|
||||||
|
@ -81,5 +81,11 @@
|
|||||||
|
|
||||||
"updateNotifText": "有新的GrassClipper更新可用! 最新版本: ",
|
"updateNotifText": "有新的GrassClipper更新可用! 最新版本: ",
|
||||||
|
|
||||||
"chineseCharacterAlert": "此路徑含有中文字體,這可能會導致問題的發生。"
|
"chineseCharacterAlert": "此路徑含有中文字體,這可能會導致問題的發生。",
|
||||||
|
|
||||||
|
"dialogOk": "好的",
|
||||||
|
"dialogNo": "不要",
|
||||||
|
"serverEnableDialogTitle": "您找到了Grasscutter本地伺服器啟動器!",
|
||||||
|
"serverEnableDialogText": "如果你現在還沒有把Grasscutter安裝在電腦上面的話,要不要直接從網路上下載?"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user