diff --git a/index.html b/index.html index 1ce7656..5c0fdbb 100644 --- a/index.html +++ b/index.html @@ -1,263 +1,216 @@ - - - - - - - - - - - - - - - - It's me, 186526! - - - - + - - - - + + + + + + + + + + + + + + + + It's me, 186526! + + + + + + + + + - - + if (broswerUA.broswer == "IE") { + document.body.innerHTML = + '
去他妈的Internet Explorer,请使用现代浏览器访问该站点,例如ChromeFirefox
' + + document.body.innerHTML; + } else if (broswerUA.broswer == "chrome" && broswerUA.version <= 60) { + document.body.innerHTML = + '
摆脱旧版Chrome,请使用新版Chrome访问该站点。
' + + document.body.innerHTML; + } + })(); + - - - -

PID @ 78361641

-
- -
- avatar -
-

- It's me, 186526! -

-

一个啥都不会的屑

-
-
- - - - - - - - - - - - - - - - - - - - - - - - mail - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - -
- -

- Building on "unknown" of 186526 Network. -
- Performance & Host By Cloudflare & Vercel. -

-

Copyright © 2020 - Now 186526.xyz, All rights Reserved.

-
-
-
- - - -

一个啥都不会的屑

-

- LSP, Verified by - lama3l9r's avatar - and - lsp's avatar -

-

Less code, more bug.

-

Arknights Player

-

btw, I use arch

-

console.log('Arch is the best!');

-

24岁, 是学生

-

一天25小时绝赞配网中...

-

DN42 贴(pi)贴(er)请求中...

-

大陆北方网友

-

Linux user ✗ KVM user ✓

-

世界一级拖延症证书持有者

-

想拥有强大的自制力

-

想做好自己

-

wowaka, 晚安.

-
- - + \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json index c65232d..6db176b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -4,8 +4,8 @@ "lang": "zh-CN", "start_url": "/", "display": "standalone", - "theme_color": "#2A2734", - "background_color": "#FBDBC4", + "theme_color": "#00bdff", + "background_color": "#121212", "icons": [ { "src": "./maskable.png", diff --git a/public/sw.js b/public/sw.js index 4324b23..4b99ba5 100644 --- a/public/sw.js +++ b/public/sw.js @@ -6,7 +6,7 @@ self.addEventListener("install", (e) => { if (workbox) { workbox.core.setCacheNameDetails({ prefix: "home-app", - suffix: "0.0.3", + suffix: "0.0.4", precache: "precache", runtime: "runtime", }); diff --git a/src/main.ts b/src/main.ts index b57d792..bbe3a5d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -31,7 +31,7 @@ window.addEventListener("load", (_ev) => { // @ts-expect-error document.querySelector( "#footer > div" - ).innerHTML += `Update Commit Latest Update`; + ).innerHTML += `Update Commit Latest Update`; // @ts-expect-error document.querySelector("#footer").innerHTML = document.querySelector("#footer")?.innerHTML.replaceAll("unknown",__APP_BUILD_MACHINE__); diff --git a/src/styles/contents.css b/src/styles/contents.css index 96d055f..d1caa1d 100644 --- a/src/styles/contents.css +++ b/src/styles/contents.css @@ -40,7 +40,7 @@ card { card > a > img { max-height: 48px; - max-width: 48px; + width: 48px; vertical-align: middle; }