MicroCommunityWeb/public/components/frame/copyright/copyright.html
2022-04-22 00:24:24 +08:00

12 lines
261 B
HTML
Executable File

<div class="footer" id="copyright">
<div class="float-right">
<strong>{{vc.i18n('systemName')}}</strong>
</div>
<div>
<strong>Copyright</strong>
<span>
{{vc.i18n('companyTeam')}}
</span>
</div>
</div>