build: keep DirectLinkUpload Rule

This commit is contained in:
Xwite 2022-10-01 19:45:16 +08:00 committed by GitHub
parent a1b53dac5a
commit 77e125e931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,10 +66,11 @@ object DirectLinkUpload {
return getRule()?.summary
}
@keep
data class Rule(
var uploadUrl: String,
var downloadUrlRule: String,
var summary: String?
)
}
}