Skip to content

Commit 408e796

Browse files
committed
1.0.7 更新
1 parent 4cb1214 commit 408e796

8 files changed

Lines changed: 4 additions & 3 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<base target="_blank" />
77
<link rel="icon" sizes="64x64" href="/favicon-64x64.png" />
88
<link rel="icon" sizes="128x128" href="/favicon-128x128.png" />
9+
<link rel="icon" sizes="192x192" href="/favicon-192x192.png" />
910
<title>Ona Dop</title>
1011
</head>
1112

public/favicon-128x128.png

5.21 KB
Loading

public/favicon-192x192.png

21.2 KB
Loading

public/favicon-64x64.png

2.24 KB
Loading

public/pwa-192x192.png

5.34 KB
Loading

public/pwa-512x512.png

573 Bytes
Loading

src/pages/AboutPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const ABOUT_ITEMS: AboutItem[] = [
5252
},
5353
{
5454
label: 'Version',
55-
value: '1.0.6',
55+
value: '1.0.7',
5656
disabled: true
5757
}
5858
]

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export default defineConfig({
1212
VitePWA({
1313
registerType: 'autoUpdate',
1414
manifest: {
15-
name: 'Ona-Dop',
16-
short_name: 'Ona-Dop',
15+
name: 'Ona Dop',
16+
short_name: 'Ona Dop',
1717
description: 'Yet Another DNS Resolver',
1818
theme_color: '#00bd7e',
1919
icons: [

0 commit comments

Comments
 (0)