这是 Discourse 的一个有趣用例!据我所知,目前还没有现成的插件具备此功能,您需要编写一个自定义插件来为每篇帖子添加这些数据。
我认为您可以参考我们的自动化插件,它使用了 register_topic_custom_field_type 方法:discourse/plugins/automation/plugin.rb at f8666b60b0fe0fd0414b4b786f9abc710187ce75 · discourse/discourse · GitHub
这是 Discourse 的一个有趣用例!据我所知,目前还没有现成的插件具备此功能,您需要编写一个自定义插件来为每篇帖子添加这些数据。
我认为您可以参考我们的自动化插件,它使用了 register_topic_custom_field_type 方法:discourse/plugins/automation/plugin.rb at f8666b60b0fe0fd0414b4b786f9abc710187ce75 · discourse/discourse · GitHub