diff --git a/wwwroot/imgs/leaf.jpg b/wwwroot/imgs/leaf.jpg new file mode 100755 index 0000000..557ad47 Binary files /dev/null and b/wwwroot/imgs/leaf.jpg differ diff --git a/wwwroot/imgs/rose.jpg b/wwwroot/imgs/rose.jpg new file mode 100755 index 0000000..1bb133b Binary files /dev/null and b/wwwroot/imgs/rose.jpg differ diff --git a/wwwroot/index.ui b/wwwroot/index.ui index e5b43af..2cbe938 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -2,8 +2,7 @@ "widgettype":"VBox", "options":{ "width":"100%", - "height":"100%", - "bgimage":"{{entire_url('/imgs/bgimage.jpg')}}" + "height":"100%" }, "subwidgets":[ { diff --git a/wwwroot/public/llmsquare/index.ui b/wwwroot/public/llmsquare/index.ui index b43f60f..67021a8 100644 --- a/wwwroot/public/llmsquare/index.ui +++ b/wwwroot/public/llmsquare/index.ui @@ -1,6 +1,7 @@ { "widgettype":"VScrollPanel", "options":{ + "bgimage":"{{entire_url('/imgs/rose.jpg')}}" "width":"100%", "height":"100%" }, diff --git a/wwwroot/public/rag/index.ui b/wwwroot/public/rag/index.ui index 37f4ee3..7c5ccb5 100644 --- a/wwwroot/public/rag/index.ui +++ b/wwwroot/public/rag/index.ui @@ -1,6 +1,7 @@ { "widgettype":"VScrollPanel", "options":{ + "bgimage":"{{entire_url('/imgs/leaf.jpg')}}" "width":"100%", "height":"100%" },