From 05e74f4d122b50b720d13858dff16b2d97e15c08 Mon Sep 17 00:00:00 2001 From: HongchengQ <121159914+HongchengQ@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:22:05 +0800 Subject: [PATCH] docs(readme): Update supported regions and domain list - Added new supported region CN in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a430334..432c9e5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ For any extra support, questions, or discussions, check out our [Discord](https: Nebula supports the global PC client by default. If you want to switch regions, you need to change the `region` field in the Nebula config. -Current supported regions (PC): `GLOBAL`, `KR`, `JP`, `TW` +Current supported regions (PC): `GLOBAL`, `KR`, `JP`, `TW`, `CN` You may need to change the data version when switching regions. The `customDataVersion` field should match the the data version of your client, which is usually the last number of your client's version string (top left of your login screen). Example: 1.0.0.42 = data version 42. @@ -66,7 +66,8 @@ class Handlers ".stellasora.global", ".stellasora.kr", ".stellasora.jp", - ".stargazer-games.com" + ".stargazer-games.com", + ".yostar.cn" ]; static function OnBeforeRequest(oS: Session) {