自动化渲染变量显示
This commit is contained in:
@@ -19,8 +19,8 @@ const service = axios.create({
|
|||||||
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
|
// baseURL: 'https://submission.tmrjournals.com/', //正式 记得切换
|
||||||
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换
|
// baseURL: 'http://www.tougao.com/', //测试本地 记得切换
|
||||||
// baseURL: 'http://192.168.110.110/tougao/public/index.php/',
|
// baseURL: 'http://192.168.110.110/tougao/public/index.php/',
|
||||||
// baseURL: '/api', //本地
|
baseURL: '/api', //本地
|
||||||
baseURL: '/', //正式
|
// baseURL: '/', //正式
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -1584,7 +1584,7 @@
|
|||||||
.account-grid-layout {
|
.account-grid-layout {
|
||||||
display: grid;
|
display: grid;
|
||||||
/* 如果希望固定 3 个一行:repeat(3, 1fr);如果自适应:repeat(auto-fill, minmax(280px, 1fr)) */
|
/* 如果希望固定 3 个一行:repeat(3, 1fr);如果自适应:repeat(auto-fill, minmax(280px, 1fr)) */
|
||||||
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ export default {
|
|||||||
expert_title: "Prof", // 专家职称 (如 Prof./Dr.)
|
expert_title: "Prof", // 专家职称 (如 Prof./Dr.)
|
||||||
expert_name: "John Doe", // 专家姓名
|
expert_name: "John Doe", // 专家姓名
|
||||||
expert_field: "Biomedical Engineering", // 专家研究领域
|
expert_field: "Biomedical Engineering", // 专家研究领域
|
||||||
representative_work_title: "Advanced Applications of AI in Medical Imaging", // 专家代表作标题
|
representative_work_title: "Advanced Applications of AI in Medical Imaging.", // 专家代表作标题
|
||||||
ai_content_analysis: "【AI分析文章,一句话总结】", // AI solicitation rationale
|
ai_content_analysis: "【AI分析文章,一句话总结】", // AI solicitation rationale
|
||||||
ai_advised_topics: "Based on your research expertise, we would particularly welcome submissions on topics such as 【这里是AI针对学者领域给特定约稿主题】, or other closely related areas that align with your work.", // AI suggested directions
|
ai_advised_topics: "Based on your research expertise, we would particularly welcome submissions on topics such as 【这里是AI针对学者领域给特定约稿主题】, or other closely related areas that align with your work.", // AI suggested directions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user