kenken999 commited on
Commit
261a50f
1 Parent(s): ee75ea1

vtuber update

Browse files
Files changed (1) hide show
  1. mysite/interpreter/google_chat.py +14 -0
mysite/interpreter/google_chat.py CHANGED
@@ -127,6 +127,20 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
127
  }
128
  ]
129
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
  {
131
  "buttons": [
132
  {
 
127
  }
128
  ]
129
  },
130
+ {
131
+ "buttons": [
132
+ {
133
+ "textButton": {
134
+ "text": "vtuber",
135
+ "onClick": {
136
+ "openLink": {
137
+ "url": "https://kenken999-fastapi-django-main.hf.space/static/index.html"
138
+ }
139
+ }
140
+ }
141
+ }
142
+ ]
143
+ },
144
  {
145
  "buttons": [
146
  {