优化:《我的标签》增加标签云展示

This commit is contained in:
2022-08-12 23:55:09 +08:00
parent f629ecb5a0
commit 6a3c5bbdd6
13 changed files with 102 additions and 31 deletions

View File

@@ -14,7 +14,7 @@
<img src="/img/badge/gongan.png" title="联网备案号">
</span>
<span class="content">
<a :href="'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=' + theme.footerConfig.publicSecurityRecordCode.replace('号', '').substring(theme.footerConfig.publicSecurityRecordCode.indexOf(' ') + 1)" target="_blank">{{ theme.footerConfig.publicSecurityRecordCode }}</a>
<a :href="'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=' + theme.footerConfig.publicSecurityRecordCode.replace('号', '').substring(theme.footerConfig.publicSecurityRecordCode.indexOf('') + 1)" target="_blank">{{ theme.footerConfig.publicSecurityRecordCode }}</a>
</span>
</p>
<p class="copyright" v-html="theme.footerConfig.copyright"></p>