Skip to content

Instantly share code, notes, and snippets.

@crowjdh
Created July 2, 2020 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crowjdh/aeb35b406142c60737cd1d4889e393bc to your computer and use it in GitHub Desktop.
Save crowjdh/aeb35b406142c60737cd1d4889e393bc to your computer and use it in GitHub Desktop.
[
{
"type": "menu_section_1",
"elements": [
[
{
"image": "https://univ.go.kr/static/v1.0.1/images/news.png",
"background": "#ffffff",
"text": "대학공지",
"action": "some-app-action-id"
},
{
"image": "https://univ.go.kr/static/v1.0.1/images/activity.png",
"background": "#333333",
"text": "학생활동",
"action": "https://univ.go.kr/PATH/TO/WEB/PAGE"
}
]
]
}, {
"type": "menu_section_2",
"elements": [
[
{
"image": "https://univ.go.kr/static/v1.0.1/images/library.png",
"background": "#333333",
"text": "도서관",
"action": "some-app-action-id"
},
{
"image": "https://univ.go.kr/static/v1.0.1/images/whatever.png",
"background": "#ffffff",
"text": "???",
"action": "https://univ.go.kr/OTHER/PATH/TO/WEB/PAGE"
}
],
[
{
"image": "https://univ.go.kr/static/v1.0.1/images/qwer.png",
"background": "#333333",
"text": "qwer",
"action": "some-app-action-id"
},
{
"image": "https://univ.go.kr/static/v1.0.1/images/asdf.png",
"background": "#ffffff",
"text": "asdf",
"action": "https://univ.go.kr/ASDF/PATH/TO/WEB/PAGE"
}
]
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment