new
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<div class="livere-card card" data-aos="fade-up">
|
||||
<!-- 来必力City版安装代码 -->
|
||||
<div id="lv-container" class="card-content" data-id="city" data-uid="<%- theme.livere.uid %>">
|
||||
<script type="text/javascript">
|
||||
(function (d, s) {
|
||||
let j, e = d.getElementsByTagName(s)[0];
|
||||
if (typeof LivereTower === 'function') {
|
||||
return;
|
||||
}
|
||||
|
||||
j = d.createElement(s);
|
||||
j.src = 'https://cdn-city.livere.com/js/embed.dist.js';
|
||||
j.async = true;
|
||||
|
||||
e.parentNode.insertBefore(j, e);
|
||||
})(document, 'script');
|
||||
</script>
|
||||
<noscript>为正常使用来必力评论功能请激活JavaScript。</noscript>
|
||||
</div>
|
||||
<!-- City版安装代码已完成 -->
|
||||
</div>
|
||||
Reference in New Issue
Block a user