统计
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user