We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
页面需要添加水印标识版权时使用,防止信息盗用
The text was updated successfully, but these errors were encountered:
👋 @huxinhai,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
@huxinhai 大概 4 月份左右能补齐、
No branches or pull requests
这个功能解决了什么问题
页面需要添加水印标识版权时使用,防止信息盗用
你建议的方案是什么
可以支持水印文本、图片或者两者结合。
支持设置水印的透明度、字体、颜色、大小等样式。
水印可以设置为全屏显示,或者显示在某个区域。可以考虑支持四个角位置(左上、右上、左下、右下)以及中心位置。
支持旋转水印,使得水印可以有不同的角度。
水印可以根据传入的内容动态渲染,例如在文本水印中显示当前日期、用户名等。
可以通过优化渲染方式(例如,使用低分辨率图片、减少不必要的渲染)来提高性能。
只有在需要时才渲染水印,避免无谓的重复渲染。
提供足够的配置项,允许用户根据需求定制水印样式。例如,字体样式、颜色、透明度、角度等。
The text was updated successfully, but these errors were encountered: