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:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user