diff --git a/bilibili-evolved.offline.user.js b/bilibili-evolved.offline.user.js index f65a92c89..823dd2a9b 100644 --- a/bilibili-evolved.offline.user.js +++ b/bilibili-evolved.offline.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Bilibili Evolved (Offline) -// @version 288.06 +// @version 288.20 // @description Bilibili Evolved 的离线版, 所有功能都已内置于脚本中. // @author Grant Howard, Coulomb-G // @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G) @@ -99,7 +99,7 @@ const settings = { popup: false, skin: false, }, - customNavbar: false, + customNavbar: true, customNavbarFill: true, customNavbarShadow: true, playerShadow: false, diff --git a/bilibili-evolved.preview-offline.user.js b/bilibili-evolved.preview-offline.user.js index 1cc5d7b30..b045d8f73 100644 --- a/bilibili-evolved.preview-offline.user.js +++ b/bilibili-evolved.preview-offline.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Bilibili Evolved (Preview Offline) -// @version 288.06 +// @version 288.20 // @description Bilibili Evolved 的预览离线版, 可以抢先体验新功能, 并且所有功能都已内置于脚本中. // @author Grant Howard, Coulomb-G // @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G) @@ -99,7 +99,7 @@ const settings = { popup: false, skin: false, }, - customNavbar: false, + customNavbar: true, customNavbarFill: true, customNavbarShadow: true, playerShadow: false, diff --git a/bilibili-evolved.preview.user.js b/bilibili-evolved.preview.user.js index a519612a4..f70c0f732 100644 --- a/bilibili-evolved.preview.user.js +++ b/bilibili-evolved.preview.user.js @@ -98,7 +98,7 @@ const settings = { popup: false, skin: false, }, - customNavbar: false, + customNavbar: true, customNavbarFill: true, customNavbarShadow: true, playerShadow: false, diff --git a/bilibili-evolved.user.js b/bilibili-evolved.user.js index dbf61cc35..2349db6c9 100644 --- a/bilibili-evolved.user.js +++ b/bilibili-evolved.user.js @@ -98,7 +98,7 @@ const settings = { popup: false, skin: false, }, - customNavbar: false, + customNavbar: true, customNavbarFill: true, customNavbarShadow: true, playerShadow: false, diff --git a/client/settings.js b/client/settings.js index de3113d73..88340688b 100644 --- a/client/settings.js +++ b/client/settings.js @@ -73,7 +73,7 @@ export const settings = { popup: false, skin: false, }, - customNavbar: false, + customNavbar: true, customNavbarFill: true, customNavbarShadow: true, playerShadow: false,