Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso committed Nov 23, 2024
1 parent 1156911 commit f611400
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 44 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# sing-box-dashboard
# zashboard
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/icon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sing-box dashboard</title>
<title>zashboard</title>
</head>
<body>
<div id="app"></div>
Expand Down
40 changes: 3 additions & 37 deletions public/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions src/components/sidebar/CommonCtrl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
<div>{{ $t('memoryUsage') }}: {{ prettyBytes(memory) }}</div>
<div class="flex gap-1">
{{ $t('version') }}:
<img
v-if="version?.includes('sing-box')"
class="w-4"
src="/icon.svg?/public/icon.svg"
/>{{ version }}
{{ version }}
</div>
<select
class="select select-bordered select-xs w-48"
Expand Down

0 comments on commit f611400

Please sign in to comment.