From 34981c30a78e8bbd7791131059a9210f9928b62c Mon Sep 17 00:00:00 2001 From: 刘光辉 <347230014@qq.com> Date: 星期四, 17 九月 2026 09:24:09 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master --- config/shared/socials.yaml | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/config/shared/socials.yaml b/config/shared/socials.yaml new file mode 100644 index 0000000..6cb0ed0 --- /dev/null +++ b/config/shared/socials.yaml @@ -0,0 +1,27 @@ + +socials: + # 绗笁鏂圭櫥褰曞姛鑳藉紑鍏�(false-鍏抽棴锛宼rue-寮�鍚�) + socials-enabled: false + config: + - # 寰俊 + provider: wechat_open + client-id: your-client-id + client-secret: your-client-secret + - # 浼佷笟寰俊 + provider: wechat_enterprise + client-id: your-client-id + client-secret: your-client-secret + agentId: your-agentId + - # 閽夐拤 + provider: dingtalk + client-id: your-client-id + client-secret: your-client-secret + agentId: your-agentId + - # 椋炰功 + provider: feishu + client-id: your-client-id + client-secret: your-client-secret + - # 灏忕▼搴� + provider: wechat_applets + client-id: your-client-id + client-secret: your-client-secret \ No newline at end of file -- Gitblit v1.8.0