elijahxb
elijahxb
Could you update the requirements.txt to specify the version of each module?

语法告警问题
/Users/elijahxb/Documents/pydemos/funboost_demo/.venv/lib/python3.14/site-packages/nb_log/monkey_sys_std.py:15: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. /Users/elijahxb/Documents/pydemos/funboost_demo/.venv/lib/python3.14/site-packages/funboost/utils/monkey_patches.py:14: SyntaxWarning: "\c"...
https://nacos.io/docs/latest/manual/user/open-api/?spm=5238cd80.297dad21.0.0.271de37ev01av2#21-%E8%8E%B7%E5%8F%96%E9%85%8D%E7%BD%AE 这里只有参数tag,实际上应该和发布配置的参数应该配套使用。 tag -> tag configTags -> configTags 缺少了configTags字段,串用会导致查不到数据。tag对应的数据存储表和configTags存储表不是同一张。