Merge pull request 'Upload files to "V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views"' (#1) from ZaneDev/JiboOs:main into main
Reviewed-on: Kevin/JiboOs#1
This commit was merged in pull request #1.
This commit is contained in:
@@ -26,17 +26,34 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "new",
|
"id": "introduction",
|
||||||
"label": "What's new",
|
"label": "Introduction",
|
||||||
"colors": ["0xFF892F", "0xAF4123"],
|
"colors": ["0x25F2FB", "0x107799"],
|
||||||
"iconSrc": "resources/icons/tips.png",
|
"iconSrc": "resources/icons/introduction.png",
|
||||||
"action": {
|
"action": {
|
||||||
"type": "utterance",
|
"type": "utterance",
|
||||||
"data": {
|
"data": {
|
||||||
"utterance": {
|
"utterance": {
|
||||||
"intent": "loadMenu",
|
"intent": "loadMenu",
|
||||||
"entities": {
|
"entities": {
|
||||||
"destination": "new"
|
"destination": "introductions"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "things-to-do",
|
||||||
|
"label": "Things to do",
|
||||||
|
"colors": ["0xff892f", "0x282735"],
|
||||||
|
"iconSrc": "resources/icons/things-to-do.png",
|
||||||
|
"action": {
|
||||||
|
"type": "utterance",
|
||||||
|
"data": {
|
||||||
|
"utterance": {
|
||||||
|
"intent": "loadMenu",
|
||||||
|
"entities": {
|
||||||
|
"destination": "friendly-tips"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -76,6 +93,23 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "personal-report",
|
||||||
|
"label": "Personal Report",
|
||||||
|
"colors": ["0xFBC230", "0xAC661E"],
|
||||||
|
"iconSrc": "resources/icons/personal-report.png",
|
||||||
|
"action": {
|
||||||
|
"type": "utterance",
|
||||||
|
"data": {
|
||||||
|
"utterance": {
|
||||||
|
"intent": "loadMenu",
|
||||||
|
"entities": {
|
||||||
|
"destination": "personal-report"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "radio",
|
"id": "radio",
|
||||||
"label": "Music",
|
"label": "Music",
|
||||||
@@ -161,6 +195,23 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "bot-basics",
|
||||||
|
"label": "Bot Basics (Broken)",
|
||||||
|
"colors": ["0xFF892F", "0xAF4123"],
|
||||||
|
"iconSrc": "resources/icons/tips.png",
|
||||||
|
"action": {
|
||||||
|
"type": "utterance",
|
||||||
|
"data": {
|
||||||
|
"utterance": {
|
||||||
|
"intent": "loadMenu",
|
||||||
|
"entities": {
|
||||||
|
"destination": "tutorial"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "settings",
|
"id": "settings",
|
||||||
"label": "Settings",
|
"label": "Settings",
|
||||||
@@ -177,6 +228,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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user