- Introduced `battery_report.json` for local data analysis, excluding it from the database. - Enhanced `AGENTS.md` to reflect updated test baseline with 795 passed tests. - Added new metrics for trade flow in `dict_service.py`, improving transaction data analysis. - Updated regex patterns in `guardrail.py` to better handle numeric extraction and prevent misinterpretation of tokens. - Expanded course modules with new content on FR-8/9/10 capabilities and L3 role management. - Improved concurrency handling in transaction processing to ensure accurate alert generation. This update enhances data analysis capabilities and improves the overall structure and clarity of course materials.
44 lines
2.2 KiB
HTML
44 lines
2.2 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: #D94F30;
|
|
--color-accent-hover: #B83E24;
|
|
--color-accent-light: #FCEEEA;
|
|
--color-accent-muted: #E87A62;
|
|
}
|
|
</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="交易链路" role="tab" aria-label="模块 2: 交易链路"></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="FR-8/9/10" role="tab" aria-label="模块 5: FR-8/9/10"></button>
|
|
<button class="nav-dot" data-target="module-6" data-tooltip="L3 与角色" role="tab" aria-label="模块 6: L3 与角色"></button>
|
|
<button class="nav-dot" data-target="module-7" data-tooltip="写侧并发" role="tab" aria-label="模块 7: 写侧并发"></button>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<main id="main">
|