# Vue模板配置文件 # 为不同海报类型预定义Vue组件模板 vue_templates: # 插画风模板 illustration: name: "插画风海报" description: "4层结构:插画底图+文字图层" layers: - name: "插画底图" type: "background" description: "AI生成的通用建筑插图,彩色插画,色调和谐" - name: "主标题" type: "text" content: "见微知著记录南开" description: "最大号字体,放置在不遮挡主体的相对空白处" - name: "南开大学logo" type: "logo" description: "南开大学标识" - name: "机构名称" type: "text" content: "南开大学融媒体中心" description: "底部居中放置" template: | {{ mainTitle }} {{ organizationName }} # 中秋节模板 festival: name: "中秋节海报" description: "8层结构:背景+遮罩+装饰+logo+多文字层" layers: - name: "背景图层" type: "background" description: "AI生成节日插画" - name: "纯色遮罩" type: "overlay" description: "插画主色调遮罩" - name: "小插图背景" type: "decoration" description: "节日元素插图" - name: "南开logo" type: "logo" - name: "单位名称" type: "text" content: "南开大学" - name: "节日名称" type: "text" content: "中秋节" - name: "目的主题" type: "text" content: "月圆人团圆" - name: "日期元素" type: "text" content: "2025年10月6日" template: | {{ universityName }} {{ festivalName }} {{ themeText }} {{ dateText }} # 通用模板(保留原有的lotus模板作为备用) lotus.jpg: theme: "荷花主题" style: "传统优雅" template: | {{ title }} {{ subtitle }} nku.png: theme: "南开大学" style: "学术正式" template: | {{ title }} {{ subtitle }} stamp.jpg: theme: "印章装饰" style: "传统文化" template: | {{ title }} {{ subtitle }} background.png: theme: "通用背景" style: "简约现代" template: | {{ title }} {{ subtitle }}
{{ dateText }}