Skip to content

Commit b5fd6e2

Browse files
committed
文件修复
1 parent e4aa28a commit b5fd6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const playAgain = () => {
3434
lcuApi.playAgain().then(() => message.success("请求已发送!"));
3535
};
3636
37-
const; gotoGithub = debounce(
37+
const gotoGithub = debounce(
3838
() => setTimeout(() => window.ipcRenderer.send("open-url", "https://github.com/watchingfun/Joi"), 1000),
3939
1000
4040
);

0 commit comments

Comments
 (0)