Toggle navigation
Toggle navigation
This project
Loading...
Sign in
유명현
/
mamuri-bot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
유명현
2022-05-30 22:02:29 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
037acbdb5053f545545ceb1c265f2ff5f42ba49c
037acbdb
1 parent
9b23bdd9
EDIT: Change KeywordMessage altText
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
server/chatbot/message/setKeywordsFlexMessage.js
server/chatbot/message/setKeywordsFlexMessage.js
View file @
037acbd
...
...
@@ -17,19 +17,19 @@ function setKeywordsFlexMessage(keywords) {
text
:
"등록된 키워드"
,
weight
:
"bold"
,
size
:
"xxl"
,
margin
:
"md"
margin
:
"md"
,
},
{
type
:
"separator"
,
margin
:
"xxl"
margin
:
"xxl"
,
},
{
type
:
"box"
,
layout
:
"vertical"
,
contents
:
[],
margin
:
"md"
}
]
margin
:
"md"
,
},
],
},
};
...
...
@@ -40,9 +40,9 @@ function setKeywordsFlexMessage(keywords) {
return
{
type
:
"flex"
,
altText
:
"키워드 조회 오류
"
,
contents
:
flexMessage
}
altText
:
"매무리 키워드 확인
"
,
contents
:
flexMessage
,
};
}
function
createKeywordTextBox
(
keyword
)
{
...
...
@@ -51,8 +51,8 @@ function createKeywordTextBox(keyword) {
text
:
keyword
,
size
:
"lg"
,
align
:
"center"
,
margin
:
"md"
}
margin
:
"md"
,
};
}
module
.
exports
=
setKeywordsFlexMessage
;
...
...
Please
register
or
login
to post a comment