-
+
diff --git a/js/pjax_script.js b/js/pjax_script.js
index 45d95d0..47fea82 100644
--- a/js/pjax_script.js
+++ b/js/pjax_script.js
@@ -150,7 +150,7 @@ _$$(".article-entry img").forEach((element) => {
// to top
var sidebarTop = _$(".sidebar-top");
if (sidebarTop) {
- sidebarTop.style.transition = "opacity 1s";
+ sidebarTop.style.transition = "all .3s";
sidebarTop.off("click").on("click", () => {
window.scrollTo({
top: 0,
diff --git a/sw.js b/sw.js
index 7b35d16..30bb66a 100644
--- a/sw.js
+++ b/sw.js
@@ -6,7 +6,7 @@ const preCache = [
"/css/style.css",
"/js/script.js",
];
-const VERSION = "1732416115185";
+const VERSION = "1732421694656";
const cacheDomain = [
"fonts.googleapis.com",
"npm.webcache.cn",
