From 78f2cf1f56d5156f586df38d79831bcf9d8b9202 Mon Sep 17 00:00:00 2001 From: shaw Date: Fri, 15 Aug 2025 17:07:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AF=20P?= =?UTF-8?q?rettier=20=E6=A0=BC=E5=BC=8F=E5=8C=96=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 AccountsView.vue 中多余的空行 - 确保代码格式符合 Prettier 规范 - 前端现在可以正常编译 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- web/admin-spa/src/views/AccountsView.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/admin-spa/src/views/AccountsView.vue b/web/admin-spa/src/views/AccountsView.vue index 5a751f44..079ffa17 100644 --- a/web/admin-spa/src/views/AccountsView.vue +++ b/web/admin-spa/src/views/AccountsView.vue @@ -1251,7 +1251,6 @@ const deleteAccount = async (account) => { } } - // 重置账户状态 const resetAccountStatus = async (account) => { if (account.isResetting) return @@ -1488,7 +1487,6 @@ const formatRelativeTime = (dateString) => { return formatLastUsed(dateString) } - // 切换调度状态 // const toggleDispatch = async (account) => { // await toggleSchedulable(account)