From c658fc61961eee5c229f7e86276dd55b76d2a5ce Mon Sep 17 00:00:00 2001 From: wyn <1074145239@qq.com> Date: Fri, 5 Jun 2026 11:14:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E8=80=85=E6=88=96=E8=80=85=E9=9D=92?= =?UTF-8?q?=E5=B9=B4=E7=BC=96=E5=A7=94=E8=83=8C=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 3 +++ application/common/service/AuthorBackgroundService.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 01c668b8..7b279a2e 100644 --- a/.env +++ b/.env @@ -80,6 +80,9 @@ citation_chat_model = qwen2.5:7b citation_chat_api_key = citation_chat_timeout = 120 +[scopus] +api_key = 54f915fc96e86b94ae8722ce7fdd69c7 + [emailtemplete] pre = ' diff --git a/application/common/service/AuthorBackgroundService.php b/application/common/service/AuthorBackgroundService.php index 46873cba..469dbcda 100644 --- a/application/common/service/AuthorBackgroundService.php +++ b/application/common/service/AuthorBackgroundService.php @@ -23,7 +23,7 @@ class AuthorBackgroundService { $this->email = trim((string) Env::get('author_bg.email', '')); if ($this->email === '') { - $this->email = trim((string) Env::get('pubmed.email', 'contact@example.com')); + $this->email = trim((string) Env::get('pubmed.email', 'yananwang898@gmail.com')); } $this->scopusApiKey = trim((string) Env::get('scopus.api_key', '')); if ($this->scopusApiKey === '') {