mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
71dde21595
commit
6276f342f7
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Offline)
|
||||
// @version 514.12
|
||||
// @version 514.88
|
||||
// @description Bilibili Evolved 的离线版, 所有功能都已内置于脚本中.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name Bilibili Evolved (Preview Offline)
|
||||
// @version 514.12
|
||||
// @version 514.88
|
||||
// @description Bilibili Evolved 的预览离线版, 可以抢先体验新功能, 并且所有功能都已内置于脚本中.
|
||||
// @author Grant Howard, Coulomb-G
|
||||
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
|
||||
|
||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
@ -732,30 +732,30 @@
|
||||
}
|
||||
}
|
||||
.shop-panel {
|
||||
.panel-desc {
|
||||
@include color("e");
|
||||
.shop-icon {
|
||||
@include to-white();
|
||||
}
|
||||
.panel-desc {
|
||||
@include color("e");
|
||||
.shop-icon {
|
||||
@include to-white();
|
||||
}
|
||||
.shop-list {
|
||||
@include background-color("2");
|
||||
.shop-desc {
|
||||
.desc-box {
|
||||
.title {
|
||||
@include color("e");
|
||||
}
|
||||
.sub-title {
|
||||
@include color("a");
|
||||
}
|
||||
.price-desc {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
.shop-list {
|
||||
@include background-color("2");
|
||||
.shop-desc {
|
||||
.desc-box {
|
||||
.title {
|
||||
@include color("e");
|
||||
}
|
||||
.btn-box .jump-btn {
|
||||
@include theme-background-color();
|
||||
@include foreground-color();
|
||||
.sub-title {
|
||||
@include color("a");
|
||||
}
|
||||
.price-desc {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
.btn-box .jump-btn {
|
||||
@include theme-background-color();
|
||||
@include foreground-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user