Current status includes: - Virtual monitor surface and components - Monitor store for state management - Tool call animations and transitions - Liquid glass shader integration Known issue to fix: Tool status display timing - "正在xx" appears after tool execution completes instead of when tool call starts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
398 B
HTML
14 lines
398 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>管理员监控面板</title>
|
|
<link rel="stylesheet" href="/static/dist/assets/admin.css" />
|
|
</head>
|
|
<body>
|
|
<div id="admin-app"></div>
|
|
<script type="module" src="/static/dist/assets/admin.js"></script>
|
|
</body>
|
|
</html>
|