Commit ac0e0d45 authored by KesaubeEire's avatar KesaubeEire

typo.

parent d16eef5a
# 通用篇
**_[点击代码或按钮复制到剪切板]_**
## 如何进入控制台:
点击 F12,切换到【控制台】标签页即可。
......
......@@ -15,7 +15,7 @@
// console.log(markdown);
let res = markdown.replaceAll('[copy]', '```javascript\n').replaceAll('[/copy]', '\n```');
const readme = `# 公共使用说明\n\n一般来讲, 首先要开始游戏至第一个自由活动点 (能自由走动的状态).
此时按下F12, 选中【控制台】, 即可开始输入指令.\n\n***点击代码或按钮即可复制到剪切板.*** \n\n---\n\n# 本地使用说明\n`;
此时按下F12, 选中【控制台】, 即可开始输入指令.\n\n \n\n---\n\n# 本地使用说明\n`;
res = readme + res;
return res;
};
......
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