Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add toggle to service #317

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Conversation

lvgj-stack
Copy link
Contributor

主要改动点:

  1. 将“网络监控” -> "网络“,避免移动端显示不全
    3

  2. 新增 Service 是否显示的开关

1

@@ -148,6 +149,7 @@ <h4 style="text-align: center;">{{tr "CycleTransferStats"}}</h4>
service.totalUpTime = this.getProgressInfo(this.getPercent(service.totalUp, service.totalDown))
}
this.services = services
console.log(this.services);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

清理一下 console.log,更新一下引用 main.js 地方 URL 中的 ?v 刷新 CDN 缓存

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

给忘了这个 orz,main.js我看看

@naiba naiba merged commit 6266134 into naiba:master Feb 13, 2024
4 checks passed
@lvgj-stack lvgj-stack deleted the fix/add-toggle-to-service branch February 18, 2024 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants