This commit is contained in:
liuye
2024-01-23 10:52:52 +08:00
parent 1aa2e264d7
commit 30f8f09645
3 changed files with 28 additions and 17 deletions

View File

@@ -229,6 +229,7 @@ export default {
this.getTags()
document.querySelector('html').addEventListener('click', this.bindEvent)
document.addEventListener('keydown', (event) => {
console.log(event)
if (event.ctrlKey && event.shiftKey && event.altKey && event.code === 'KeyD') {
this.getType()
}