cxhxy/app/admin/view/addon/tpl/user.html
2023-11-21 15:14:59 +08:00

21 lines
894 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- 模板:登录 -->
<script id="tpl-user" type="text/template">
<div class="am-padding-xs am-padding-top-sm">
<div class="am-alert am-alert-success" data-am-alert>
<button type="button" class="am-close">&times;</button>
<p><b>温馨提示</b></p>
<p>你好{{user.user_name}}</P>
<p>当前你已经登录将同步保存你的购买记录</P>
</div>
</div>
<div style="padding:20px;">
<div class="am-padding-xs am-padding-top-sm">
<div class="am-alert am-alert-secondary">
<p style="color:#fa3534;">
<i class="am-icon-archive"></i>
<a style="color:#fa3534;" href="https://www.hemaphp.com/api/user/tokenLogin?token={{user.token}}" target="_blank">我购买的插件</a>
</p>
</div>
</div>
</div>
</script>