199ce36b创建于 2023年6月29日历史提交
export {}

document.querySelector = new Proxy(document.querySelector, {
  apply: (target, thisArg, args) => {}
})