|
@@ -3,60 +3,70 @@ import { i18n } from "@/lang"
|
|
export default [
|
|
export default [
|
|
{
|
|
{
|
|
icon: require('@/assets/images/icons/hotspot-type/scene.png'),
|
|
icon: require('@/assets/images/icons/hotspot-type/scene.png'),
|
|
|
|
+ idxInSystemIconList: 1,
|
|
name: i18n.t('hotspot.scene'),
|
|
name: i18n.t('hotspot.scene'),
|
|
id: 'scene',
|
|
id: 'scene',
|
|
isExperience: false,
|
|
isExperience: false,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: require('@/assets/images/icons/hotspot-type/image.png'),
|
|
icon: require('@/assets/images/icons/hotspot-type/image.png'),
|
|
|
|
+ idxInSystemIconList: 8,
|
|
name: i18n.t('hotspot.image'),
|
|
name: i18n.t('hotspot.image'),
|
|
id: 'image',
|
|
id: 'image',
|
|
isExperience: false,
|
|
isExperience: false,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: require('@/assets/images/icons/hotspot-type/video.png'),
|
|
icon: require('@/assets/images/icons/hotspot-type/video.png'),
|
|
|
|
+ idxInSystemIconList: 11,
|
|
name: i18n.t('hotspot.video'),
|
|
name: i18n.t('hotspot.video'),
|
|
id: 'video',
|
|
id: 'video',
|
|
isExperience: false,
|
|
isExperience: false,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: require('@/assets/images/icons/hotspot-type/audio.png'),
|
|
icon: require('@/assets/images/icons/hotspot-type/audio.png'),
|
|
|
|
+ idxInSystemIconList: 10,
|
|
name: i18n.t('hotspot.audio'),
|
|
name: i18n.t('hotspot.audio'),
|
|
id: 'audio',
|
|
id: 'audio',
|
|
isExperience: false,
|
|
isExperience: false,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: require('@/assets/images/icons/hotspot-type/link.png'),
|
|
icon: require('@/assets/images/icons/hotspot-type/link.png'),
|
|
|
|
+ idxInSystemIconList: 9,
|
|
name: i18n.t('hotspot.link'),
|
|
name: i18n.t('hotspot.link'),
|
|
id: 'link',
|
|
id: 'link',
|
|
isExperience: false,
|
|
isExperience: false,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: require('@/assets/images/icons/hotspot-type/textarea.png'),
|
|
icon: require('@/assets/images/icons/hotspot-type/textarea.png'),
|
|
|
|
+ idxInSystemIconList: 12,
|
|
name: i18n.t('hotspot.textarea'),
|
|
name: i18n.t('hotspot.textarea'),
|
|
id: 'textarea',
|
|
id: 'textarea',
|
|
isExperience: false,
|
|
isExperience: false,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: require('@/assets/images/icons/hotspot-type/tag.png'),
|
|
icon: require('@/assets/images/icons/hotspot-type/tag.png'),
|
|
|
|
+ idxInSystemIconList: 13,
|
|
name: i18n.t('hotspot.tag'),
|
|
name: i18n.t('hotspot.tag'),
|
|
id: 'tag',
|
|
id: 'tag',
|
|
isExperience: true,
|
|
isExperience: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: require('@/assets/images/icons/hotspot-type/image-text.png'),
|
|
icon: require('@/assets/images/icons/hotspot-type/image-text.png'),
|
|
|
|
+ idxInSystemIconList: 14,
|
|
name: i18n.t('hotspot.image_text'),
|
|
name: i18n.t('hotspot.image_text'),
|
|
id: 'imageText',
|
|
id: 'imageText',
|
|
isExperience: true,
|
|
isExperience: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: require('@/assets/images/icons/hotspot-type/article.png'),
|
|
icon: require('@/assets/images/icons/hotspot-type/article.png'),
|
|
|
|
+ idxInSystemIconList: 14,
|
|
name: i18n.t('hotspot.article'),
|
|
name: i18n.t('hotspot.article'),
|
|
id: 'article',
|
|
id: 'article',
|
|
isExperience: true,
|
|
isExperience: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: require('@/assets/images/icons/hotspot-type/pdf.png'),
|
|
icon: require('@/assets/images/icons/hotspot-type/pdf.png'),
|
|
|
|
+ idxInSystemIconList: 15,
|
|
name: i18n.t('hotspot.pdf'),
|
|
name: i18n.t('hotspot.pdf'),
|
|
id: 'pdf',
|
|
id: 'pdf',
|
|
isExperience: true,
|
|
isExperience: true,
|
|
@@ -64,6 +74,7 @@ export default [
|
|
},
|
|
},
|
|
{
|
|
{
|
|
icon: require('@/assets/images/icons/hotspot-type/phone.png'),
|
|
icon: require('@/assets/images/icons/hotspot-type/phone.png'),
|
|
|
|
+ idxInSystemIconList: 16,
|
|
name: i18n.t('hotspot.phone'),
|
|
name: i18n.t('hotspot.phone'),
|
|
id: 'phone',
|
|
id: 'phone',
|
|
isExperience: true,
|
|
isExperience: true,
|