|
@@ -233,6 +233,12 @@ def message_text(event):
|
|
|
text='快速鍵',
|
|
|
quick_reply=QuickReply(
|
|
|
items=[
|
|
|
+ QuickReplyButton(
|
|
|
+ action=MessageAction(label="熱門關鍵字", text="hotkeys")
|
|
|
+ ),
|
|
|
+ QuickReplyButton(
|
|
|
+ action=MessageAction(label="關鍵字歷史走勢", text="past_hotkeys")
|
|
|
+ ),
|
|
|
"""
|
|
|
QuickReplyButton(
|
|
|
action=MessageAction(label="幸福空間靈感", text="q_idea")
|
|
@@ -244,13 +250,6 @@ def message_text(event):
|
|
|
action=MessageAction(label="關聯字", text="seo")
|
|
|
),
|
|
|
"""
|
|
|
- QuickReplyButton(
|
|
|
- action=MessageAction(label="熱門關鍵字", text="hotkeys")
|
|
|
- ),
|
|
|
- QuickReplyButton(
|
|
|
- action=MessageAction(label="關鍵字歷史走勢", text="past_hotkeys")
|
|
|
- ),
|
|
|
-
|
|
|
])))
|
|
|
else:
|
|
|
if s_news:
|