<style>
.footer .hope-stack > *:not(:last-child) {
display: none !important;
}
.footer .hope-stack::before {
content: "欢迎来到我的影视库 · " !important;
pointer-events: none !important;
}
</style>
以上代码复制粘贴到 全局 自定义头部 即可
<style>
.footer .hope-stack > *:not(:last-child) {
display: none !important;
}
.footer .hope-stack::before {
content: "欢迎来到我的影视库 · " !important;
pointer-events: none !important;
}
</style>
以上代码复制粘贴到 全局 自定义头部 即可