mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboOs.git
synced 2026-06-13 09:16:26 +00:00
Move "What's New" button
This commit is contained in:
@@ -24,6 +24,23 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "new",
|
||||
"label": "What's new",
|
||||
"colors": ["0xFF892F", "0xAF4123"],
|
||||
"iconSrc": "resources/icons/tips.png",
|
||||
"action": {
|
||||
"type": "utterance",
|
||||
"data": {
|
||||
"utterance": {
|
||||
"intent": "loadMenu",
|
||||
"entities": {
|
||||
"destination": "new"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "introduction",
|
||||
@@ -228,23 +245,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "new",
|
||||
"label": "What's new",
|
||||
"colors": ["0xFF892F", "0xAF4123"],
|
||||
"iconSrc": "resources/icons/tips.png",
|
||||
"action": {
|
||||
"type": "utterance",
|
||||
"data": {
|
||||
"utterance": {
|
||||
"intent": "loadMenu",
|
||||
"entities": {
|
||||
"destination": "new"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user