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

新增水印 #1350

Closed
cslingjun opened this issue Jan 21, 2022 · 5 comments · Fixed by #1466
Closed

新增水印 #1350

cslingjun opened this issue Jan 21, 2022 · 5 comments · Fixed by #1466

Comments

@cslingjun
Copy link
Contributor

目前遇到的问题/使用障碍

防止数据泄露吧

希望如何解决/实现它

前端渲染base.html

其他信息

image

@hhyo
Copy link
Owner

hhyo commented Jan 22, 2022

提个pr?

@LeoQuote
Copy link
Collaborator

求pr、以及设置一个开关吧

@cslingjun
Copy link
Contributor Author

提个pr?

等空下来后 ,整理下就提
image

@cslingjun
Copy link
Contributor Author

求pr、以及设置一个开关吧

好的哈 ,开关已设置好了

@nick2wang
Copy link
Collaborator

如果可以的话,建议水印显示范围排除导航栏和菜单栏,只渲染page content部分

<!-- Page Content -->
<div id="page-wrapper">
<div class="clearfix">
<br>
{% block content %}
{% endblock content %}
<!--底部部分 -->
<footer class="text-center">
<hr>
<p><strong>&copy; Archery</strong>&nbsp;(v{{ archery_version }})</p>
</footer>
</div>
</div>
<!-- /#page-wrapper -->

This was referenced Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants