优化
This commit is contained in:
@@ -48,6 +48,7 @@ data class RssArticle(
|
||||
pubDate = pubDate,
|
||||
description = description,
|
||||
content = content,
|
||||
image = image
|
||||
image = image,
|
||||
variable = variable
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,6 +39,7 @@ data class RssStar(
|
||||
pubDate = pubDate,
|
||||
description = description,
|
||||
content = content,
|
||||
image = image
|
||||
image = image,
|
||||
variable = variable
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user