feat(wechat): add intent router and Cursor executor admin controls

Expose WeChat routing policy and Cursor experience channel settings in md.tkmind.cn with matching admin-api routes.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-26 21:56:15 +08:00
parent 80c2091baf
commit 70433a3dcd
7 changed files with 626 additions and 0 deletions
+31
View File
@@ -879,6 +879,37 @@ body,
padding-top: 4px;
}
.cursor-allowlist-chips {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.cursor-allowlist-chip {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 10px;
border: 1px solid var(--color-border-input, #e7dfd1);
border-radius: 999px;
background: var(--color-bg-subtle, rgba(0, 0, 0, 0.02));
font-size: 13px;
}
.cursor-allowlist-chip-remove {
border: 0;
background: transparent;
color: var(--color-text-muted, #68716c);
cursor: pointer;
font-size: 16px;
line-height: 1;
padding: 0 2px;
}
.cursor-allowlist-chip-remove:hover {
color: var(--color-text, #1f2421);
}
.global-model-card {
margin-bottom: 16px;
padding: 14px;