Commit d16eef5a authored by KesaubeEire's avatar KesaubeEire

fix: style & debug.

parent 445b97bb
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
.markdown code { .markdown code {
display: block; display: block;
overflow: hidden; overflow: hidden;
overflow-x: scroll; /* overflow-x: scroll; */
margin: 6px 0; margin: 6px 0;
padding: 10px; padding: 10px;
......
...@@ -92,8 +92,9 @@ ...@@ -92,8 +92,9 @@
// ------------ // ------------
/**获取作弊信息*/
function getHint() { function getHint() {
console.log(info.hint); console.log(title, info.hint);
$_cheatWindow = true; $_cheatWindow = true;
$_cheatHint = info.hint; $_cheatHint = info.hint;
} }
......
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 to comment