- Restore official light neutral background ramp; add danger hover/pressed and warning-border tokens; drop dead --edge - Mica ambient brand-tinted backdrop; acrylic sidebar/topbar/flyouts with reduced-transparency fallback - Content and session rail scroll under the acrylic topbar (--topbar-h driven offsets) - Global .danger-solid, shared .chip/.dot, card hover lift, radius/type ramp normalization; bump to 1.5.1
16 lines
452 B
HTML
16 lines
452 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="color-scheme" content="light dark" />
|
|
<meta name="theme-color" content="#fafafa" />
|
|
<script src="/theme-init.js"></script>
|
|
<title>PicoBot Workspace</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|