chore(app): 管理端品牌替换 — 移除所有 ERP 面向用户文字,统一暖记风格
- index.css 注释头 → 暖记管理后台 Design System - PluginMarket.tsx 用户提示 → 扩展暖记能力 - package.json → nuanji-admin v0.1.0 + 项目描述 - CSS 注释 Typography → Chinese-first 暖记
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "web",
|
"name": "nuanji-admin",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
|
"description": "暖记管理后台 — 班级管理·日记审核·成长追踪",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -1,14 +1,13 @@
|
|||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
|
|
||||||
/* ====================================================================
|
/* ====================================================================
|
||||||
* ERP Platform — Design System Tokens & Global Styles
|
* 暖记管理后台 — Design System Tokens & Global Styles
|
||||||
* Soft UI Evolution: Professional, warm, accessible for all industries
|
* 温暖治愈风格 · 手账日记管理 · Soft UI Evolution
|
||||||
* Generated by UI UX Pro Max
|
|
||||||
* ==================================================================== */
|
* ==================================================================== */
|
||||||
|
|
||||||
/* --- Design Tokens (CSS Custom Properties) --- */
|
/* --- Design Tokens (CSS Custom Properties) --- */
|
||||||
:root {
|
:root {
|
||||||
/* Primary Palette — Trust Blue */
|
/* Primary Palette — 珊瑚暖色 (warm 主题为默认,:root 为基线) */
|
||||||
--erp-primary: #2563eb;
|
--erp-primary: #2563eb;
|
||||||
--erp-primary-hover: #1d4ed8;
|
--erp-primary-hover: #1d4ed8;
|
||||||
--erp-primary-active: #1e40af;
|
--erp-primary-active: #1e40af;
|
||||||
@@ -69,7 +68,7 @@
|
|||||||
--erp-space-xl: 32px;
|
--erp-space-xl: 32px;
|
||||||
--erp-space-2xl: 48px;
|
--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,
|
--erp-font-family: 'Noto Sans SC', -apple-system, system-ui, 'Segoe UI', Roboto,
|
||||||
'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
|
'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
|
||||||
--erp-font-mono: 'JetBrains Mono', 'Fira Code', Consolas, Monaco, monospace;
|
--erp-font-mono: 'JetBrains Mono', 'Fira Code', Consolas, Monaco, monospace;
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ export default function PluginMarket() {
|
|||||||
<Title level={3} style={{ marginBottom: 8 }}>
|
<Title level={3} style={{ marginBottom: 8 }}>
|
||||||
<AppstoreOutlined /> 插件市场
|
<AppstoreOutlined /> 插件市场
|
||||||
</Title>
|
</Title>
|
||||||
<Text type="secondary">发现和安装行业插件,扩展 ERP 能力</Text>
|
<Text type="secondary">发现和安装行业插件,扩展暖记能力</Text>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* 搜索和分类 */}
|
{/* 搜索和分类 */}
|
||||||
|
|||||||
Reference in New Issue
Block a user