Locations 插件 🌍

我对这项技术还非常陌生。我已经安装了插件(我在汉堡菜单中看到了“地图”命令,并且在用户个人资料页面中有一个位置字段(已通过 Nominatim 成功进行地理编码)),但是……

我在编辑器中没有看到“添加位置”按钮。

这是我的配置:

这是编辑器窗口:

最后,这是我安装插件的方式:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-math.git
          - git clone https://github.com/paviliondev/discourse-events.git
          - git clone https://github.com/paviliondev/discourse-locations.git
          - git clone https://github.com/davidtaylorhq/discourse-whos-online.git
          - git clone https://github.com/discourse/twitter-profile-link.git
          - git clone https://github.com/discourse/discourse-tooltips.git

我尝试将 locale 设置为 en,结果相同。

2 个赞