Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DG_FAF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
DG_FAF
Commits
576030aa
Commit
576030aa
authored
Apr 23, 2023
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复苹果设备单引号不被识别的问题
parent
a85af4ea
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
DG_FAF.ts
assets/DG_FAF/scene/DG_FAF.ts
+14
-0
defaultData_DG_FAF.ts
assets/DG_FAF/script/defaultData_DG_FAF.ts
+1
-1
No files found.
assets/DG_FAF/scene/DG_FAF.ts
View file @
576030aa
...
@@ -1885,6 +1885,13 @@ export default class SceneComponent extends MyCocosSceneComponent {
...
@@ -1885,6 +1885,13 @@ export default class SceneComponent extends MyCocosSceneComponent {
// 开放型回答 只要有内容就算对
// 开放型回答 只要有内容就算对
right
=
userInputText
!=
""
;
right
=
userInputText
!=
""
;
}
else
{
}
else
{
// 替换特殊的符号
const
standardApostrophe
=
"
'
"
;
const
isoApostrophe
=
"
’
"
;
const
regApostrophe
=
new
RegExp
(
isoApostrophe
,
"
g
"
)
userInputText
=
userInputText
.
replace
(
regApostrophe
,
standardApostrophe
);
configInputText
=
configInputText
.
replace
(
regApostrophe
,
standardApostrophe
);
// 除特殊配置, 默认进行缩写通配符替换
// 除特殊配置, 默认进行缩写通配符替换
if
(
!
contentData
.
notAdaptContraction
)
{
if
(
!
contentData
.
notAdaptContraction
)
{
userInputText
=
this
.
adaptContraction
(
userInputText
);
userInputText
=
this
.
adaptContraction
(
userInputText
);
...
@@ -1986,6 +1993,13 @@ export default class SceneComponent extends MyCocosSceneComponent {
...
@@ -1986,6 +1993,13 @@ export default class SceneComponent extends MyCocosSceneComponent {
// 开放型回答 只要有内容就算对
// 开放型回答 只要有内容就算对
right
=
userInputText
!=
""
;
right
=
userInputText
!=
""
;
}
else
{
}
else
{
// 替换特殊的符号
const
standardApostrophe
=
"
'
"
;
const
isoApostrophe
=
"
’
"
;
const
regApostrophe
=
new
RegExp
(
isoApostrophe
,
"
g
"
)
userInputText
=
userInputText
.
replace
(
regApostrophe
,
standardApostrophe
);
configInputText
=
configInputText
.
replace
(
regApostrophe
,
standardApostrophe
);
// 除特殊配置, 默认进行缩写通配符替换
// 除特殊配置, 默认进行缩写通配符替换
if
(
!
option
.
notAdaptContraction
)
{
if
(
!
option
.
notAdaptContraction
)
{
userInputText
=
this
.
adaptContraction
(
userInputText
);
userInputText
=
this
.
adaptContraction
(
userInputText
);
...
...
assets/DG_FAF/script/defaultData_DG_FAF.ts
View file @
576030aa
export
const
defaultData
=
{
"
header_image_url
"
:
"
http://teach.cdn.ireadabc.com/64ef29f4a806e29ecb32fe1db7c98dfb.jpg
"
,
"
footer_image_url
"
:
"
http://teach.cdn.ireadabc.com/665e4c3e6a80563b4c33dd7bbcd18014.jpg
"
,
"
bgItem
"
:{
"
url
"
:
"
http://staging-teach.cdn.ireadabc.com/4425cebcf3aa2eba93f8a485358badf5.jpg
"
,
"
rect
"
:{
"
x
"
:
0
,
"
y
"
:
854.2833333333333
,
"
width
"
:
1351
,
"
height
"
:
3287.4333333333334
}},
"
hotZoneItemArr
"
:[{
"
index
"
:
0
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
713.85
,
"
y
"
:
1742.21
,
"
width
"
:
538.66
,
"
height
"
:
36.61
}},{
"
index
"
:
1
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
713.85
,
"
y
"
:
1782.93
,
"
width
"
:
538.66
,
"
height
"
:
36.61
}},{
"
index
"
:
2
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
713.85
,
"
y
"
:
1823.64
,
"
width
"
:
538.66
,
"
height
"
:
36.61
}},{
"
index
"
:
3
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-5
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
713.85
,
"
y
"
:
1864.36
,
"
width
"
:
538.66
,
"
height
"
:
36.61
}},{
"
index
"
:
4
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-6
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
713.85
,
"
y
"
:
1905.08
,
"
width
"
:
538.66
,
"
height
"
:
36.61
}},{
"
index
"
:
5
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-7
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
713.85
,
"
y
"
:
1945.79
,
"
width
"
:
538.66
,
"
height
"
:
36.61
}},{
"
index
"
:
6
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-8
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
713.85
,
"
y
"
:
1986.51
,
"
width
"
:
538.66
,
"
height
"
:
36.61
}},{
"
index
"
:
7
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-9
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
713.85
,
"
y
"
:
2027.22
,
"
width
"
:
538.66
,
"
height
"
:
36.61
}},{
"
index
"
:
8
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
test-video
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
228.36
,
"
y
"
:
1607.98
,
"
width
"
:
40.09
,
"
height
"
:
40.09
}},{
"
index
"
:
9
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
hutu
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
104.59
,
"
y
"
:
171.56
,
"
width
"
:
1162.73
,
"
height
"
:
338.19
}},{
"
index
"
:
10
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
cs
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
-
12.46
,
"
y
"
:
1031.72
,
"
width
"
:
87.46
,
"
height
"
:
360.03
}},{
"
index
"
:
11
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
TEst 画图
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
878
,
"
y
"
:
588.72
,
"
width
"
:
387
,
"
height
"
:
310.01
}}],
"
hotZoneConfigArr
"
:[{
"
hotZoneType
"
:
"
12
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
b9480a65-bf53-4fcf-9b27-fb775d2abbe6
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
0
,
"
inputText
"
:
"
1 | 2 | 3
"
,
"
keyWordMatch
"
:
true
},{
"
uuid
"
:
"
c7c9d9f2-2e0a-43a9-8a80-8def23430e66
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
"
2
"
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
1
},{
"
uuid
"
:
"
79a0666e-ae9b-4c58-a4b5-45d30cab4978
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
"
3
"
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
2
},{
"
uuid
"
:
"
1e4f9710-e7bb-458b-a065-22650c688465
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
"
4
"
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
3
},{
"
uuid
"
:
"
a924e16e-2c8b-4495-b743-450683849529
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
"
5
"
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
4
},{
"
uuid
"
:
"
aff3a858-e189-41a9-86a7-de300326ecd1
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
"
6
"
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
5
},{
"
uuid
"
:
"
1f0dc34e-cf88-47d9-9f53-b9609a390900
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
"
7
"
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
6
},{
"
uuid
"
:
"
a4791aec-2bda-486b-a962-46bebd07641d
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
"
wefwef wefwef wefwe wefwef wefwef wefwe wefwef wefwef wefwe wefwef wefwef wefwe wefwef wefwef wefwe
"
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
7
,
"
textAlignLeft
"
:
true
}]},{
"
hotZoneType
"
:
"
13
"
,
"
linkHotZoneIndex
"
:
8
,
"
audio_url
"
:
""
,
"
video_url
"
:
"
http://staging-teach.cdn.ireadabc.com/f45dfab6993e5376a8c4e1dda7da6211.mp4
"
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
14
"
,
"
linkHotZoneIndex
"
:
9
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
14
"
,
"
linkHotZoneIndex
"
:
11
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
10
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
3re
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[],
"
textAlignLeft
"
:
true
}],
"
scoreConfigArr
"
:[{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
,
13
,
14
,
15
,
16
,
17
,
18
]}],
"
alignMode
"
:
"
left
"
,
"
ratingSystem
"
:
"
4
"
,
"
basicScore
"
:
"
90
"
}
export
const
defaultData
=
{
"
header_image_url
"
:
"
http://teach.cdn.ireadabc.com/083720132dfa2d2da2b7c3d9bb572224.jpg
"
,
"
footer_image_url
"
:
"
http://teach.cdn.ireadabc.com/665e4c3e6a80563b4c33dd7bbcd18014.jpg
"
,
"
bgItem
"
:{
"
url
"
:
"
http://teach.cdn.ireadabc.com/c84ddb8e290c7cd82d82db0c2efe2b53.jpg
"
,
"
rect
"
:{
"
x
"
:
0
,
"
y
"
:
1711.0425
,
"
width
"
:
1351
,
"
height
"
:
1573.915
}},
"
hotZoneItemArr
"
:[{
"
index
"
:
0
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-2-tree
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
450.73
,
"
y
"
:
258.11
,
"
width
"
:
35.36
,
"
height
"
:
35.36
}},{
"
index
"
:
1
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-2-正确
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
311.32
,
"
y
"
:
81.32
,
"
width
"
:
35.36
,
"
height
"
:
35.36
}},{
"
index
"
:
2
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-3-frisbee
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
709.34
,
"
y
"
:
258.11
,
"
width
"
:
35.36
,
"
height
"
:
35.36
}},{
"
index
"
:
3
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-3-正确
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
536.6
,
"
y
"
:
81.32
,
"
width
"
:
35.36
,
"
height
"
:
35.36
}},{
"
index
"
:
4
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-4-jungle
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
973.01
,
"
y
"
:
255.08
,
"
width
"
:
35.36
,
"
height
"
:
35.36
}},{
"
index
"
:
5
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-4-正确
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
764.9
,
"
y
"
:
81.32
,
"
width
"
:
35.36
,
"
height
"
:
35.36
}},{
"
index
"
:
6
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-5-ice
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
1210.41
,
"
y
"
:
256.09
,
"
width
"
:
35.36
,
"
height
"
:
35.36
}},{
"
index
"
:
7
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-5-正确
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
1016.45
,
"
y
"
:
81.32
,
"
width
"
:
35.36
,
"
height
"
:
35.36
}},{
"
index
"
:
8
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-2-slide
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
356.27
,
"
y
"
:
572.79
,
"
width
"
:
141.43
,
"
height
"
:
30.31
}},{
"
index
"
:
9
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-3-pool
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
579.53
,
"
y
"
:
573.8
,
"
width
"
:
121.23
,
"
height
"
:
30.31
}},{
"
index
"
:
10
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-4-goal
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
798.75
,
"
y
"
:
573.8
,
"
width
"
:
141.43
,
"
height
"
:
30.31
}},{
"
index
"
:
11
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-5-armbands
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
1018.97
,
"
y
"
:
573.8
,
"
width
"
:
262.66
,
"
height
"
:
30.31
}},{
"
index
"
:
12
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-2-on
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
1068.47
,
"
y
"
:
740.49
,
"
width
"
:
131.33
,
"
height
"
:
30.31
}},{
"
index
"
:
13
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-3-in
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
1099.79
,
"
y
"
:
856.66
,
"
width
"
:
131.33
,
"
height
"
:
30.31
}},{
"
index
"
:
14
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-4on
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
991.7
,
"
y
"
:
972.84
,
"
width
"
:
131.33
,
"
height
"
:
30.31
}},{
"
index
"
:
15
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-5-under
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
990.69
,
"
y
"
:
1089.01
,
"
width
"
:
131.33
,
"
height
"
:
30.31
}},{
"
index
"
:
16
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-2-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
170.39
,
"
y
"
:
1360.76
,
"
width
"
:
161.63
,
"
height
"
:
30.31
}},{
"
index
"
:
17
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-2-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
614.89
,
"
y
"
:
1360.76
,
"
width
"
:
101.02
,
"
height
"
:
30.31
}},{
"
index
"
:
18
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-3-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
170.39
,
"
y
"
:
1419.35
,
"
width
"
:
161.63
,
"
height
"
:
30.31
}},{
"
index
"
:
19
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-3-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
614.89
,
"
y
"
:
1419.35
,
"
width
"
:
101.02
,
"
height
"
:
30.31
}},{
"
index
"
:
20
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-4-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
170.39
,
"
y
"
:
1477.94
,
"
width
"
:
161.63
,
"
height
"
:
30.31
}},{
"
index
"
:
21
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-4-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
614.89
,
"
y
"
:
1477.94
,
"
width
"
:
101.02
,
"
height
"
:
30.31
}}],
"
hotZoneConfigArr
"
:[{
"
hotZoneType
"
:
"
8
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
f0ee58ba-a330-40c7-b190-69998eed3e39
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
0
}],
"
linkResultShowHotZoneIndex
"
:
1
},{
"
hotZoneType
"
:
"
8
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
6b5d0317-1991-42ab-a01e-4be739822285
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
2
}],
"
linkResultShowHotZoneIndex
"
:
3
},{
"
hotZoneType
"
:
"
8
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
15519f25-46aa-4b01-a993-5756ae8b62f9
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
4
}],
"
linkResultShowHotZoneIndex
"
:
5
},{
"
hotZoneType
"
:
"
8
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
92967003-f3e3-459b-adce-15a01e79792a
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
6
}],
"
linkResultShowHotZoneIndex
"
:
7
},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
8
,
"
audio_url
"
:
""
,
"
score
"
:
"
1
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
slide
"
,
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
9
,
"
audio_url
"
:
""
,
"
score
"
:
"
1
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
pool
"
,
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
10
,
"
audio_url
"
:
""
,
"
score
"
:
"
1
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
goal
"
,
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
11
,
"
audio_url
"
:
""
,
"
score
"
:
"
1
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
armbands
"
,
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
16
,
"
audio_url
"
:
""
,
"
score
"
:
"
0.5
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
Where's
"
,
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
17
,
"
audio_url
"
:
""
,
"
score
"
:
"
0.5
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
It's
"
,
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
18
,
"
audio_url
"
:
""
,
"
score
"
:
"
0.5
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
Where's
"
,
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
19
,
"
audio_url
"
:
""
,
"
score
"
:
"
0.5
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
It's
"
,
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
20
,
"
audio_url
"
:
""
,
"
score
"
:
"
0.5
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
Where's
"
,
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
21
,
"
audio_url
"
:
""
,
"
score
"
:
"
0.5
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
It's
"
,
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
0
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
useSelectOptionList
"
:
true
,
"
selectOptionList
"
:[{
"
text
"
:
"
in
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
on
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
under
"
,
"
optionShowText
"
:
""
}],
"
contentList
"
:[{
"
uuid
"
:
"
3007f123-7e3a-488b-b98a-fb2bf045874d
"
,
"
text
"
:
"
on
"
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
12
,
"
selectOptionListIndex
"
:
1
},{
"
uuid
"
:
"
1075b9a2-5988-4798-b0ce-5f20a6405b9c
"
,
"
text
"
:
"
in
"
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
13
,
"
selectOptionListIndex
"
:
0
},{
"
uuid
"
:
"
739dfaee-3e57-46f1-b9c0-e15c5f2c091e
"
,
"
text
"
:
"
on
"
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
14
,
"
selectOptionListIndex
"
:
1
},{
"
uuid
"
:
"
32a39a7d-4568-4462-8d5d-b59cc67f2e5b
"
,
"
text
"
:
"
under
"
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
15
,
"
selectOptionListIndex
"
:
2
}]}],
"
scoreConfigArr
"
:[{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
]},{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
8
,
9
,
10
,
11
,
12
,
13
,
14
]}],
"
alignMode
"
:
"
left
"
,
"
ratingSystem
"
:
"
0
"
}
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment