mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 11:42:22 +08:00
chore: 调整订阅字段顺序
This commit is contained in:
parent
55906b3be2
commit
94c6791d12
|
@ -25,9 +25,9 @@ data class RawSubscription(
|
|||
val updateUrl: String? = null,
|
||||
val supportUri: String? = null,
|
||||
val checkUpdateUrl: String? = null,
|
||||
val apps: List<RawApp> = emptyList(),
|
||||
val categories: List<RawCategory> = emptyList(),
|
||||
val globalGroups: List<RawGlobalGroup> = emptyList(),
|
||||
val categories: List<RawCategory> = emptyList(),
|
||||
val apps: List<RawApp> = emptyList(),
|
||||
) {
|
||||
|
||||
@IgnoredOnParcel
|
||||
|
@ -137,9 +137,9 @@ data class RawSubscription(
|
|||
data class RawGlobalApp(
|
||||
val id: String,
|
||||
val enable: Boolean?,
|
||||
val activityIds: List<String>?,
|
||||
val excludeActivityIds: List<String>?,
|
||||
)
|
||||
override val activityIds: List<String>?,
|
||||
override val excludeActivityIds: List<String>?,
|
||||
) : RawAppRuleProps
|
||||
|
||||
|
||||
@Serializable
|
||||
|
|
Loading…
Reference in New Issue
Block a user