Skip to content

Commit

Permalink
你将如闪电般归来
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaojianli committed Nov 6, 2024
1 parent 2f39fca commit 4423682
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webui/src/views/settings/components/config/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
<a-divider />
<btn v-model="form.btn" />
<a-divider />
<proxy v-model="form.proxy" />
<a-divider />
<ipDatabase v-model="form.ip_database" />
<a-divider />
<performance v-model="form.performance" />
Expand Down Expand Up @@ -80,6 +82,7 @@ import logger from './components/logger.vue'
import lookup from './components/lookup.vue'
import performance from './components/performance.vue'
import persist from './components/persist.vue'
import proxy from './components/proxy.vue'
import webui from './components/webui.vue'
const endpointStore = useEndpointStore()
Expand Down

0 comments on commit 4423682

Please sign in to comment.