style(首页): 移除工具技术统计卡片及PMBOK第6版字样

- 首页删除"工具技术"统计卡片,数据不准确不宜展示
- 知识领域页、过程组页副标题去除"PMBOK第6版定义的"前缀
- 侧边栏底部删除"PMBOK 第6版"标签
- 设置页删除"基于 PMBOK 第6版"说明

via [HAPI](https://hapi.run)

Co-Authored-By: HAPI <noreply@hapi.run>
This commit is contained in:
ittoview
2026-02-25 08:42:32 +00:00
parent 13916c8939
commit 492406b540
5 changed files with 3 additions and 6 deletions

View File

@@ -100,7 +100,6 @@ export function Sidebar() {
{sidebarOpen && (
<div className="absolute bottom-4 left-4 right-4">
<div className="rounded-lg bg-gray-50 dark:bg-gray-700/50 p-4">
<div className="text-xs text-gray-500 dark:text-gray-400 mb-1">PMBOK 6</div>
<div className="text-sm font-medium text-gray-700 dark:text-gray-300">
49 · 10
</div>

View File

@@ -100,13 +100,12 @@ export function HomePage() {
variants={containerVariants}
initial="hidden"
animate="visible"
className="grid grid-cols-2 md:grid-cols-4 gap-4"
className="grid grid-cols-2 md:grid-cols-3 gap-4"
>
{[
{ label: '知识领域', value: stats.knowledgeAreaCount, color: 'text-indigo-600' },
{ label: '过程组', value: stats.processGroupCount, color: 'text-blue-600' },
{ label: '项目过程', value: stats.processCount, color: 'text-emerald-600' },
{ label: '工具技术', value: stats.toolCount, color: 'text-amber-600' },
].map((stat) => (
<motion.div
key={stat.label}

View File

@@ -146,7 +146,7 @@ export function KnowledgeAreasPage() {
<div className="space-y-4">
<div>
<h1 className="text-xl font-bold text-gray-900 dark:text-white"></h1>
<p className="text-sm text-gray-500 dark:text-gray-400">PMBOK第6版定义的10大项目管理知识领</p>
<p className="text-sm text-gray-500 dark:text-gray-400">10</p>
</div>
<motion.div

View File

@@ -99,7 +99,7 @@ export function ProcessGroupsPage() {
<div className="space-y-4">
<div>
<h1 className="text-xl font-bold text-gray-900 dark:text-white"></h1>
<p className="text-sm text-gray-500 dark:text-gray-400">PMBOK第6版定义的5大项目管理过程</p>
<p className="text-sm text-gray-500 dark:text-gray-400">5</p>
</div>
<motion.div variants={containerVariants} initial="hidden" animate="visible" className="space-y-2">

View File

@@ -78,7 +78,6 @@ export function SettingsPage() {
<h2 className="font-semibold text-gray-900 dark:text-white mb-4"> ITTOView</h2>
<div className="space-y-2 text-sm text-gray-500 dark:text-gray-400">
<p>1.0.0</p>
<p> PMBOK 6</p>
<p> 49 ITTO </p>
</div>
</motion.div>