bdqh-course-platform/src/render/api/course/data.ts

1900 lines
42 KiB
TypeScript

import { Category, Class, Course } from './type'
export const categories: Category[] = [
{
id: 1,
key: 'kpk',
thumbnail: 'kpk.png',
name: '科普课',
classes: []
},
{
id: 2,
key: 'hdk',
thumbnail: 'hdk.png',
name: '活动课',
classes: []
},
{
id: 3,
key: 'gck',
thumbnail: 'gck.png',
name: '工程课',
classes: []
},
]
export const classes : Class[] = [
{
id: 1,
category_id: 1,
thumbnail: 'gsbd.jpg' ,
name: '感受北斗',
courses: []
},
{
id: 2,
category_id: 1,
thumbnail: 'wzbd.jpg' ,
name: '玩转北斗',
courses: []
},
{
id: 3,
category_id: 1,
thumbnail: 'ycbd.jpg' ,
name: '研创北斗',
courses: []
},
{
id: 4,
category_id: 2,
thumbnail: 'skznkjtyk.jpg',
name: '时空智能科技体验课',
courses: []
},
{
id: 5,
category_id: 3,
thumbnail: 'xcbdsz.jpg' ,
name: '炫彩小时钟',
courses: []
},
{
id: 6,
category_id: 3,
thumbnail: 'bdxwx.jpg' ,
name: '北斗小卫星',
courses: []
},
{
id: 7,
category_id: 3,
thumbnail: 'bdwlqxz.jpg' ,
name: '北斗气象站',
courses: []
},
]
export const courses : Course[] = [
{
id: 1,
class_id: 1,
dir:'JustGotToKnowBeidou',
thumbnail: 'thumbnail.jpg',
name: '初识北斗',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 32,
},
{
id: 2,
class_id: 1,
dir:'BeidouSystem',
thumbnail: 'thumbnail.jpg',
name: '北斗系统',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 36,
},
{
id: 3,
class_id: 1,
dir:'BeidouApplication',
thumbnail: 'thumbnail.jpg',
name: '北斗应用',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 40,
},
{
id: 4,
class_id: 1,
dir:'BeidouTime',
thumbnail: 'thumbnail.jpg',
name: '北斗时间',
description: 'descriptiondescription',
programs: [{
name: '北斗小时钟',
filePath: 'bdtime_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 40,
},
{
id: 5,
class_id: 1,
dir:'TimeExploration',
thumbnail: 'thumbnail.jpg',
name: '时间探秘',
description: 'descriptiondescription',
programs: [{
name: '时间探秘',
filePath: 'time_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 40,
},
{
id: 6,
class_id: 1,
dir:'Theodolite',
thumbnail: 'thumbnail.jpg',
name: '小小定位仪',
description: 'descriptiondescription',
programs: [{
name: '北斗定位仪',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '经纬度地图',
command: 'LAUNCH_ONLINE_SOFTWARE',
params: {
url : 'http://test.map.hwasmart.com'
}
}],
images: [],
imageCount: 35,
},
{
id: 7,
class_id: 1,
dir:'BeidouQuestForTreasure',
thumbnail: 'thumbnail.jpg',
name: '北斗探宝',
description: 'descriptiondescription',
programs: [{
name: '北斗定位仪',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 25,
},
{
id: 8,
class_id: 1,
dir:'BeidouTrackPlayback',
thumbnail: 'thumbnail.jpg',
name: '北斗轨迹回放',
description: 'descriptiondescription',
programs: [{
name: '北斗轨迹回放',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '轨迹回放',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDPositionTrackRetracingWindow'
}
}],
images: [],
imageCount: 30,
},
{
id: 9,
class_id: 1,
dir:'BeidouSpeedMeasurement',
thumbnail: 'thumbnail.jpg',
name: '北斗测速',
description: 'descriptiondescription',
programs: [{
name: '北斗测速',
filePath: 'bdvelocity_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 28,
},
{
id: 10,
class_id: 1,
dir:'BeidouObservationPost',
thumbnail: 'thumbnail.jpg',
name: '北斗观察哨',
description: 'descriptiondescription',
programs: [{
name: '北斗观察哨',
filePath: 'bdgsv_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '星座图生成',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'GeneratingConstellationChartWindow'
}
}],
images: [],
imageCount: 44,
},
{
id: 11,
class_id: 1,
dir:'SatelliteAndCommunication',
thumbnail: 'thumbnail.jpg',
name: '卫星与通信',
description: 'descriptiondescription',
programs: [],
softwares: [{
name: '通信助手',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDCommunicationAssistantWindow'
}
}, {
name: '星座图',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDDataAnalysisPlatformWindow'
}
}],
images: [],
imageCount: 41,
},
{
id: 12,
class_id: 1,
dir:'CommunicationRescue',
thumbnail: 'thumbnail.jpg',
name: '通信救援',
description: 'descriptiondescription',
programs: [{
name: '摩尔斯电报机',
filePath: 'morse_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 47,
},
{
id: 13,
class_id: 1,
dir:'ActivityExperienceAndCourseSummary',
thumbnail: 'thumbnail.jpg',
name: '活动体验与课程总结',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 51,
},
{
id: 14,
class_id: 1,
dir:'BeidouFrontierApplication',
thumbnail: 'thumbnail.jpg',
name: '北斗前沿应用',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 23,
},
{
id: 15,
class_id: 1,
dir:'HandPaintedCampus',
thumbnail: 'thumbnail.jpg',
name: '手绘校园',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 20,
},
{
id: 16,
class_id: 1,
dir:'DrawingBasis',
thumbnail: 'thumbnail.jpg',
name: '绘图基础',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 19,
},
{
id: 17,
class_id: 1,
dir:'CampusMapping',
thumbnail: 'thumbnail.jpg',
name: '校园测绘',
description: 'descriptiondescription',
programs: [{
name: '北斗定位仪',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}, {
name: '北斗测距',
filePath: 'bddistance_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '距离计算工具',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'DistanceCalculationToolWindow'
}
}],
images: [],
imageCount: 28,
},
{
id: 18,
class_id: 1,
dir:'GreenCampus',
thumbnail: 'thumbnail.jpg',
name: '绿色校园',
description: 'descriptiondescription',
programs: [{
name: '北斗面积测量',
filePath: 'bdarea_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 22,
},
{
id: 19,
class_id: 1,
dir:'CampusSurveyReport',
thumbnail: 'thumbnail.jpg',
name: '校园调查报告',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 17,
},
{
id: 20,
class_id: 1,
dir:'BeidouWeatherStation',
thumbnail: 'thumbnail.jpg',
name: '北斗气象站',
description: 'descriptiondescription',
programs: [{
name: '北斗气象站',
filePath: 'bdweather_bmp280_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '北斗气象数据展示',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDMeteorologicalDataDisplayPlatformWindow'
}
}],
images: [],
imageCount: 39,
},
{
id: 21,
class_id: 1,
dir:'BeidouDisasterWarning',
thumbnail: 'thumbnail.jpg',
name: '北斗灾难预警',
description: 'descriptiondescription',
programs: [{
name: '北斗灾难预警',
filePath: 'bddisaster_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '北斗预警数据展示',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDComprehensiveExperimentalPlatformWindow'
}
}],
images: [],
imageCount: 54,
},
{
id: 22,
class_id: 1,
dir:'CreativeBrainstorming',
thumbnail: 'thumbnail.jpg',
name: '创意头脑风暴',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 23,
},
{
id: 23,
class_id: 1,
dir:'Screenwriter',
thumbnail: 'thumbnail.jpg',
name: '小小编剧家',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 18,
},
{
id: 24,
class_id: 1,
dir:'CreativeRehearsal',
thumbnail: 'thumbnail.jpg',
name: '创意彩排',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 10,
},
{
id: 25,
class_id: 1,
dir:'InnovationShow',
thumbnail: 'thumbnail.jpg',
name: '创新汇演',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 8,
},
{
id: 26,
class_id: 2,
dir:'JustGotToKnowBeidou2',
thumbnail: 'thumbnail.jpg',
name: '初识北斗',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 40,
},
{
id: 27,
class_id: 2,
dir:'BeidouTime2',
thumbnail: 'thumbnail.jpg',
name: '北斗时间',
description: 'descriptiondescription',
programs: [{
name: '北斗小时钟',
filePath: 'bdtime_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 41,
},
{
id: 28,
class_id: 2,
dir:'TimeExploration2',
thumbnail: 'thumbnail.jpg',
name: '时间探秘',
description: 'descriptiondescription',
programs: [{
name: '时间探秘',
filePath: 'time_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 40,
},
{
id: 29,
class_id: 2,
dir:'Theodolite2',
thumbnail: 'thumbnail.jpg',
name: '北斗定位仪',
description: 'descriptiondescription',
programs: [{
name: '北斗定位仪',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '经纬度地图',
command: 'LAUNCH_ONLINE_SOFTWARE',
params: {
url : 'http://test.map.hwasmart.com'
}
}],
images: [],
imageCount: 53,
},
{
id: 30,
class_id: 2,
dir:'BeidouTrackPlayback2',
thumbnail: 'thumbnail.jpg',
name: '北斗轨迹回放',
description: 'descriptiondescription',
programs: [{
name: '北斗轨迹回放',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '轨迹回放',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDPositionTrackRetracingWindow'
}
}],
images: [],
imageCount: 31,
},
{
id: 31,
class_id: 2,
dir:'BeidouSpeedAndDirectionFinding',
thumbnail: 'thumbnail.jpg',
name: '北斗测速与测向',
description: 'descriptiondescription',
programs: [{
name: '北斗测速',
filePath: 'bdvelocity_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 32,
},
{
id: 32,
class_id: 2,
dir:'SatelliteAndCommunication2',
thumbnail: 'thumbnail.jpg',
name: '卫星与通信',
description: 'descriptiondescription',
programs: [],
softwares: [{
name: '通信助手',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDCommunicationAssistantWindow'
}
}, {
name: '星座图',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDDataAnalysisPlatformWindow'
}
}],
images: [],
imageCount: 52,
},
{
id: 33,
class_id: 2,
dir:'MorseTelegraph',
thumbnail: 'thumbnail.jpg',
name: '摩尔斯电报机',
description: 'descriptiondescription',
programs: [{
name: '摩尔斯电报机',
filePath: 'morse_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 46,
},
{
id: 34,
class_id: 2,
dir:'ActivityStart',
thumbnail: 'thumbnail.jpg',
name: '活动启动',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 22,
},
{
id: 35,
class_id: 2,
dir:'ActivityDesign',
thumbnail: 'thumbnail.jpg',
name: '活动设计',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 22,
},
{
id: 36,
class_id: 2,
dir:'ActivityReview',
thumbnail: 'thumbnail.jpg',
name: '活动评审',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 9,
},
{
id: 37,
class_id: 2,
dir:'ActivityPreparation',
thumbnail: 'thumbnail.jpg',
name: '活动筹备',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 8,
},
{
id: 38,
class_id: 2,
dir:'ActivityCompetition',
thumbnail: 'thumbnail.jpg',
name: '活动竞技',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 67,
},
{
id: 39,
class_id: 2,
dir:'CourseSummary',
thumbnail: 'thumbnail.jpg',
name: '课程总结',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 9,
},
{
id: 40,
class_id: 2,
dir:'BeidouFrontierApplication2',
thumbnail: 'thumbnail.jpg',
name: '北斗前沿应用',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 23,
},
{
id: 41,
class_id: 2,
dir:'BeidouObservationPost2',
thumbnail: 'thumbnail.jpg',
name: '北斗观察哨',
description: 'descriptiondescription',
programs: [{
name: '北斗观察哨',
filePath: 'bdgsv_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '星座图生成',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'GeneratingConstellationChartWindow'
}
}],
images: [],
imageCount: 43,
},
{
id: 42,
class_id: 2,
dir:'CampusMapping2',
thumbnail: 'thumbnail.jpg',
name: '校园测绘',
description: 'descriptiondescription',
programs: [{
name: '北斗定位仪',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}, {
name: '北斗测距',
filePath: 'bddistance_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '距离计算工具',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'DistanceCalculationToolWindow'
}
}],
images: [],
imageCount: 39,
},
{
id: 43,
class_id: 2,
dir:'BeidouObservationPostReport',
thumbnail: 'thumbnail.jpg',
name: '北斗观察哨报告',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 26,
},
{
id: 44,
class_id: 2,
dir:'CampusSurvey',
thumbnail: 'thumbnail.jpg',
name: '校园调查',
description: 'descriptiondescription',
programs: [{
name: '北斗面积测量',
filePath: 'bdarea_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 36,
},
{
id: 45,
class_id: 2,
dir:'GreenSpaceProgramImprovement',
thumbnail: 'thumbnail.jpg',
name: '绿地方案改进',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 21,
},
{
id: 46,
class_id: 2,
dir:'CampusSurveyReport2',
thumbnail: 'thumbnail.jpg',
name: '校园调查报告',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 9,
},
{
id: 47,
class_id: 2,
dir:'BeidouWeatherStation2',
thumbnail: 'thumbnail.jpg',
name: '北斗气象站',
description: 'descriptiondescription',
programs: [{
name: '北斗气象站',
filePath: 'bdweather_bmp280_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '北斗气象数据展示',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDMeteorologicalDataDisplayPlatformWindow'
}
}],
images: [],
imageCount: 36,
},
{
id: 48,
class_id: 2,
dir:'BeidouDisasterWarning2',
thumbnail: 'thumbnail.jpg',
name: '北斗灾难预警',
description: 'descriptiondescription',
programs: [{
name: '北斗灾难预警',
filePath: 'bddisaster_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '北斗预警数据展示',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDComprehensiveExperimentalPlatformWindow'
}
}],
images: [],
imageCount: 51,
},
{
id: 49,
class_id: 2,
dir:'BeidouApplicationInnovation',
thumbnail: 'thumbnail.jpg',
name: '北斗应用创新',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 32,
},
{
id: 50,
class_id: 2,
dir:'Presentation',
thumbnail: 'thumbnail.jpg',
name: '汇报展示',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 7,
},
{
id: 51,
class_id: 3,
dir:'BeidouFoundationAndIndustry',
thumbnail: 'thumbnail.jpg',
name: '北斗基础及产业',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 46,
},
{
id: 52,
class_id: 3,
dir:'BeidouPositioning',
thumbnail: 'thumbnail.jpg',
name: '北斗定位',
description: 'descriptiondescription',
programs: [{
name: '北斗定位仪',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '经纬度地图',
command: 'LAUNCH_ONLINE_SOFTWARE',
params: {
url : 'http://test.map.hwasmart.com'
}
}],
images: [],
imageCount: 37,
},
{
id: 53,
class_id: 3,
dir:'PositioningAndErro',
thumbnail: 'thumbnail.jpg',
name: '定位与误差',
description: 'descriptiondescription',
programs: [{
name: '北斗定位仪',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '距离计算工具',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'DistanceCalculationToolWindow'
}
}],
images: [],
imageCount: 27,
},
{
id: 54,
class_id: 3,
dir:'RecognitionTime',
thumbnail: 'thumbnail.jpg',
name: '认识时间',
description: 'descriptiondescription',
programs: [{
name: '时间探秘',
filePath: 'time_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 34,
},
{
id: 55,
class_id: 3,
dir:'DiscoveryPhysicsClock',
thumbnail: 'thumbnail.jpg',
name: '物理钟探寻',
description: 'descriptiondescription',
programs: [{
name: '时间探秘',
filePath: 'time_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 23,
},
{
id: 56,
class_id: 3,
dir:'BeidouTiming',
thumbnail: 'thumbnail.jpg',
name: '北斗授时',
description: 'descriptiondescription',
programs: [{
name: '北斗小时钟',
filePath: 'bdtime_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 39,
},
{
id: 57,
class_id: 3,
dir:'SpeedAndCourse',
thumbnail: 'thumbnail.jpg',
name: '速度与航向',
description: 'descriptiondescription',
programs: [{
name: '北斗测速',
filePath: 'bdvelocity_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 32,
},
{
id: 58,
class_id: 3,
dir:'CampusExploration1',
thumbnail: 'thumbnail.jpg',
name: '校园探宝1',
description: 'descriptiondescription',
programs: [{
name: '北斗定位仪',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 24,
},
{
id: 59,
class_id: 3,
dir:'SatelliteAndCommunication3',
thumbnail: 'thumbnail.jpg',
name: '卫星与通信',
description: 'descriptiondescription',
programs: [],
softwares: [{
name: '通信助手',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDCommunicationAssistantWindow'
}
}, {
name: '星座图',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDDataAnalysisPlatformWindow'
}
}],
images: [],
imageCount: 35,
},
{
id: 60,
class_id: 3,
dir:'MorseTelegraph2',
thumbnail: 'thumbnail.jpg',
name: '摩尔斯电报机',
description: 'descriptiondescription',
programs: [{
name: '摩尔斯电报机',
filePath: 'morse_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 39,
},
{
id: 61,
class_id: 3,
dir:'CommunicationProtocolDesign',
thumbnail: 'thumbnail.jpg',
name: '通信协议设计',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 31,
},
{
id: 62,
class_id: 3,
dir:'CampusExploration2',
thumbnail: 'thumbnail.jpg',
name: '校园探宝2',
description: 'descriptiondescription',
programs: [{
name: '北斗定位仪',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}, {
name: '摩尔斯电报机',
filePath: 'morse_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 19,
},
{
id: 63,
class_id: 3,
dir:'CelestialPositionDescription',
thumbnail: 'thumbnail.jpg',
name: '天体位置描述',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 24,
},
{
id: 64,
class_id: 3,
dir:'BeidouObservationPost3',
thumbnail: 'thumbnail.jpg',
name: '北斗观察哨',
description: 'descriptiondescription',
programs: [{
name: '北斗观察哨',
filePath: 'bdgsv_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '星座图生成',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'GeneratingConstellationChartWindow'
}
}],
images: [],
imageCount: 28,
},
{
id: 65,
class_id: 3,
dir:'BeidouSignalExplorationReport',
thumbnail: 'thumbnail.jpg',
name: '北斗信号探究报告',
description: 'descriptiondescription',
programs: [{
name: '北斗观察哨',
filePath: 'bdgsv_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 21,
},
{
id: 66,
class_id: 3,
dir:'TermSummary',
thumbnail: 'thumbnail.jpg',
name: '学期总结',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 10,
},
{
id: 67,
class_id: 3,
dir:'BeidouFrontierApplication3',
thumbnail: 'thumbnail.jpg',
name: '北斗前沿应用',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 41,
},
{
id: 68,
class_id: 3,
dir:'GreenTask',
thumbnail: 'thumbnail.jpg',
name: '绿色任务',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 20,
},
{
id: 69,
class_id: 3,
dir:'GreenCampus2',
thumbnail: 'thumbnail.jpg',
name: '绿色校园',
description: 'descriptiondescription',
programs: [{
name: '北斗测距',
filePath: 'bddistance_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '距离计算工具',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'DistanceCalculationToolWindow'
}
}],
images: [],
imageCount: 23,
},
{
id: 70,
class_id: 3,
dir:'GreenQuantitySurveyReport',
thumbnail: 'thumbnail.jpg',
name: '绿量调查报告',
description: 'descriptiondescription',
programs: [{
name: '北斗面积测量',
filePath: 'bdarea_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 20,
},
{
id: 71,
class_id: 3,
dir:'BeidouTrackPlayback3',
thumbnail: 'thumbnail.jpg',
name: '北斗轨迹回放',
description: 'descriptiondescription',
programs: [{
name: '北斗轨迹回放',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '轨迹回放',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDPositionTrackRetracingWindow'
}
}],
images: [],
imageCount: 23,
},
{
id: 72,
class_id: 3,
dir:'BeidouWeatherStation3',
thumbnail: 'thumbnail.jpg',
name: '北斗气象站',
description: 'descriptiondescription',
programs: [{
name: '北斗气象站',
filePath: 'bdweather_bmp280_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '北斗气象数据展示',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDMeteorologicalDataDisplayPlatformWindow'
}
}],
images: [],
imageCount: 35,
},
{
id: 73,
class_id: 3,
dir:'BeidouDisasterWarning3',
thumbnail: 'thumbnail.jpg',
name: '北斗灾难预警',
description: 'descriptiondescription',
programs: [{
name: '北斗灾难预警',
filePath: 'bddisaster_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '北斗预警数据展示',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDComprehensiveExperimentalPlatformWindow'
}
}],
images: [],
imageCount: 47,
},
{
id: 74,
class_id: 3,
dir:'BeidouFunctionDescription',
thumbnail: 'thumbnail.jpg',
name: '北斗功能描述',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 22,
},
{
id: 75,
class_id: 3,
dir:'CreativeBrainstorming2',
thumbnail: 'thumbnail.jpg',
name: '创意头脑风暴',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 19,
},
{
id: 76,
class_id: 3,
dir:'InnovativeApplicationScenarioProduction',
thumbnail: 'thumbnail.jpg',
name: '创新应用场景制作',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 15,
},
{
id: 77,
class_id: 3,
dir:'InnovativePlanWriting',
thumbnail: 'thumbnail.jpg',
name: '创新方案撰写',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 20,
},
{
id: 78,
class_id: 3,
dir:'ExhibitionAndSharingOfWorks',
thumbnail: 'thumbnail.jpg',
name: '作品展示分享',
description: 'descriptiondescription',
programs: [],
softwares: [],
images: [],
imageCount: 11,
},
// 活动课
{
id: 79,
class_id: 4,
dir:'BeidouTime3',
thumbnail: 'thumbnail.jpg',
name: '北斗时间',
description: 'descriptiondescription',
programs: [{
name: '北斗小时钟',
filePath: 'bdtime_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 64,
},
{
id: 80,
class_id: 4,
dir:'TimeExploration3',
thumbnail: 'thumbnail.jpg',
name: '时间探秘',
description: 'descriptiondescription',
programs: [{
name: '时间探秘',
filePath: 'time_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 64,
},
{
id: 81,
class_id: 4,
dir:'BeidouTheodolite',
thumbnail: 'thumbnail.jpg',
name: '北斗定位仪',
description: 'descriptiondescription',
programs: [{
name: '北斗定位仪',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '经纬度地图',
command: 'LAUNCH_ONLINE_SOFTWARE',
params: {
url : 'http://test.map.hwasmart.com'
}
}],
images: [],
imageCount: 56,
},
{
id: 82,
class_id: 4,
dir:'BeidouObservationPost4',
thumbnail: 'thumbnail.jpg',
name: '北斗观察哨',
description: 'descriptiondescription',
programs: [{
name: '北斗观察哨',
filePath: 'bdgsv_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '星座图生成',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'GeneratingConstellationChartWindow'
}
}],
images: [],
imageCount: 62,
},
{
id: 83,
class_id: 4,
dir:'SatelliteSignalExploration',
thumbnail: 'thumbnail.jpg',
name: '卫星信号探究',
description: 'descriptiondescription',
programs: [{
name: '北斗观察哨',
filePath: 'bdgsv_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 62,
},
{
id: 84,
class_id: 4,
dir:'BeidouTrackPlayback4',
thumbnail: 'thumbnail.jpg',
name: '北斗轨迹回放',
description: 'descriptiondescription',
programs: [{
name: '北斗轨迹回放',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '轨迹回放',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDPositionTrackRetracingWindow'
}
}],
images: [],
imageCount: 55,
},
{
id: 85,
class_id: 4,
dir:'BeidouSpeedAndDirectionFinding2',
thumbnail: 'thumbnail.jpg',
name: '北斗测速与测向',
description: 'descriptiondescription',
programs: [{
name: '北斗测速',
filePath: 'bdvelocity_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 55,
},
{
id: 86,
class_id: 4,
dir:'BeidouWeatherStation4',
thumbnail: 'thumbnail.jpg',
name: '北斗气象站',
description: 'descriptiondescription',
programs: [{
name: '北斗气象站',
filePath: 'bdweather_bmp280_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '北斗气象数据展示',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDMeteorologicalDataDisplayPlatformWindow'
}
}],
images: [],
imageCount: 60,
},
{
id: 87,
class_id: 4,
dir:'BeidouDisasterWarning4',
thumbnail: 'thumbnail.jpg',
name: '北斗灾难预警',
description: 'descriptiondescription',
programs: [{
name: '北斗灾难预警',
filePath: 'bddisaster_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '北斗预警数据展示',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDComprehensiveExperimentalPlatformWindow'
}
}],
images: [],
imageCount: 75,
},
{
id: 88,
class_id: 4,
dir:'IntelligentFan',
thumbnail: 'thumbnail.jpg',
name: '智能风扇',
description: 'descriptiondescription',
programs: [{
name: '智能风扇',
filePath: 'autofan_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 26,
},
{
id: 89,
class_id: 4,
dir:'IntelligentFlowerWateringDevice',
thumbnail: 'thumbnail.jpg',
name: '智能浇花器',
description: 'descriptiondescription',
programs: [{
name: '智能浇花器',
filePath: 'autowater_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 28,
},
{
id: 90,
class_id: 4,
dir:'MagicSwitch',
thumbnail: 'thumbnail.jpg',
name: '神奇的开关',
description: 'descriptiondescription',
programs: [{
name: '神奇的开关',
filePath: 'magicbutton_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 29,
},
{
id: 91,
class_id: 4,
dir:'MorseTelegraph3',
thumbnail: 'thumbnail.jpg',
name: '摩尔斯电报机',
description: 'descriptiondescription',
programs: [{
name: '摩尔斯电报机',
filePath: 'morse_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 46,
},
{
id: 92,
class_id: 4,
dir:'MysteriesOfElectronicOrgan',
thumbnail: 'thumbnail.jpg',
name: '探究电子琴奥秘',
description: 'descriptiondescription',
programs: [{
name: '电子小钢琴',
filePath: 'piano_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 29,
},
{
id: 93,
class_id: 4,
dir:'BeidouSurveyingAndMapping',
thumbnail: 'thumbnail.jpg',
name: '北斗测绘体验',
description: 'descriptiondescription',
programs: [{
name: '北斗测距',
filePath: 'bddistance_mix_core.ino.esp32.bin'
}, {
name: '北斗面积测量',
filePath: 'bdarea_mix_core.ino.esp32.bin'
}, {
name: '北斗定位仪',
filePath: 'bdlocation_mix_core.ino.esp32.bin'
}],
softwares: [{
name: '距离计算工具',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'DistanceCalculationToolWindow'
}
}],
images: [],
imageCount: 51,
},
{
id: 94,
class_id: 4,
dir:'BeidouElectronicFence',
thumbnail: 'thumbnail.jpg',
name: '北斗电子围栏',
description: 'descriptiondescription',
programs: [{
name: '北斗抵近报警',
filePath: 'bdapproach_mix_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 35,
},
// 工程课
{
id: 95,
class_id: 5,
dir:'BeidouAndTime',
thumbnail: 'thumbnail.jpg',
name: '北斗与时间',
description: 'descriptiondescription',
programs: [],
softwares: [{
name: '北斗授时',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDAndTimeWindow'
}
}],
images: [],
imageCount: 43,
},
{
id: 96,
class_id: 5,
dir:'DisplayOfElectronicImages',
thumbnail: 'thumbnail.jpg',
name: '电子图像的显示',
description: 'descriptiondescription',
programs: [{
name: '时钟教学',
filePath: 'clock_study_core.ino.esp32.bin'
}],
softwares: [{
name: '电子屏幕设计',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'ElectronicScreenDesignWindow'
}
}],
images: [],
imageCount: 27,
},
{
id: 97,
class_id: 5,
dir:'DisplayEffectDesign',
thumbnail: 'thumbnail.jpg',
name: '显示效果设计',
description: 'descriptiondescription',
programs: [{
name: '时钟教学',
filePath: 'clock_study_core.ino.esp32.bin'
}],
softwares: [{
name: '电子屏幕设计',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'ElectronicScreenDesignWindow'
}
}, {
name: '字体设计',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'FontDesignWindow'
}
}],
images: [],
imageCount: 24,
},
{
id: 98,
class_id: 5,
dir:'IntelligentControl',
thumbnail: 'thumbnail.jpg',
name: '智能控制',
description: 'descriptiondescription',
programs: [{
name: '时钟教学',
filePath: 'clock_study_core.ino.esp32.bin'
}],
softwares: [{
name: '手势识别',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'GestureRecognitionWindow'
}
}, {
name: '红外电压监测',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'VoltageMonitoringWindow'
}
}],
images: [],
imageCount: 27,
},
{
id: 99,
class_id: 5,
dir:'ClockAssemblyAndInteractiveEffectDesign',
thumbnail: 'thumbnail.jpg',
name: '时钟组装及互动效果设计',
description: 'descriptiondescription',
programs: [{
name: '炫彩北斗时钟',
filePath: 'clock_core.ino.esp32.bin'
}],
softwares: [{
name: '时钟配置',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'ClockConfigWindow'
}
}],
images: [],
imageCount: 28,
},
{
id: 100,
class_id: 6,
dir:'JustGotToKnowSatellite',
thumbnail: 'thumbnail.jpg',
name: '初识卫星',
description: 'descriptiondescription',
programs: [{
name: '北斗小卫星',
filePath: 'sat_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 31,
},
{
id: 101,
class_id: 6,
dir:'SatelliteClock',
thumbnail: 'thumbnail.jpg',
name: '卫星时钟',
description: 'descriptiondescription',
programs: [{
name: '北斗小卫星',
filePath: 'sat_core.ino.esp32.bin'
}],
softwares: [{
name: '卫星授时',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDSatelliteTimeConfigurationWindow'
}
}],
images: [],
imageCount: 31,
},
{
id: 102,
class_id: 6,
dir:'SatelliteConditionMonitoring',
thumbnail: 'thumbnail.jpg',
name: '卫星状态监测',
description: 'descriptiondescription',
programs: [{
name: '北斗小卫星',
filePath: 'sat_core.ino.esp32.bin'
}],
softwares: [{
name: '卫星监测中心',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDSatelliteParameterMonitoringPlatformWindow'
}
}, {
name: '卫星3D姿态',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDSatellite3DPostureDisplayWindow'
}
}, {
name: '太阳能电压监测',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'VoltageMonitoringWindow'
}
}],
images: [],
imageCount: 33,
},
{
id: 103,
class_id: 6,
dir:'SatelliteOrbitControl',
thumbnail: 'thumbnail.jpg',
name: '卫星轨道控制',
description: 'descriptiondescription',
programs: [{
name: '北斗小卫星',
filePath: 'sat_core.ino.esp32.bin'
}],
softwares: [{
name: '卫星姿态控制',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDSatelliteAttitudeControlWindow'
}
}],
images: [],
imageCount: 25,
},
{
id: 104,
class_id: 6,
dir:'SatelliteAssemblyAndProduction',
thumbnail: 'thumbnail.jpg',
name: '卫星组装与生产',
description: 'descriptiondescription',
programs: [{
name: '北斗小卫星',
filePath: 'sat_core.ino.esp32.bin'
}],
softwares: [],
images: [],
imageCount: 29,
},
{
id: 105,
class_id: 7,
dir:'WirelessCommunicationModuleConfiguration',
thumbnail: 'thumbnail.jpg',
name: '无线通信模块配置',
description: 'descriptiondescription',
programs: [],
softwares: [{
name: '无线通信模块配置软件',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'WirelessCommunicationModuleConfigurationWindow'
}
}, {
name: '通信助手',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDCommunicationAssistantWindow'
}
}],
images: [],
imageCount: 35,
},
{
id: 106,
class_id: 7,
dir:'MeteorologicalDataAcquisitionAndCommunicationProtocol',
thumbnail: 'thumbnail.jpg',
name: '气象数据的采集与通信协议',
description: 'descriptiondescription',
programs: [{
name: '气象站采集端',
filePath: 'weather_s_core.ino.esp32.bin'
}],
softwares: [{
name: '北斗气象数据展示',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDMeteorologicalDataDisplayPlatformWindow'
}
}, {
name: '气象数据协议',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDMeteorologicalDataProtocolWindow'
}
}, {
name: 'PM2.5电压监测',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'VoltageMonitoringWindow'
}
}],
images: [],
imageCount: 28,
},
{
id: 107,
class_id: 7,
dir:'DataDisplayAndDigitalTubeDisplayPrinciple',
thumbnail: 'thumbnail.jpg',
name: '数据展示与数码管显示原理',
description: 'descriptiondescription',
programs: [{
name: '气象站显示端',
filePath: 'weather_c_core.ino.esp32.bin'
}],
softwares: [{
name: '数码管配置',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'NixieTubeConfigurationWindow'
}
}],
images: [],
imageCount: 21,
},
{
id: 108,
class_id: 7,
dir:'MakingOfWeatherStations',
thumbnail: 'thumbnail.jpg',
name: '气象站的制作',
description: 'descriptiondescription',
programs: [{
name: '气象站采集端',
filePath: 'weather_s_core.ino.esp32.bin'
}, {
name: '气象站显示端',
filePath: 'weather_c_core.ino.esp32.bin'
}],
softwares: [{
name: '北斗气象数据展示',
command: 'LAUNCH_LOCAL_SOFTWARE',
params: {
subWindowName: 'BDMeteorologicalDataDisplayPlatformWindow'
}
}],
images: [],
imageCount: 41,
},
]