ThemePacksManifestData

@Serializable
data class ThemePacksManifestData(val version: String, val packs: List<ThemePack>)

主题包清单数据 包含主题包清单信息

Parameters

version

清单版本

packs

主题包列表

Constructors

Link copied to clipboard
constructor(version: String, packs: List<ThemePack>)

Properties

Link copied to clipboard
Link copied to clipboard