feat(prototype): rename web app to procurement service

This commit is contained in:
QiuSW
2026-08-03 16:05:05 +08:00
parent 79a2767870
commit a7465d2745
8 changed files with 46 additions and 19 deletions
+2 -2
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 {
--bg: #f4f7fb; --surface: #fff; --surface-subtle: #f8fafc; --text: #172033; --muted: #526079;
@@ -120,7 +120,7 @@
<a class="skip-link" href="#main">跳到主要内容</a>
<div class="prototype-banner">PROTOTYPE - 仅供枚举交互,非实现依据</div>
<header class="app-header">
<a class="brand" href="web-task-workbench.html"><span class="brand-mark" aria-hidden="true">CM</span><span>cmbuyer</span></a>
<a class="brand" href="web-task-workbench.html" aria-label="采购服务原型工作台"><span class="brand-mark" aria-hidden="true">采</span><span>采购服务</span></a>
<nav aria-label="主导航">
<a href="web-task-workbench.html">任务工作台</a>
<a href="web-task-create.html" aria-current="page">新建任务</a>