From 937dbb7cc77729b1a7d35b87fd421bc44046c108 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 01 八月 2025 13:57:29 +0800
Subject: [PATCH] feat:基础框架开发

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

diff --git a/FlexJobApi.Core/settings.json b/FlexJobApi.Core/settings.json
index 2925db2..05ffed3 100644
--- a/FlexJobApi.Core/settings.json
+++ b/FlexJobApi.Core/settings.json
@@ -1,5 +1,25 @@
 {
   "$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": "瀛欓箯椋�"
+        }
+      }
+    ]
+  },
+  "CorsAccessorSettings": {
+    "WithExposedHeaders": [
+      "access-token",
+      "x-access-token",
+      "environment"
+    ]
+  },
   "AllowedHosts": "*",
   "FriendlyExceptionSettings": {
     "DefaultErrorCode": "500",

--
Gitblit v1.9.1