6
0
Fork 0

移除底部授权

release
vine_liutk 2021-12-31 17:57:39 +08:00
parent 71a6e43e32
commit 34a40d082c
1 changed files with 7 additions and 0 deletions

View File

@ -57,3 +57,10 @@ Editor::resolving(function (Editor $editor) {
});
ShowField::extend('showLabel', Label::class);
Admin::style(
<<<'CSS'
.main-footer {
display: none;
}
CSS);