Files
group_xinghuo_jinrong/docs/course/jinrong-module-customer/_base.html
T
zhanghongyu_0626 4b8e11c9bd feat(threshold): Implement customer loss threshold configuration and notification system
- Added `ThresholdRepository` for managing customer loss threshold configurations and notifications.
- Introduced `threshold_service` to handle loss threshold alerts based on customer portfolio performance.
- Enhanced `customer_prompts` to include new intent for querying product net values.
- Updated `customer_service` to integrate new threshold alert functionality into existing workflows.
- Implemented `sanitize_postprocess` for improved compliance handling in customer interactions.
- Enhanced course documentation to reflect updates in advisor training modules and interactive elements.

This update significantly improves the customer experience by providing proactive loss threshold notifications and enhancing the overall service framework.
2026-09-10 10:57:40 +08:00

44 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>客户财富 Agent 深潜 · 交互导览</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,700;12..96,800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400;1,9..40,500&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<style>
:root {
--color-accent: #2D8B55;
--color-accent-hover: #236B44;
--color-accent-light: #E8F5ED;
--color-accent-muted: #5BAE7A;
}
</style>
<script src="main.js" defer></script>
</head>
<body>
<nav class="nav" id="nav">
<div class="progress-bar" id="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>
<div class="nav-inner">
<span class="nav-title">客户财富 Agent 深潜</span>
<div class="nav-dots" id="nav-dots" role="tablist">
<button class="nav-dot" data-target="module-1" data-tooltip="能做什么" role="tab" aria-label="模块 1: 能做什么"></button>
<button class="nav-dot" data-target="module-2" data-tooltip="14 节点图" role="tab" aria-label="模块 2: 14 节点图"></button>
<button class="nav-dot" data-target="module-3" data-tooltip="流式与铁律" role="tab" aria-label="模块 3: 流式与铁律"></button>
<button class="nav-dot" data-target="module-4" data-tooltip="口吻与转人工" role="tab" aria-label="模块 4: 口吻与转人工"></button>
<button class="nav-dot" data-target="module-5" data-tooltip="边界与接缝" role="tab" aria-label="模块 5: 边界与接缝"></button>
<button class="nav-dot" data-target="module-6" data-tooltip="L0 与 L1 画像" role="tab" aria-label="模块 6: L0 与 L1 画像"></button>
<button class="nav-dot" data-target="module-7" data-tooltip="Wave3 查询" role="tab" aria-label="模块 7: Wave3 查询"></button>
</div>
</div>
</nav>
<main id="main">