This commit is contained in:
Coulomb_G 2019-12-13 12:53:53 +08:00
parent 71dde21595
commit 6276f342f7
4 changed files with 24 additions and 24 deletions

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name Bilibili Evolved (Offline) // @name Bilibili Evolved (Offline)
// @version 514.12 // @version 514.88
// @description Bilibili Evolved 的离线版, 所有功能都已内置于脚本中. // @description Bilibili Evolved 的离线版, 所有功能都已内置于脚本中.
// @author Grant Howard, Coulomb-G // @author Grant Howard, Coulomb-G
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G) // @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)

View File

@ -1,6 +1,6 @@
// ==UserScript== // ==UserScript==
// @name Bilibili Evolved (Preview Offline) // @name Bilibili Evolved (Preview Offline)
// @version 514.12 // @version 514.88
// @description Bilibili Evolved 的预览离线版, 可以抢先体验新功能, 并且所有功能都已内置于脚本中. // @description Bilibili Evolved 的预览离线版, 可以抢先体验新功能, 并且所有功能都已内置于脚本中.
// @author Grant Howard, Coulomb-G // @author Grant Howard, Coulomb-G
// @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G) // @copyright 2019, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)

Binary file not shown.

View File

@ -732,30 +732,30 @@
} }
} }
.shop-panel { .shop-panel {
.panel-desc { .panel-desc {
@include color("e"); @include color("e");
.shop-icon { .shop-icon {
@include to-white(); @include to-white();
}
} }
.shop-list { }
@include background-color("2"); .shop-list {
.shop-desc { @include background-color("2");
.desc-box { .shop-desc {
.title { .desc-box {
@include color("e"); .title {
} @include color("e");
.sub-title {
@include color("a");
}
.price-desc {
@include theme-color();
}
} }
.btn-box .jump-btn { .sub-title {
@include theme-background-color(); @include color("a");
@include foreground-color();
} }
.price-desc {
@include theme-color();
}
}
.btn-box .jump-btn {
@include theme-background-color();
@include foreground-color();
} }
} }
} }
}