浏览代码

no message

Jonathan Starck 3 年之前
父节点
当前提交
a0bb8c4a61
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      config/config.js

+ 2 - 0
config/config.js

@@ -33,6 +33,7 @@ let config = {
         },
         },
         {
         {
             module: 'clock',
             module: 'clock',
+            position: "middle_center",
             config: {
             config: {
                 timeFormat: 24,
                 timeFormat: 24,
                 carouselId: '1'
                 carouselId: '1'
@@ -40,6 +41,7 @@ let config = {
         },
         },
         {
         {
             module: 'clock',
             module: 'clock',
+            position: "top_left",
             config: {
             config: {
                 timeFormat: 12,
                 timeFormat: 12,
                 carouselId: '2'
                 carouselId: '2'