Skip to content

Commit

Permalink
[misc] 移除设置页面
Browse files Browse the repository at this point in the history
  • Loading branch information
Eticeweng committed May 10, 2024
1 parent 17c1b10 commit 5eaa13b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/renderer.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
// 运行在 Electron 渲染进程 下的页面脚本

// 打开设置界面时触发
export const onSettingWindowCreated = (view) => {
// view 为 Element 对象,修改将同步到插件设置界面
};

function debounce(fn, time) {
let timer = null;
return function (...args) {
Expand Down

0 comments on commit 5eaa13b

Please sign in to comment.