Locations 插件 🌍

我曾用这段代码在话题列表中的话题标题下方添加位置信息:
javascripts/discourse/connectors/topic-list-after-title/topic-list-after-title.hbr

{{#if context.topic.location}}
  <br>
  <span class="title-location">
    {{d-icon 'map-marker-alt'}} {{location-format context.topic.location opts}}
  </span>
{{/if}}

它很快就会失效了,如果有人知道如何使其与最新版本兼容,请告诉我 :slight_smile:

1 个赞