Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Jun 5, 2024
2 parents 9c7c59a + cac107a commit c3b585d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ LoCyanFrp Panel, Powered by Naive-UI

## 如何使用

必须安装 Git 并初始化了仓库才能正常启动本项目

1. clone 本仓库

```shell
Expand Down
2 changes: 1 addition & 1 deletion src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ async function changeShowFrptoken(event) {
}
const traffic = ref(Number(localStorage.getItem('traffic')) / 1024 + 'GB')
const Proxiesanimation = ref(Number(store.getters.get_proxies_num))
const Proxiesanimation = ref(Number(store.getters.get_proxies_num || localStorage.getItem('proxies_num')))
const TrafficRef = ref(null)
const boardcast_html = ref('')
const boardcast_show = ref(true)
Expand Down

0 comments on commit c3b585d

Please sign in to comment.