mirror of
https://github.com/hotyue/IP-Sentinel.git
synced 2026-09-06 16:07:31 +08:00
feat(core): 为深海声呐战报底部追加控制台快捷唤出按钮,实现全链路闭环操作
This commit is contained in:
+5
-1
@@ -200,13 +200,17 @@ JSON_PAYLOAD=$(jq -n \
|
|||||||
--arg cid "$CHAT_ID" \
|
--arg cid "$CHAT_ID" \
|
||||||
--arg txt "$REPORT" \
|
--arg txt "$REPORT" \
|
||||||
--arg cb "$CB_DATA" \
|
--arg cb "$CB_DATA" \
|
||||||
|
--arg cb_manage "manage:${NODE_NAME}" \
|
||||||
'{
|
'{
|
||||||
chat_id: $cid,
|
chat_id: $cid,
|
||||||
text: $txt,
|
text: $txt,
|
||||||
parse_mode: "Markdown",
|
parse_mode: "Markdown",
|
||||||
disable_web_page_preview: true,
|
disable_web_page_preview: true,
|
||||||
reply_markup: {
|
reply_markup: {
|
||||||
inline_keyboard: [[{text: "📥 将本次体检录入趋势库", callback_data: $cb}]]
|
inline_keyboard: [
|
||||||
|
[{text: "📥 将本次体检录入趋势库", callback_data: $cb}],
|
||||||
|
[{text: "⚙️ 调出该节点控制台", callback_data: $cb_manage}]
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}')
|
}')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user