fix: 修复前端 Prettier 格式化错误

- 移除 AccountsView.vue 中多余的空行
- 确保代码格式符合 Prettier 规范
- 前端现在可以正常编译

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
shaw
2025-08-15 17:07:35 +08:00
parent 812e98355f
commit 78f2cf1f56

View File

@@ -1251,7 +1251,6 @@ const deleteAccount = async (account) => {
} }
} }
// 重置账户状态 // 重置账户状态
const resetAccountStatus = async (account) => { const resetAccountStatus = async (account) => {
if (account.isResetting) return if (account.isResetting) return
@@ -1488,7 +1487,6 @@ const formatRelativeTime = (dateString) => {
return formatLastUsed(dateString) return formatLastUsed(dateString)
} }
// 切换调度状态 // 切换调度状态
// const toggleDispatch = async (account) => { // const toggleDispatch = async (account) => {
// await toggleSchedulable(account) // await toggleSchedulable(account)