From cacf02681bfdda7926379d37d58ad1a21e398e1a Mon Sep 17 00:00:00 2001 From: lrj <owen.stl@gmail.com> Date: 星期六, 04 十月 2025 19:08:12 +0800 Subject: [PATCH] fix(auth): 对无 Authorization 的 GraphQL 请求默认匿名放行到解析层,避免 400/403;公开查询仍优先识别后放行 --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 7d9fe17..ef228d7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ # 鎺掗櫎 Maven 鏋勫缓鐩綍锛坱arget锛� target/ +# 鎺掗櫎UI鐩綍 +UI/ # 鍙�夛細濡傛灉鏈夊叾浠栨瀯寤哄伐鍏风殑杈撳嚭鐩綍锛屼篃鍙互涓�骞舵帓闄� # 渚嬪 Gradle 鐨勬瀯寤虹洰褰� -- Gitblit v1.8.0