mirror of https://github.com/Xhofe/alist
🐛 fix default customize head
parent
dc41ceb99b
commit
9162e782a0
|
@ -120,7 +120,8 @@ func InitSettings() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Key: "customize head",
|
Key: "customize head",
|
||||||
Value: `.chakra-ui-light{
|
Value: `<style>
|
||||||
|
.chakra-ui-light{
|
||||||
background-color: #FFF5F5;
|
background-color: #FFF5F5;
|
||||||
}
|
}
|
||||||
.main-box {
|
.main-box {
|
||||||
|
@ -136,7 +137,8 @@ func InitSettings() {
|
||||||
.readme-box {
|
.readme-box {
|
||||||
border-radius: 15px !important;
|
border-radius: 15px !important;
|
||||||
box-shadow: unset !important;
|
box-shadow: unset !important;
|
||||||
}`,
|
}
|
||||||
|
</style>`,
|
||||||
Type: "text",
|
Type: "text",
|
||||||
Description: "Customize head, placed at the beginning of the head",
|
Description: "Customize head, placed at the beginning of the head",
|
||||||
Group: model.PRIVATE,
|
Group: model.PRIVATE,
|
||||||
|
|
Loading…
Reference in New Issue