From 9fd157a63dfbb8ee9f32fff7540c97eb4a3d3cce Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 01 八月 2025 17:00:30 +0800
Subject: [PATCH] feat:菜单开发

---
 FlexJobApi.Core/settings.json |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/FlexJobApi.Core/settings.json b/FlexJobApi.Core/settings.json
index 2925db2..2809bcb 100644
--- a/FlexJobApi.Core/settings.json
+++ b/FlexJobApi.Core/settings.json
@@ -1,5 +1,26 @@
 {
   "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
+  "SpecificationDocumentSettings": {
+    "DocumentTitle": "鐏垫椿鐢ㄥ伐 | 瑙勮寖鍖栨帴鍙�",
+    "GroupOpenApiInfos": [
+      {
+        "Group": "Default",
+        "Title": "瑙勮寖鍖栨帴鍙f紨绀�",
+        "Version": "1.0.0",
+        "Contact": {
+          "Name": "瀛欓箯椋�"
+        }
+      }
+    ],
+    "EnumToNumber": true
+  },
+  "CorsAccessorSettings": {
+    "WithExposedHeaders": [
+      "access-token",
+      "x-access-token",
+      "environment"
+    ]
+  },
   "AllowedHosts": "*",
   "FriendlyExceptionSettings": {
     "DefaultErrorCode": "500",

--
Gitblit v1.9.1