274 lines
10 KiB
Bash
274 lines
10 KiB
Bash
[wechat]
|
||
appid = 你的公众号appid
|
||
appsecret = 你的公众号appsecret
|
||
|
||
[email]
|
||
;发送建议邮件邮箱
|
||
send_email = tmrweb@tmrjournals.com
|
||
send_email_password = Wu999999tmrwe
|
||
|
||
;审核建议邮箱
|
||
editor_email = publisher@tmrjournals.com
|
||
|
||
;读取的企业邮箱
|
||
mail_server = imap.qq.com
|
||
|
||
[paystation]
|
||
api_url = https://api.paystation.co.nz
|
||
client_id = 616562
|
||
client_secret = CfMDrllyqBTFKrUkO2XaE7OmWTYqP3yd
|
||
hmac = 8aU8WnITYhwaGTXH
|
||
|
||
[base]
|
||
model_url=http://chat.taimed.cn
|
||
model_url1=http://125.39.141.154:10002/v1/chat/completions
|
||
model=DeepSeek-Coder-V2-Instruct
|
||
|
||
[user_field_ai]
|
||
; 留空则依次用 promotion PROMOTION_LLM_URL、citation 等;仅写根地址时会自动补 /v1/chat/completions
|
||
;chat_url=http://chat.taimed.cn/v1/chat/completions
|
||
;chat_model=DeepSeek-Coder-V2-Instruct
|
||
|
||
[expert_field_ai]
|
||
; Expert 库 field_ai AI 总结(留空则复用 user_field_ai / base.model_url)
|
||
;max_papers=8
|
||
;timeout=90
|
||
|
||
[promotion]
|
||
PROMOTION_LLM_URL=http://chat.taimed.cn/v1/chat/completions
|
||
PROMOTION_LLM_MODEL=DeepSeek-Coder-V2-Instruct
|
||
PROMOTION_LLM_TIMEOUT=30
|
||
PROMOTION_LLM_FALLBACK="We would like to cordially invite you to consider submitting a manuscript to {{journal_name}}."
|
||
PROMOTION_LLM_ADVISED_FALLBACK=""
|
||
|
||
[unsubscribe]
|
||
UNSUBSCRIBE_SECRET="TMR Unsubscribe Secret create on 20260427"
|
||
UNSUBSCRIBE_BASE_URL=https://submission.tmrjournals.com/api/Unsubscribe/index
|
||
|
||
[yboard]
|
||
APPLY_URL="https://submission.tmrjournals.com/youthBoardRegister"
|
||
|
||
[turnitin]
|
||
viewer_permission_set=ADMINISTRATOR
|
||
viewer_locale=en-US
|
||
; viewer-url 必填 viewer_user_id;默认用查重记录的 triggered_by → editor_{id},也可写死:
|
||
;viewer_user_id=editor_1
|
||
; 与 Crossref 网页手动查重对齐:三项默认 0(不排除引用/参考文献/引文)。若只要正文相似度可改为 1
|
||
exclude_quotes=0
|
||
exclude_bibliography=0
|
||
exclude_citations=0
|
||
; 在线报告默认视图:all_sources=按来源库分类(与 Crossref 手动后台一致);match_overview=匹配总览(文中编号易都显示为 1)
|
||
viewer_default_mode=all_sources
|
||
|
||
[plagiarism]
|
||
static_root="/home/wwwroot/api.tmrjournals.com/public"
|
||
|
||
[journal]
|
||
;官网服务器地址
|
||
base_url = http://journalapi.tmrjournals.com/public/index.php
|
||
|
||
[gpt]
|
||
api_key = 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
|
||
api_key1 = sk-svcacct-BEqbo-vcojWbafVmsY78Ef9Rts08joR9zEVaUV-5k6ejhxqAceu0cMTs8BHxgZYJjT3BlbkFJo9lsp2Wqo0DpijKvJJHGC6yMlreFah8VR4WSDctBGCJo_uacLaUH89IQk4AoYcJTgA
|
||
|
||
[reference]
|
||
; 本地大模型(OpenAI 兼容接口,如 Ollama / LM Studio / vLLM)
|
||
reference_llm_url = http://127.0.0.1:11434/v1/chat/completions
|
||
reference_llm_model = qwen2.5:7b
|
||
reference_llm_api_key =
|
||
reference_llm_timeout = 120
|
||
|
||
[citation]
|
||
; 引用检测等模块共用(未配 [reference] 时 ReferenceCheck 会回退到此处)
|
||
citation_chat_url = http://127.0.0.1:11434/v1/chat/completions
|
||
citation_chat_model = qwen2.5:7b
|
||
citation_chat_api_key =
|
||
citation_chat_timeout = 120
|
||
|
||
[emailtemplete]
|
||
pre = '<!doctype html>
|
||
<html lang="zh">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||
<title>TMR</title>
|
||
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
|
||
</head>
|
||
<body>
|
||
|
||
<table cellpadding="0" cellspacing="0" align="center" width="750"
|
||
style="border: 1px solid #e6e6e6;border-radius: 10px;border-collapse: collapse;border-style:hidden; box-shadow: 0 0 0 1px #e6e6e6;overflow:hidden;margin: 2px auto;">
|
||
<tbody>
|
||
<tr>
|
||
<td background="#FFFFFF">
|
||
<table cellpadding="0" cellspacing="0" background="#FFFFFF">
|
||
<tbody>
|
||
<tr background="https://www.tmrjournals.com/img/post_banneru.png">
|
||
<td width="200" height="100" colspan="1" rowspan="1"
|
||
style="font-family: sans-serif; vertical-align: top;font-size: 14px;">
|
||
<a href="https://www.tmrjournals.com/" target="_blank" style="text-decoration: none">
|
||
<img src="https://www.tmrjournals.com/img/tmr.png" width="120"
|
||
style="margin: 23px 0 0 30px">
|
||
<h3 style="font-size: 12px;color: #214b3c;font-weight: bold;margin: 2px 0 10px 30px;letter-spacing: -0.3px">
|
||
TMR
|
||
Publishing Group</h3>
|
||
</a>
|
||
</td>
|
||
<td width="550" height="100" colspan="1" rowspan="1"
|
||
style="font-family: sans-serif; vertical-align: top;font-size: 14px;">
|
||
<a href="https://www.tmrjournals.com" target="_blank"
|
||
style="color: #333;font-size: 15px;margin: 0 0 0 40px;text-decoration: none;letter-spacing:-0.5px;text-shadow: 0 0 4px #fff;line-height: 95px">Home
|
||
page</a>
|
||
<b style="margin: 0 5px;color: #333;">|</b>
|
||
<a href="https://www.tmrjournals.com/rev_ver.html" target="_blank"
|
||
style="color: #333;font-size: 15px;text-decoration: none;letter-spacing:-0.5px;text-shadow: 0 0 4px #fff">Scientist
|
||
Community</a>
|
||
<b style="margin: 0 5px;color: #333;">|</b>
|
||
<a href="https://www.tmrjournals.com/tmrde/" target="_blank"
|
||
style="color: #333;font-size: 15px;text-decoration: none;letter-spacing:-0.5px;text-shadow: 0 0 4px #fff">Database</a>
|
||
<b style="margin: 0 5px;color: #333;">|</b>
|
||
<a href="https://submission.tmrjournals.com/" target="_blank"
|
||
style="color: #333;font-size: 15px;text-decoration: none;letter-spacing:-0.5px;text-shadow: 0 0 4px #fff">Submission
|
||
System</a>
|
||
</td>
|
||
</tr>
|
||
|
||
</tbody>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td background="#FFFFFF">
|
||
<table cellpadding="0" cellspacing="0" background="#FFFFFF">
|
||
<tbody>
|
||
<tr>
|
||
<td width="750" height="40" colspan="0" rowspan="0">
|
||
</td>
|
||
</tr>
|
||
|
||
</tbody>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td background="#FFFFFF">
|
||
<table cellpadding="0" cellspacing="0" background="#FFFFFF">
|
||
<tbody>
|
||
<tr>
|
||
<td width="30" height="87" colspan="1" rowspan="1">
|
||
</td>
|
||
<td width="688" height="87" colspan="1" rowspan="1"
|
||
style="font-family:sans-serif; vertical-align: top;font-size: 14px;">
|
||
<p style="line-height:24px;text-align:left;">'
|
||
|
||
net = '</p>
|
||
</td>
|
||
<td width="32" height="87" colspan="1" rowspan="1">
|
||
</td>
|
||
</tr>
|
||
|
||
</tbody>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td background="#FFFFFF">
|
||
<table cellpadding="0" cellspacing="0" background="#FFFFFF">
|
||
<tbody>
|
||
<tr>
|
||
<td width="750" height="30" colspan="0" rowspan="0">
|
||
</td>
|
||
</tr>
|
||
|
||
</tbody>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td background="#FFFFFF">
|
||
<table cellpadding="0" cellspacing="0" background="#FFFFFF">
|
||
<tbody>
|
||
<tr style="background-color: #e1eeea">
|
||
|
||
<td width="750" height="110" colspan="1" rowspan="1"
|
||
style="font-family:sans-serif; vertical-align: top;font-size: 14px;">
|
||
<p style="margin: 32px 0 10px 30px;line-height: 24px">
|
||
E-mail: publisher@tmrjournals.com | https://www.tmrjournals.com <br>
|
||
Telephone: +64 02108293806
|
||
</p>
|
||
</td>
|
||
<td>
|
||
<img src="https://www.tmrjournals.com/img/post_erweim.png"
|
||
style="width: 90px;margin:10px 30px 6px 0">
|
||
</td>
|
||
</tr>
|
||
|
||
</tbody>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
<table cellpadding="0" cellspacing="0" align="center" width="750"
|
||
style="overflow:hidden;margin: 20px auto 0 auto;">
|
||
<tbody>
|
||
|
||
<tr>
|
||
<td background="#FFFFFF">
|
||
<table cellpadding="0" cellspacing="0" background="#FFFFFF">
|
||
<tbody>
|
||
<tr style="font-family:sans-serif; vertical-align: top;font-size: 12px;">
|
||
<td width="500" height="40" colspan="0" rowspan="0">
|
||
<a href="https://www.tmrjournals.com/afoor_con.html?&footer_id=6" target="_blank"
|
||
style="color: #333;margin: 2px 0 0 30px;line-height: 20px;display: block">
|
||
Privacy policy
|
||
</a>
|
||
</td>
|
||
<td background="#FFFFFF" width="250" height="40" colspan="0" rowspan="0">
|
||
<p style="margin: 2px 0 10px 42px;line-height: 20px">
|
||
2/77 Prince regent drive <br>
|
||
Half moon bay, Auckland 2012 <br>
|
||
New Zealand <br>
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td background="#FFFFFF">
|
||
<table cellpadding="0" cellspacing="0" background="#FFFFFF">
|
||
<tbody>
|
||
<tr style="font-family:sans-serif; vertical-align: top;font-size: 12px;">
|
||
<td width="750" height="40" colspan="0" rowspan="0">
|
||
<p style="margin: 5px 30px 10px 30px;line-height: 20px">
|
||
This email was sent to {{email}} and is specific to the recipient.
|
||
If you have received this email in error please delete it and notify the sender immediately.
|
||
</p>
|
||
<p style="margin: 0 30px 10px 30px;line-height: 20px">
|
||
Copyright © TMR Publishing Group Limited.
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
|
||
</tbody>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
</tbody>
|
||
</table>
|
||
|
||
</body>
|
||
|
||
<script>
|
||
|
||
</script>
|
||
</html>' |