kenken999 commited on
Commit
b377e53
·
1 Parent(s): e36c1a9
controllers/gpt_enginner20240706083458 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 7592d29d2f074404903c8fb8a41c16bef34b6bc7
controllers/gpt_enginner20240706083645 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit ae6b0ee6249fb22f33a2daee6a58ea53fd8cf4f8
mysite/interpreter/google_chat.py CHANGED
@@ -55,7 +55,20 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
55
  }
56
  }
57
  ]
58
- },
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  ]
60
  }
61
  ]
 
55
  }
56
  }
57
  ]
58
+ },
59
+ "buttons": [
60
+ {
61
+ "textButton": {
62
+ "text": "移行プランテスト",
63
+ "onClick": {
64
+ "openLink": {
65
+ "url": "https://kenken999-php.hf.space/main_list.php?page=mainpage"
66
+ }
67
+ }
68
+ }
69
+ }
70
+ ]
71
+ },
72
  ]
73
  }
74
  ]