mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-09 20:27:41 +08:00
docs(style): update banner JSON URL to use static domain (#9928)
This commit is contained in:
@@ -178,7 +178,7 @@ document.addEventListener("DOMContentLoaded", (event) => {
|
||||
<div class="page">
|
||||
...page content...
|
||||
*---------------------------------------------------------------------*/
|
||||
let bannerJsonUrl = "https://lvgl.io/data/banner.json";
|
||||
let bannerJsonUrl = "https://static.lvgl.io/data/banner.json";
|
||||
let bannerContainerClass = "lv-custom-banner-list";
|
||||
let bannerClass = "lv-custom-banner";
|
||||
/* Note: banner priority property can have only one of these values:
|
||||
|
||||
Reference in New Issue
Block a user