2 Commits

Author SHA1 Message Date
zhangf@suq.cn 2fee73872d Merge remote-tracking branch 'origin/master' 2 weeks ago
zhangf@suq.cn 913154ffbc style(about): 注释掉历史记录中的描述段落 2 weeks ago
  1. 2
      public/themes/website/1/en/demo/about.html
  2. 2
      public/themes/website/1/zh/demo/about.html

2
public/themes/website/1/en/demo/about.html

@ -121,7 +121,7 @@
<time class="ab-history__year" datetime="2025">{$case_top.sub_title}</time> <time class="ab-history__year" datetime="2025">{$case_top.sub_title}</time>
<div class="ab-history__dot" aria-hidden="true"></div> <div class="ab-history__dot" aria-hidden="true"></div>
<h3 class="ab-history__slide-title">{$case_top.title}</h3> <h3 class="ab-history__slide-title">{$case_top.title}</h3>
<p class="ab-history__slide-desc">{$case_top.content|strip_tags|raw}</p>
<!-- <p class="ab-history__slide-desc">{$case_top.content|strip_tags|raw}</p>-->
<div class="ab-history__media"> <div class="ab-history__media">
<img src="{$case_top.thumbnail.url ?? ''}" alt="" width="400" height="260" loading="lazy" /> <img src="{$case_top.thumbnail.url ?? ''}" alt="" width="400" height="260" loading="lazy" />
</div> </div>

2
public/themes/website/1/zh/demo/about.html

@ -121,7 +121,7 @@
<time class="ab-history__year" datetime="2025">{$case_top.sub_title}<span></span></time> <time class="ab-history__year" datetime="2025">{$case_top.sub_title}<span></span></time>
<div class="ab-history__dot" aria-hidden="true"></div> <div class="ab-history__dot" aria-hidden="true"></div>
<h3 class="ab-history__slide-title">{$case_top.title}</h3> <h3 class="ab-history__slide-title">{$case_top.title}</h3>
<p class="ab-history__slide-desc">{$case_top.content|strip_tags|raw}</p>
<!-- <p class="ab-history__slide-desc">{$case_top.content|strip_tags|raw}</p>-->
<div class="ab-history__media"> <div class="ab-history__media">
<img src="{$case_top.thumbnail.url ?? ''}" alt="" width="400" height="260" loading="lazy" /> <img src="{$case_top.thumbnail.url ?? ''}" alt="" width="400" height="260" loading="lazy" />
</div> </div>

Loading…
Cancel
Save