看板提醒商业版过期日期

This commit is contained in:
GoEdgeLab
2021-09-16 09:21:44 +08:00
parent 4c0f2d95ad
commit f4f268d9b7
5 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{$layout}
{$template "menu"}
<warning-message v-if="key == null">认证之后,可以使用业版功能,当前你还没有认证,<a href="http://edge.teaos.cn/docs/Plus/Authority/Index.md" target="_blank">[在这里看认证方法]</a></warning-message>
<warning-message v-if="key == null">认证之后,可以使用业版功能,当前你还没有认证,<a href="http://edge.teaos.cn/docs/Plus/Authority/Index.md" target="_blank">[在这里看认证方法]</a></warning-message>
<div v-if="key != null">
<div class="margin"></div>
@@ -9,7 +9,7 @@
<div class="ui message green icon">
<i class="icon gem outline small yellow"></i>
<div class="content">
恭喜您已经成为尊贵的业版用户。
恭喜您已经成为尊贵的业版用户。
</div>
</div>