Skip to content

Commit ec01f06

Browse files
committed
Updated README.md
1 parent dafa1a1 commit ec01f06

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,21 @@ A Java library for Hoyoverse API
1212
* Tears of Themis
1313

1414
### **Oversea & China's server** ***supported***
15+
> [!NOTE]
16+
> Some features may not be available in China's server due to I did not have a actual China MYS account to test it
1517
1618
## Features
1719
* Daily check in
1820
* Get game character basic information (uid, level, etc)
21+
* Get others/self forum user data
22+
* Get self accounting data
23+
* Multiple user support without recreating the main instance
1924
* MultiInstance of the library
2025

2126
## Work In Progress Features
22-
* Get information - resin, teapot, daily, etc
27+
* Get information - resin, teapot, daily, opened chest, etc
28+
* Get game content details information (weapon, artifact, charactor, etc)
29+
* Battle Chronicle with abyss, TCG data support
2330

2431
## Requirements
2532
* Java 11 or newer
@@ -63,6 +70,6 @@ dependencies {
6370

6471
## Build yourself
6572
```
66-
gradlew build -x test
73+
gradlew build
6774
```
6875
The jar file will spawn at **./build/libs/**

0 commit comments

Comments
 (0)