for example we want using slick-carousel in our application.
- yarn add jquery slick-carousel expose-loader
- add following lines in app/javascript/packs/application.js
require('slick-carousel')
require('slick-carousel/slick/slick.css')
def rand_source | |
a = ['line', 'fb', 'ettoday', 'nonews', 'cti', 'momo', '7-11'] | |
a[rand(7)] | |
end | |
def rand_campaign | |
a = ['0923-加入會員', nil, '年中大促', '週年慶九折', '1111', '1212', '跳樓大拍賣'] | |
a[rand(7)] | |
end |
一則 broadcast 最多一則文字一則圖片一組快回 | |
一項 task 最多一則文字一則圖片一組快回 | |
快速回覆 items 最多都是 13 個 | |
文字部份 800 中文字 ( 1600 characters ) | |
{ | |
"type": "text", | |
"text": "Select your favorite food category or send me your location!", | |
"quickReply": { |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>中午吃什麼</title> | |
<style> | |
body { text-align: center; font-family: Arial, sans-serif; } | |
button { padding: 10px 20px; font-size: 16px; } | |
#lunch { margin-top: 20px; font-size: 18px; } | |
</style> | |
</head> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>中午吃什麼</title> | |
<style> | |
body { | |
display: flex; | |
flex-direction: column; | |
justify-content: center; | |
align-items: center; |