focus-creative-games / luban

luban是一个强大、易用、优雅、稳定的游戏配置解决方案。luban is a powerful, easy-to-use, elegant and stable game configuration solution.
https://code-philosophy.com/
MIT License
3.4k stars 538 forks source link

[new] 添加includeTags的实现 #145

Closed kdletters closed 5 months ago

kdletters commented 5 months ago

之前的includeTags没有任何用处,现在会以白名单形式工作

pirunxi commented 5 months ago

includeTags在实践中基本没有用处,所以才没实现。这个我们暂时不处理。

SamuelZon258 commented 2 months ago

我们通过includeTags来区分不同渠道的配置 然后发现includeTags没用 只能写一堆excludeTag了....

pirunxi commented 2 months ago

如果你们要用includeTags,就会导致所有加了标签的数据,如果不在IncludeTags内就不会导出。好多项目的策划配置数据时喜欢随手加个tag,这样会导致大量的配置项莫名其妙就没有导出了。我们考虑一下,完善一下IncludeTags的实现

SamuelZon258 commented 2 months ago

如果你们要用includeTags,就会导致所有加了标签的数据,如果不在IncludeTags内就不会导出。好多项目的策划配置数据时喜欢随手加个tag,这样会导致大量的配置项莫名其妙就没有导出了。我们考虑一下,完善一下IncludeTags的实现

好的 谢谢 我们现在暂时只能通过tag来区分渠道,比如渠道ID,链接服务端这类配置,如果有这类功能确实更好.

pirunxi commented 1 month ago

--includeTag 这个功能我们已经实现了