docs(readme): Update supported regions and domain list

- Added new supported region CN in README
This commit is contained in:
HongchengQ
2025-12-08 10:22:05 +08:00
committed by Melledy
parent 005f138599
commit 05e74f4d12

View File

@@ -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. 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. 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.global",
".stellasora.kr", ".stellasora.kr",
".stellasora.jp", ".stellasora.jp",
".stargazer-games.com" ".stargazer-games.com",
".yostar.cn"
]; ];
static function OnBeforeRequest(oS: Session) { static function OnBeforeRequest(oS: Session) {