feat(prototype): redesign desktop procurement workspace

This commit is contained in:
QiuSW
2026-08-03 15:35:31 +08:00
parent 7e0b2e8b6a
commit 235abb4558
7 changed files with 438 additions and 89 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>cmbuyer 桌面端原型 · 设备与参数</title>
<title>采购工具 · 配置原型</title>
<style>
:root {
color-scheme: light dark;
@@ -135,10 +135,10 @@
<body>
<div class="prototype-banner" role="note">PROTOTYPE - 仅供枚举交互,非实现依据;全部是假数据,不执行连接检查或保存真实配置</div>
<header class="app-bar">
<div class="brand">cmbuyer 执行器<small>Windows / PySide6 前置原型</small></div>
<div class="brand">采购工具<small>Windows / PySide6 前置原型</small></div>
<nav class="tabs" aria-label="主要页面">
<a href="desk-execution.html" id="execution-link">采购执行</a>
<a href="desk-device-settings.html" aria-current="page">设备与参数</a>
<a href="desk-device-settings.html" aria-current="page">配置</a>
</nav>
<div class="app-actions"><label for="theme">主题</label><select id="theme" aria-label="原型主题"><option value="system">跟随系统</option><option value="light">浅色</option><option value="dark">深色</option></select></div>
</header>