Commit fc6a7592 by doszhang

dos

parent 7bd5290d
...@@ -63,7 +63,7 @@ let answerArr = []; ...@@ -63,7 +63,7 @@ let answerArr = [];
// 已经进入的题目 // 已经进入的题目
let watchedQuestion = [1]; let watchedQuestion = [1];
//结果 //结果
let resultType = 1; let resultType = 2;
//记录初始状态下fontsize //记录初始状态下fontsize
const fontSize = parseFloat($('html').css('fontSize')); const fontSize = parseFloat($('html').css('fontSize'));
...@@ -71,7 +71,7 @@ const fontSize = parseFloat($('html').css('fontSize')); ...@@ -71,7 +71,7 @@ const fontSize = parseFloat($('html').css('fontSize'));
//canvas 位置 //canvas 位置
let canvasArr = [ let canvasArr = [
[46, 240, 1214, 1814, 36, 42], [46, 240, 1214, 1814, 36, 42],
[58, 240, 1164, 1748], [58, 240, 1164, 1748, 34, 30],
[58, 240, 1164, 1748], [58, 240, 1164, 1748],
[58, 240, 1206, 1008], [58, 240, 1206, 1008],
[58, 240, 1164, 1740], [58, 240, 1164, 1740],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment