Return verification status for all 3rd

This commit is contained in:
mkrsym1 2024-03-02 12:13:06 +02:00
parent d0b966eac7
commit 7aa7047ccd
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Jadeite Autopatcher # Jadeite Autopatcher
### Current game support: ### Current game support:
- **3rd**: glb **v7.3.0+**, sea **7.2.0**, tw/kr/jp **7.2.0+**, cn **v7.3.0+** - **3rd**: glb/sea/tw/kr/jp **v7.3.0+**, cn **v7.3.0+**
- **SR**: os/cn **v2.0.0**\* - **SR**: os/cn **v2.0.0**\*
You can expect newer versions to work immediately after release with the same jadeite binary if the version is specified with a + above. You can expect newer versions to work immediately after release with the same jadeite binary if the version is specified with a + above.

View File

@ -9,7 +9,7 @@
"version": "7.3.0" "version": "7.3.0"
}, },
"sea": { "sea": {
"status": "broken", "status": "verified",
"version": "7.3.0" "version": "7.3.0"
}, },
"china": { "china": {
@ -17,15 +17,15 @@
"version": "7.3.0" "version": "7.3.0"
}, },
"taiwan": { "taiwan": {
"status": "unverified", "status": "verified",
"version": "7.3.0" "version": "7.3.0"
}, },
"korea": { "korea": {
"status": "unverified", "status": "verified",
"version": "7.3.0" "version": "7.3.0"
}, },
"japan": { "japan": {
"status": "unverified", "status": "verified",
"version": "7.3.0" "version": "7.3.0"
} }
}, },