From 70aa13ef2a2b7cae2570bbc975969083867717f0 Mon Sep 17 00:00:00 2001 From: SlyAimer <2289782085@qq.com> Date: Wed, 2 Apr 2025 19:07:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(configs):=20=E6=B7=BB=E5=8A=A0=E8=B0=B7?= =?UTF-8?q?=E6=AD=8C=E5=92=8CQQ=E9=82=AE=E7=AE=B1=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/configs/api_config_example.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/configs/api_config_example.py b/src/configs/api_config_example.py index be097d8..6f62abc 100644 --- a/src/configs/api_config_example.py +++ b/src/configs/api_config_example.py @@ -1,5 +1,17 @@ app_id="" bot_account= "" +""" +谷歌邮箱配置 +""" +google_smtp_server = "smtp.gmail.com" +google_email ="xxxxxx@gmail.com" +google_password = "1234567891234567" #16位应用码 +""" +qq 邮箱配置 +""" +qq_smtp_server = "smtp.qq.com" +qq_email = "xxxxxxxxxx@qq.com" +qq_password = "123456789123456789" #应用码 """ 图床配置