提交
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
//记得切换
|
||||
|
||||
//正式
|
||||
const mediaUrl = '/public/';
|
||||
const baseUrl = '/';
|
||||
// const mediaUrl = '/public/';
|
||||
// const baseUrl = '/';
|
||||
|
||||
//正式环境
|
||||
|
||||
// const mediaUrl = 'https://submission.tmrjournals.com/public/';
|
||||
// // const mediaUrl = 'http://zmzm.tougao.dev.com/public/';
|
||||
// const baseUrl = '/api'
|
||||
const mediaUrl = 'https://submission.tmrjournals.com/public/';
|
||||
// const mediaUrl = 'http://zmzm.tougao.dev.com/public/';
|
||||
const baseUrl = '/api'
|
||||
|
||||
//测试环境
|
||||
|
||||
|
||||
@@ -657,6 +657,15 @@ colTitle: 'Template title',
|
||||
printBtn: 'Print',
|
||||
previewNotSupported: 'This file format cannot be previewed online',
|
||||
downloadToView: 'Download to view locally',
|
||||
registerAuthorBtn: 'Create author account',
|
||||
registerAuthorConfirm:
|
||||
'Create an account via the same admin API as User Management: login name "{account}", display name "{realname}", email "{email}", initial password 123456qwe (no captcha). Continue?',
|
||||
registerAuthorSuccess: 'Author account created.',
|
||||
registerAuthorFail: 'Creation failed. Try again later or add the user manually in User Management.',
|
||||
registerAuthorExistsEmail: 'This email is already registered.',
|
||||
registerAuthorExistsAccount: 'This login name is already taken. Edit the sender display name or add the user manually.',
|
||||
registerAuthorNeedEmail: 'Sender email is missing; cannot create an account.',
|
||||
registerAuthorNoQq: 'QQ Mail is not supported for author accounts. Please add the user manually.',
|
||||
},
|
||||
crawlerKeywords: {
|
||||
pageTitle: 'Keyword Configuration',
|
||||
|
||||
@@ -646,6 +646,15 @@ const zh = {
|
||||
printBtn: '打印',
|
||||
previewNotSupported: '该文件格式无法在线预览',
|
||||
downloadToView: '下载到本地查看',
|
||||
registerAuthorBtn: '创建作者账号',
|
||||
registerAuthorConfirm:
|
||||
'将使用推广后台「添加用户」接口创建账号:登录名「{account}」,显示名「{realname}」,邮箱「{email}」,初始密码 123456qwe(无需验证码)。是否继续?',
|
||||
registerAuthorSuccess: '作者账号已创建。',
|
||||
registerAuthorFail: '创建失败,请稍后重试或到用户管理中手动添加。',
|
||||
registerAuthorExistsEmail: '该邮箱已被注册。',
|
||||
registerAuthorExistsAccount: '该登录名已被占用,请人工处理或修改发件人显示名后重试。',
|
||||
registerAuthorNeedEmail: '缺少发件人邮箱,无法创建账号。',
|
||||
registerAuthorNoQq: '本站不支持 QQ 邮箱作为作者账号,请在用户管理中手动添加。',
|
||||
},
|
||||
crawlerKeywords: {
|
||||
pageTitle: '关键词配置',
|
||||
|
||||
Reference in New Issue
Block a user