media_player_client/src/entities/WeatherWindowParamEntity.ts
2022-05-25 16:52:05 +08:00

9 lines
215 B
TypeScript

export default class WeatherWindowParamEntity {
auto_location = true;
location_code = "101010100";
background_color = "#478DD2";
text_color = "#FFFFFF";
font_size = 25;
background_transparent = false;
}