This commit is contained in:
yumoqing 2026-08-06 14:59:55 +08:00
parent bbf5b5f257
commit fb706f72d9

View File

@ -2,6 +2,7 @@ ns = params_kw.copy()
kb_id = ns.get('kb_id', '') kb_id = ns.get('kb_id', '')
doc_id = ns.get('media_id', '') doc_id = ns.get('media_id', '')
tag_ids_str = ns.get('tag_ids', '') tag_ids_str = ns.get('tag_ids', '')
result=''
close_btn = {"widgettype": "Button", "options": {"label": "\u5173\u95ed", "bgcolor": "#4a90d9", "color": "#fff", "padding": "5px 16px", "borderRadius": "6px"}, close_btn = {"widgettype": "Button", "options": {"label": "\u5173\u95ed", "bgcolor": "#4a90d9", "color": "#fff", "padding": "5px 16px", "borderRadius": "6px"},
"binds": [{"wid": "self", "event": "click", "actiontype": "script", "binds": [{"wid": "self", "event": "click", "actiontype": "script",