关于如何隐藏OpenList底部信息版权

<style>
.footer .hope-stack > *:not(:last-child) {
    display: none !important;
...

阅读全文...