kivyterminal/py/iptv/conf/config.json
2023-10-18 10:08:41 +08:00

25 lines
342 B
JSON
Executable File

{
"font_sizes":{
"smallest":1.5,
"small":2,
"normal":2.5,
"large":3,
"huge":3.5,
"hugest":4
},
"css":{
"css_url":"/csses.json"
},
"color_style":"Grey",
"font_name":"normal",
"uihome":"http://localhost/iptv/n",
"i18n_url":"/public/i18n",
"root":{
"widgettype":"urlwidget",
"options":{
"url":"/index.ui"
}
}
}