Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello, 2023 #927

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/example/footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ <h1 class="page__title">Footer</h1>
</div>
<div class="page__bd page__bd_spacing">
<div class="weui-footer">
<p class="weui-footer__text">Copyright &copy; 2008-2022 weui.io</p>
<p class="weui-footer__text">Copyright &copy; 2008-2023 weui.io</p>
</div>
<br>
<br>
<div class="weui-footer">
<p class="weui-footer__links">
<a href="javascript:" class="weui-footer__link weui-wa-hotarea">底部链接</a>
</p>
<p class="weui-footer__text">Copyright &copy; 2008-2022 weui.io</p>
<p class="weui-footer__text">Copyright &copy; 2008-2023 weui.io</p>
</div>
<br>
<br>
Expand All @@ -22,13 +22,13 @@ <h1 class="page__title">Footer</h1>
<a href="javascript:" class="weui-footer__link weui-wa-hotarea">底部链接</a>
<a href="javascript:" class="weui-footer__link weui-wa-hotarea">底部链接</a>
</p>
<p class="weui-footer__text">Copyright &copy; 2008-2022 weui.io</p>
<p class="weui-footer__text">Copyright &copy; 2008-2023 weui.io</p>
</div>
<div class="weui-footer weui-footer_fixed-bottom">
<p class="weui-footer__links">
<a href="javascript:home();" class="weui-footer__link weui-wa-hotarea">WeUI首页</a>
</p>
<p class="weui-footer__text">Copyright &copy; 2008-2022 weui.io</p>
<p class="weui-footer__text">Copyright &copy; 2008-2023 weui.io</p>
<a href="//beian.miit.gov.cn/" class="page_copyright">
备案号:粤B2-20090059
</a>
Expand Down