generated from muedsa/TvBoxDemoPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: 投币和稍后再看操作移动入ActionDelegate
- Loading branch information
Showing
4 changed files
with
119 additions
and
64 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
app/src/main/java/com/muedsa/tvbox/bilibili/model/CoinAddParams.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package com.muedsa.tvbox.bilibili.model | ||
|
||
import kotlinx.serialization.Serializable | ||
|
||
@Serializable | ||
data class CoinAddParams( | ||
val aid: Long, | ||
val multiply: Int, | ||
val selectLike: Int = 1, | ||
val referer: String, | ||
) |
9 changes: 9 additions & 0 deletions
9
app/src/main/java/com/muedsa/tvbox/bilibili/model/HistoryToViewModifyParams.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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package com.muedsa.tvbox.bilibili.model | ||
|
||
import kotlinx.serialization.Serializable | ||
|
||
@Serializable | ||
data class HistoryToViewModifyParams( | ||
val bvid: String, | ||
val aid: Long, | ||
) |
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