1
0
Fork 0
mirror of https://github.com/Radiquum/anixart-patcher.git synced 2025-09-09 12:43:49 +05:00

fix: kodik player link parse and custom version name in bug report to developer

This commit is contained in:
Kentai Radiquum 2025-09-05 10:58:24 +05:00
parent 831c2919b8
commit 5de0a942ef
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 15 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{
"base_url": "https://api-s.anixsekai.com/",
"base_url": "",
"values": [
{
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/ConfigApi.smali",
@ -16,6 +16,18 @@
{
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/EpisodeApi.smali",
"value": "episode/{releaseId}"
},
{
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/EpisodeApi.smali",
"value": "episode/{releaseId}/{typeId}"
},
{
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/EpisodeApi.smali",
"value": "episode/{releaseId}/{typeId}/{sourceId}"
},
{
"file_path": "smali_classes2/com/swiftsoft/anixartd/network/api/EpisodeApi.smali",
"value": "episode/target/{releaseId}/{sourceId}/{position}"
}
],
"constants": []