-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f143065
commit 68de2e1
Showing
9 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
app/src/main/java/cn/spacexc/wearbili/remake/app/video/info/info/remote/DescV2.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package cn.spacexc.wearbili.remake.app.video.info.info.remote | ||
|
||
data class DescV2( | ||
val bizId: Long, | ||
val rawText: String, | ||
val biz_id: Long, | ||
val raw_text: String, | ||
val type: Int | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
app/src/main/java/cn/spacexc/wearbili/remake/app/video/info/info/remote/Rights.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
package cn.spacexc.wearbili.remake.app.video.info.info.remote | ||
|
||
data class Rights( | ||
val arcPay: Int, | ||
val arc_pay: Int, | ||
val autoplay: Int, | ||
val bp: Int, | ||
val cleanMode: Int, | ||
val clean_mode: Int, | ||
val download: Int, | ||
val elec: Int, | ||
val freeWatch: Int, | ||
val free_watch: Int, | ||
val hd5: Int, | ||
val is360: Int, | ||
val isCooperation: Int, | ||
val isSteinGate: Int, | ||
val is_360: Int, | ||
val is_cooperation: Int, | ||
val is_stein_gate: Int, | ||
val movie: Int, | ||
val noBackground: Int, | ||
val noReprint: Int, | ||
val noShare: Int, | ||
val no_background: Int, | ||
val no_reprint: Int, | ||
val no_share: Int, | ||
val pay: Int, | ||
val ugcPay: Int, | ||
val ugcPayPreview: Int | ||
val ugc_pay: Int, | ||
val ugc_pay_preview: Int | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
app/src/main/java/cn/spacexc/wearbili/remake/app/video/info/info/remote/Subtitle.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
package cn.spacexc.wearbili.remake.app.video.info.info.remote | ||
|
||
data class Subtitle( | ||
val aiStatus: Int, | ||
val aiType: Int, | ||
val ai_status: Int, | ||
val ai_type: Int, | ||
val author: Author, | ||
val authorMid: Long, | ||
val author_mid: Long, | ||
val id: Long, | ||
val idStr: String, | ||
val isLock: Boolean, | ||
val id_str: String, | ||
val is_lock: Boolean, | ||
val lan: String, | ||
val lanDoc: String, | ||
val subtitleUrl: String, | ||
val lan_doc: String, | ||
val subtitle_url: String, | ||
val type: Int | ||
) |
2 changes: 1 addition & 1 deletion
2
app/src/main/java/cn/spacexc/wearbili/remake/app/video/info/info/remote/Subtitles.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package cn.spacexc.wearbili.remake.app.video.info.info.remote | ||
|
||
data class Subtitles( | ||
val allowSubmit: Boolean, | ||
val allow_submit: Boolean, | ||
val list: List<Subtitle> | ||
) |
2 changes: 1 addition & 1 deletion
2
app/src/main/java/cn/spacexc/wearbili/remake/app/video/info/info/remote/UserGarb.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package cn.spacexc.wearbili.remake.app.video.info.info.remote | ||
|
||
data class UserGarb( | ||
val urlImageAniCut: String | ||
val url_image_ani_cut: String | ||
) |