|
|
@ -32,6 +32,7 @@ export function configShareForIndex (path) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
export function configShareForPaths () {
|
|
|
|
export function configShareForPaths () {
|
|
|
|
if (!wx) return;
|
|
|
|
if (!wx) return;
|
|
|
|
|
|
|
|
console.log('configShareForPaths', host)
|
|
|
|
var shareData = {
|
|
|
|
var shareData = {
|
|
|
|
title: 'EduCoder - 实践课程',
|
|
|
|
title: 'EduCoder - 实践课程',
|
|
|
|
desc: '平台提供涵盖基础入门、案例实践和创新应用的完整实训项目体系,通过由浅入深的实训路径,帮助学生快速提升实战能力。',
|
|
|
|
desc: '平台提供涵盖基础入门、案例实践和创新应用的完整实训项目体系,通过由浅入深的实训路径,帮助学生快速提升实战能力。',
|
|
|
@ -43,6 +44,8 @@ export function configShareForPaths () {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
export function configShareForShixuns () {
|
|
|
|
export function configShareForShixuns () {
|
|
|
|
if (!wx) return;
|
|
|
|
if (!wx) return;
|
|
|
|
|
|
|
|
console.log('configShareForShixuns', host)
|
|
|
|
|
|
|
|
|
|
|
|
var shareData = {
|
|
|
|
var shareData = {
|
|
|
|
title: 'EduCoder - 实训项目',
|
|
|
|
title: 'EduCoder - 实训项目',
|
|
|
|
desc: '覆盖不同专业的IT实验和实训,每周更新,无需配置本机实验环境,随时随地开启企业级真实实训。',
|
|
|
|
desc: '覆盖不同专业的IT实验和实训,每周更新,无需配置本机实验环境,随时随地开启企业级真实实训。',
|
|
|
@ -54,6 +57,8 @@ export function configShareForShixuns () {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
export function configShareForCourses () {
|
|
|
|
export function configShareForCourses () {
|
|
|
|
if (!wx) return;
|
|
|
|
if (!wx) return;
|
|
|
|
|
|
|
|
console.log('configShareForCourses', host)
|
|
|
|
|
|
|
|
|
|
|
|
var shareData = {
|
|
|
|
var shareData = {
|
|
|
|
title: 'EduCoder - 翻转课堂',
|
|
|
|
title: 'EduCoder - 翻转课堂',
|
|
|
|
desc: '自动评测实训任务,支持技能统计,提供教学活动分析报告,减轻教师和助教的辅导压力,免去作业发布和批改的困扰,实时了解学生学习情况,全面提升教师施教效率和水平。',
|
|
|
|
desc: '自动评测实训任务,支持技能统计,提供教学活动分析报告,减轻教师和助教的辅导压力,免去作业发布和批改的困扰,实时了解学生学习情况,全面提升教师施教效率和水平。',
|
|
|
@ -67,6 +72,8 @@ export function configShareForCourses () {
|
|
|
|
// detail
|
|
|
|
// detail
|
|
|
|
export function configShareForCustom (title, desc, path, imgUrl) {
|
|
|
|
export function configShareForCustom (title, desc, path, imgUrl) {
|
|
|
|
if (!wx) return;
|
|
|
|
if (!wx) return;
|
|
|
|
|
|
|
|
console.log('configShareForCustom', host)
|
|
|
|
|
|
|
|
|
|
|
|
var shareData = {
|
|
|
|
var shareData = {
|
|
|
|
title: title,
|
|
|
|
title: title,
|
|
|
|
desc: desc,
|
|
|
|
desc: desc,
|
|
|
|