mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Enable custom navbar by default
This commit is contained in:
parent
b65753f1ef
commit
532d09ac11
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -98,7 +98,7 @@ const settings = {
|
||||
popup: false,
|
||||
skin: false,
|
||||
},
|
||||
customNavbar: false,
|
||||
customNavbar: true,
|
||||
customNavbarFill: true,
|
||||
customNavbarShadow: true,
|
||||
playerShadow: false,
|
||||
|
||||
@ -98,7 +98,7 @@ const settings = {
|
||||
popup: false,
|
||||
skin: false,
|
||||
},
|
||||
customNavbar: false,
|
||||
customNavbar: true,
|
||||
customNavbarFill: true,
|
||||
customNavbarShadow: true,
|
||||
playerShadow: false,
|
||||
|
||||
@ -73,7 +73,7 @@ export const settings = {
|
||||
popup: false,
|
||||
skin: false,
|
||||
},
|
||||
customNavbar: false,
|
||||
customNavbar: true,
|
||||
customNavbarFill: true,
|
||||
customNavbarShadow: true,
|
||||
playerShadow: false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user