Skip to content

Commit

Permalink
默认打开: 新标签显示、导出md文件
Browse files Browse the repository at this point in the history
  • Loading branch information
troilus committed Oct 30, 2024
1 parent 33980de commit 6eaadd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -964,9 +964,9 @@
}

document.addEventListener('keydown', function(event) {
const backuptab = false; // 设置新标签页文本显示开关
const backuptab = true; // 设置新标签页文本显示开关
const backupgist = true; // 设置gist备份开关
const backupmd = false; // 设置md文件备份开关
const backupmd = true; // 设置md文件备份开关


if (event.ctrlKey && event.key === '.') {
Expand Down

0 comments on commit 6eaadd7

Please sign in to comment.