添加不同页面有不同的产品展示的主题
This commit is contained in:
@@ -7,10 +7,15 @@ export const products = [
|
||||
slug: 'smart-campus',
|
||||
name: '校企益邦',
|
||||
slogan: '实习过程全掌控,就业数据一目了然',
|
||||
themeColor: '#2563EB',
|
||||
themeColor: '#60ce93',
|
||||
heroImage: new URL('../assets/images/Carousel/xq.png', import.meta.url).href,
|
||||
themeFrom: '#1e40af',
|
||||
themeTo: '#3b82f6',
|
||||
screenshots: [
|
||||
new URL('../assets/images/xq/xq1.png', import.meta.url).href,
|
||||
new URL('../assets/images/xq/xq2.png', import.meta.url).href,
|
||||
new URL('../assets/images/xq/xq3.png', import.meta.url).href,
|
||||
],
|
||||
themeFrom: '#047857',
|
||||
themeTo: '#34d399',
|
||||
icon: Building2,
|
||||
brief: '面向职业院校实习就业管理的专业化平台,覆盖实习计划制定、过程跟踪、数据采集、鉴定评价全流程,已服务广西多所职业院校,帮助学校轻松应对教育厅数据上报要求。',
|
||||
tags: ['实习计划管理', 'GPS签到+电子围栏', '问卷式日志', '多维鉴定评价'],
|
||||
@@ -45,10 +50,15 @@ export const products = [
|
||||
slug: 'exam-system',
|
||||
name: '科研管理系统',
|
||||
slogan: '让科研管理告别纸质时代',
|
||||
themeColor: '#EA580C',
|
||||
themeColor: '#0c86cf',
|
||||
heroImage: new URL('../assets/images/Carousel/ky.png', import.meta.url).href,
|
||||
themeFrom: '#c2410c',
|
||||
themeTo: '#f97316',
|
||||
screenshots: [
|
||||
new URL('../assets/images/ky/ky1.png', import.meta.url).href,
|
||||
new URL('../assets/images/ky/ky2.jpeg', import.meta.url).href,
|
||||
new URL('../assets/images/ky/ky3.jpeg', import.meta.url).href,
|
||||
],
|
||||
themeFrom: '#075985',
|
||||
themeTo: '#38bdf8',
|
||||
icon: ClipboardCheck,
|
||||
brief: '面向高校及科研院所的全生命周期科研业务管理平台。覆盖项目申报、评审立项、经费管控、成果登记到数据统计的全流程数字化,已帮助多所高校实现科研管理从纸质流转到"一网通办"的跨越。',
|
||||
tags: ['在线申报审批', '智能查重防重复', '经费精细管控', '成果自动赋分'],
|
||||
@@ -85,10 +95,16 @@ export const products = [
|
||||
slug: 'teaching-resource',
|
||||
name: '智慧党建平台',
|
||||
slogan: '党建工作有痕,年终考核无忧',
|
||||
themeColor: '#7C3AED',
|
||||
themeColor: '#aa3130',
|
||||
heroImage: new URL('../assets/images/Carousel/zh.png', import.meta.url).href,
|
||||
themeFrom: '#6d28d9',
|
||||
themeTo: '#8b5cf6',
|
||||
heroSize: 'small',
|
||||
screenshots: [
|
||||
new URL('../assets/images/zh/zh1.png', import.meta.url).href,
|
||||
new URL('../assets/images/zh/zh2.png', import.meta.url).href,
|
||||
new URL('../assets/images/zh/zh3.jpeg', import.meta.url).href,
|
||||
],
|
||||
themeFrom: '#7f1d1d',
|
||||
themeTo: '#dc2626',
|
||||
icon: BookOpen,
|
||||
brief: '面向高校及职业院校各级党组织的智慧党建管理系统。以"党业融合、指标驱动、全程留痕"为核心理念,将三会一课、党员活动、工作记录等日常工作自动关联考核指标,实现年终考核"零重复填报"。',
|
||||
tags: ['三级考核指标', '三会一课数字化', '万能工作记录', '实时进度看板'],
|
||||
@@ -131,12 +147,17 @@ export const products = [
|
||||
},
|
||||
{
|
||||
slug: 'internship',
|
||||
name: '商咖五级进阶',
|
||||
name: '实训管理平台',
|
||||
slogan: '五级渐进,让每一次成长都看得见',
|
||||
themeColor: '#059669',
|
||||
themeColor: '#8b50ee',
|
||||
heroImage: new URL('../assets/images/Carousel/sk.png', import.meta.url).href,
|
||||
themeFrom: '#047857',
|
||||
themeTo: '#10b981',
|
||||
screenshots: [
|
||||
new URL('../assets/images/sk/sk1.png', import.meta.url).href,
|
||||
new URL('../assets/images/sk/sk2.jpeg', import.meta.url).href,
|
||||
new URL('../assets/images/sk/sk3.jpeg', import.meta.url).href,
|
||||
],
|
||||
themeFrom: '#5b21b6',
|
||||
themeTo: '#a78bfa',
|
||||
icon: GraduationCap,
|
||||
brief: '专为职业院校商科专业群打造的实训项目管理系统。以"项目—模块—任务"三级结构为骨架,以"咖豆积分+技能画像"为引擎,将抽象的五级进阶培养模式变成可量化、可追踪、可激励的线上实战平台。',
|
||||
tags: ['三级精细管理', '咖豆积分引擎', '五级自动晋级', '动态技能画像'],
|
||||
|
||||
Reference in New Issue
Block a user