This commit is contained in:
Daniel
2026-04-28 19:16:27 +08:00
parent 6de7e782fc
commit c234fe64d6
13 changed files with 229 additions and 31 deletions

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ app_name }} - 升级</title>
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg?v=20260428h" />
<link rel="stylesheet" href="/static/style.css?v=20260428za" />
<link rel="stylesheet" href="/static/style.css?v=20260428zd" />
</head>
<body>
<div class="product-shell">
@@ -29,7 +29,11 @@
</aside>
<div class="workspace">
<header class="topbar topbar-compact">
<header class="topbar topbar-compact upgrade-topbar">
<div class="topbar-spacer" aria-hidden="true"></div>
<div class="topbar-center">
<span id="vipModeHint" class="mode-badge global-mode-hint">当前模型模式:自由模型</span>
</div>
<div class="topbar-actions">
<a class="icon-btn" href="/" aria-label="返回工作台" title="返回工作台"></a>
<a class="icon-btn" href="/settings" aria-label="账号与模型设置" title="账号与模型设置"></a>
@@ -172,6 +176,7 @@
</div>
</div>
<script src="/static/ui-dialog.js?v=20260428a"></script>
<script src="/static/upgrade.js?v=20260428ae"></script>
<script src="/static/mode-hint.js?v=20260428a"></script>
<script src="/static/upgrade.js?v=20260428ag"></script>
</body>
</html>