kenken999 commited on
Commit
45e5cad
·
1 Parent(s): 7d93c5d
Files changed (1) hide show
  1. mysite/interpreter/google_chat.py +14 -0
mysite/interpreter/google_chat.py CHANGED
@@ -125,6 +125,20 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
125
  }
126
  }
127
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  },
129
 
130
  ]
 
125
  }
126
  }
127
  ]
128
+ },
129
+ {
130
+ "buttons": [
131
+ {
132
+ "textButton": {
133
+ "text": "全体行程マインドマップ",
134
+ "onClick": {
135
+ "openLink": {
136
+ "url": "https://www.mindmeister.com/3342966040?e=turtle&new=1#"
137
+ }
138
+ }
139
+ }
140
+ }
141
+ ]
142
  },
143
 
144
  ]