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