From 4cd08535d3c4a5930102695ca3bfb2e76da5bdcd Mon Sep 17 00:00:00 2001 From: iven Date: Wed, 3 Jun 2026 18:48:47 +0800 Subject: [PATCH] =?UTF-8?q?chore(app):=20=E7=AE=A1=E7=90=86=E7=AB=AF?= =?UTF-8?q?=E5=93=81=E7=89=8C=E6=9B=BF=E6=8D=A2=20=E2=80=94=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=89=80=E6=9C=89=20ERP=20=E9=9D=A2=E5=90=91=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=96=87=E5=AD=97=EF=BC=8C=E7=BB=9F=E4=B8=80=E6=9A=96?= =?UTF-8?q?=E8=AE=B0=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - index.css 注释头 → 暖记管理后台 Design System - PluginMarket.tsx 用户提示 → 扩展暖记能力 - package.json → nuanji-admin v0.1.0 + 项目描述 - CSS 注释 Typography → Chinese-first 暖记 --- apps/web/package.json | 5 +++-- apps/web/src/index.css | 9 ++++----- apps/web/src/pages/PluginMarket.tsx | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 51e17b4..409b1ed 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,7 +1,8 @@ { - "name": "web", + "name": "nuanji-admin", "private": true, - "version": "0.0.0", + "version": "0.1.0", + "description": "暖记管理后台 — 班级管理·日记审核·成长追踪", "type": "module", "scripts": { "dev": "vite", diff --git a/apps/web/src/index.css b/apps/web/src/index.css index 77b38c1..27bd839 100644 --- a/apps/web/src/index.css +++ b/apps/web/src/index.css @@ -1,14 +1,13 @@ @import "tailwindcss"; /* ==================================================================== - * ERP Platform — Design System Tokens & Global Styles - * Soft UI Evolution: Professional, warm, accessible for all industries - * Generated by UI UX Pro Max + * 暖记管理后台 — Design System Tokens & Global Styles + * 温暖治愈风格 · 手账日记管理 · Soft UI Evolution * ==================================================================== */ /* --- Design Tokens (CSS Custom Properties) --- */ :root { - /* Primary Palette — Trust Blue */ + /* Primary Palette — 珊瑚暖色 (warm 主题为默认,:root 为基线) */ --erp-primary: #2563eb; --erp-primary-hover: #1d4ed8; --erp-primary-active: #1e40af; @@ -69,7 +68,7 @@ --erp-space-xl: 32px; --erp-space-2xl: 48px; - /* Typography — Noto Sans SC for Chinese-first ERP */ + /* Typography — Noto Sans SC for Chinese-first 暖记 */ --erp-font-family: 'Noto Sans SC', -apple-system, system-ui, 'Segoe UI', Roboto, 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; --erp-font-mono: 'JetBrains Mono', 'Fira Code', Consolas, Monaco, monospace; diff --git a/apps/web/src/pages/PluginMarket.tsx b/apps/web/src/pages/PluginMarket.tsx index 14fcfbd..86bd62a 100644 --- a/apps/web/src/pages/PluginMarket.tsx +++ b/apps/web/src/pages/PluginMarket.tsx @@ -142,7 +142,7 @@ export default function PluginMarket() { <AppstoreOutlined /> 插件市场 - 发现和安装行业插件,扩展 ERP 能力 + 发现和安装行业插件,扩展暖记能力 {/* 搜索和分类 */}