2026-09-18 19:02:17 +08:00

172 lines
4.9 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"widgettype": "VBox",
"options": {
"width": "100%",
"height": "100%",
"padding": "20px",
"backgroundColor": "#F5F6FA"
},
"subwidgets": [
{
"widgettype": "Text",
"options": {
"label": "PBL 知识库只读桩pbl_kdb_ext / M7",
"fontSize": "24px",
"fontWeight": "bold",
"color": "#1F2A44"
}
},
{
"widgettype": "Text",
"options": {
"label": "零写入模块pbl_kdb_item.is_write_locked 恒为 1不提供 kdb.write / research.write / sim.* 任何写入路径KDB 为不落地向量桩Q-OPEN-5research 仅只读匿名聚合,分组样本 < 5 Q-OPEN-6",
"fontSize": "13px",
"color": "#666666",
"marginTop": "6px"
}
},
{
"widgettype": "ResponsableBox",
"options": {
"gap": "16px",
"minWidth": "250px",
"marginTop": "16px"
},
"subwidgets": [
{
"widgettype": "VBox",
"options": {
"backgroundColor": "#FFFFFF",
"padding": "20px",
"cursor": "pointer",
"borderRadius": "6px"
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "app.pbl_kdb_ext_content",
"options": {
"url": "{{entire_url('/pbl_kdb_ext/api/pbl_kdb_search.dspy')}}"
},
"mode": "replace"
}
],
"subwidgets": [
{
"widgettype": "Text",
"options": {
"label": "KDB ",
"fontSize": "16px",
"fontWeight": "bold"
}
},
{
"widgettype": "Text",
"options": {
"label": "pbl_kdb_search + LIKE hit_count / latency_ms pbl_kdb_query_log ",
"fontSize": "12px",
"color": "#666666",
"marginTop": "6px"
}
}
]
},
{
"widgettype": "VBox",
"options": {
"backgroundColor": "#FFFFFF",
"padding": "20px",
"cursor": "pointer",
"borderRadius": "6px"
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "app.pbl_kdb_ext_content",
"options": {
"url": "{{entire_url('/pbl_kdb_ext/api/pbl_kdb_get.dspy')}}"
},
"mode": "replace"
}
],
"subwidgets": [
{
"widgettype": "Text",
"options": {
"label": "KDB ",
"fontSize": "16px",
"fontWeight": "bold"
}
},
{
"widgettype": "Text",
"options": {
"label": "pbl_kdb_get id / code tenant_id is_write_locked=true不存在抛 PBL_KDB_NOT_FOUND",
"fontSize": "12px",
"color": "#666666",
"marginTop": "6px"
}
}
]
},
{
"widgettype": "VBox",
"options": {
"backgroundColor": "#FFFFFF",
"padding": "20px",
"cursor": "pointer",
"borderRadius": "6px"
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "app.pbl_kdb_ext_content",
"options": {
"url": "{{entire_url('/pbl_kdb_ext/api/pbl_research_aggregate.dspy')}}"
},
"mode": "replace"
}
],
"subwidgets": [
{
"widgettype": "Text",
"options": {
"label": "Research ",
"fontSize": "16px",
"fontWeight": "bold"
}
},
{
"widgettype": "Text",
"options": {
"label": "pbl_research_aggregate band / assessor_type / blueprint_id k_min=5 anonymous=true、written=false。",
"fontSize": "12px",
"color": "#666666",
"marginTop": "6px"
}
}
]
}
]
},
{
"widgettype": "VBox",
"id": "pbl_kdb_ext_content",
"options": {
"width": "100%",
"flex": "1",
"marginTop": "20px",
"padding": "16px",
"backgroundColor": "#FFFFFF",
"borderRadius": "6px"
}
}
]
}