Spaces:
Running
on
Zero
Running
on
Zero
dfa
Browse files
mysite/interpreter/google_chat.py
CHANGED
@@ -103,7 +103,7 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
|
|
103 |
"buttons": [
|
104 |
{
|
105 |
"textButton": {
|
106 |
-
"text": "Q&Aを登録する",
|
107 |
"onClick": {
|
108 |
"openLink": {
|
109 |
"url": "https://kenken999-php.hf.space/main_list.php?page=mainpage"
|
@@ -112,29 +112,29 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
|
|
112 |
}
|
113 |
}
|
114 |
]
|
115 |
-
},
|
116 |
{
|
117 |
"buttons": [
|
118 |
{
|
119 |
"textButton": {
|
120 |
-
"text": "
|
121 |
"onClick": {
|
122 |
"openLink": {
|
123 |
-
"url":
|
124 |
}
|
125 |
}
|
126 |
}
|
127 |
}
|
128 |
]
|
129 |
-
},
|
130 |
{
|
131 |
"buttons": [
|
132 |
{
|
133 |
"textButton": {
|
134 |
-
"text": "
|
135 |
"onClick": {
|
136 |
"openLink": {
|
137 |
-
"url":
|
138 |
}
|
139 |
}
|
140 |
}
|
|
|
103 |
"buttons": [
|
104 |
{
|
105 |
"textButton": {
|
106 |
+
"text": "Q&Aを登録する GSSに変更",
|
107 |
"onClick": {
|
108 |
"openLink": {
|
109 |
"url": "https://kenken999-php.hf.space/main_list.php?page=mainpage"
|
|
|
112 |
}
|
113 |
}
|
114 |
]
|
115 |
+
},
|
116 |
{
|
117 |
"buttons": [
|
118 |
{
|
119 |
"textButton": {
|
120 |
+
"text": "音声ファイルを開く",
|
121 |
"onClick": {
|
122 |
"openLink": {
|
123 |
+
"url": wav_url
|
124 |
}
|
125 |
}
|
126 |
}
|
127 |
}
|
128 |
]
|
129 |
+
},
|
130 |
{
|
131 |
"buttons": [
|
132 |
{
|
133 |
"textButton": {
|
134 |
+
"text": "JIRAタスク管理を開く",
|
135 |
"onClick": {
|
136 |
"openLink": {
|
137 |
+
"url": "https://urlounge.atlassian.net/browse/KAN-41"
|
138 |
}
|
139 |
}
|
140 |
}
|