From 8b9cba99e3758a38f4b91bd5a23777a1b3e1f525 Mon Sep 17 00:00:00 2001 From: sk5s Date: Sat, 21 Jan 2023 11:11:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20update=20appearance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 398 +++++++++++++++++++++++++++-------------------------- js/i18n.js | 2 +- sw.js | 2 +- 3 files changed, 205 insertions(+), 197 deletions(-) diff --git a/index.html b/index.html index e201625..9a84854 100644 --- a/index.html +++ b/index.html @@ -1,225 +1,233 @@ - - - - - alsoweather - - - - - - - - - - - - - - - - - - - -
-

...

- - - - - -
- - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - -
-
-
- -
-
-
- - -
-
- - - - - Quote - + + + + + alsoweather + + + + + + + + + + + + + + + + + + + +
+

...

+ + +
+
+
+
+
+
+
+
+
+
+
+
-
-
- - -
-
- - - - - -
- - -
- -
- - - - - - - - - - - + + + + + + + + - - + hotjar: 2745355, + }) + + diff --git a/js/i18n.js b/js/i18n.js index f52cee2..346dfb3 100644 --- a/js/i18n.js +++ b/js/i18n.js @@ -1,4 +1,4 @@ -let user_selected_lang +let user_selected_lang = 'en' let i18n_resources = { en: { diff --git a/sw.js b/sw.js index 7665eda..9e238fd 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const version = '0.8.0' +const version = '1.0.0' const message = 'hi, alsoweather url has been changed to https://sk5s.cyou/alsoweather' self.addEventListener('install', (e) => {