瀏覽代碼

minor fix

ming 3 年之前
父節點
當前提交
adca046c27
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      newbot.py

+ 3 - 3
newbot.py

@@ -223,14 +223,14 @@ def make_box(num, content):
     row_dict['contents']= [
           {
             "type": "text",
-            "text": "第"+str(num)+"名",
+            "text": "第"+str(num)+"名",
             "size": "sm",
             "color": "#aaaaaa",
-            "flex": 1
+            "flex": 2
           },
           {
             "type": "text",
-            "text": "hello, world"+str(1),
+            "text": content,
             "flex": 5,
             "weight": "regular"
           }