1. 开启交叉评查的显示/隐藏(开启生产环境的配置),优化不同端口的显示/隐藏交叉评查入口的效果。

2. 优化评查结果的AI建议修改的文本输入框的显示效果。
3. 提交17正式环境的api-config.ts,备份一个wafIP的配置api-config-wafIP.ts。
This commit is contained in:
2025-12-16 17:47:15 +08:00
parent d2346aad70
commit d04882bf51
10 changed files with 293 additions and 149 deletions
+2 -2
View File
@@ -3,6 +3,6 @@
JWT_SECRET=gdyc-super-secrets-jjwtt-key-change-this-in-production-20250721-from-login-callback
# 交叉评查专属模式
# 设置为 true 时,端口51707只显示交叉评查入口,隐藏其他模块
# 设置为 false 时,保持正常模式显示所有模块
# 设置为 true 时,端口51707只显示交叉评查入口,隐藏其他模块(上线模式)
# 设置为 false 时,保持正常模式显示所有模块(测试/开发模式)
CROSS_CHECKING_ONLY_MODE=true