diff --git a/src/store/slides.ts b/src/store/slides.ts index 7a15d30c..4180f388 100644 --- a/src/store/slides.ts +++ b/src/store/slides.ts @@ -53,8 +53,10 @@ export const useSlidesStore = defineStore('slides', { viewportSize: 1000, // 可视区域宽度基数 viewportRatio: 0.5625, // 可视区域比例,默认16:9 templates: [ - { name: '红色通用模板', id: 'template_1', cover: 'https://asset.pptist.cn/img/template_1.jpg' }, - { name: '蓝色通用模板', id: 'template_2', cover: 'https://asset.pptist.cn/img/template_2.jpg' }, + { name: '红色通用', id: 'template_1', cover: 'https://asset.pptist.cn/img/template_1.jpg' }, + { name: '蓝色通用', id: 'template_2', cover: 'https://asset.pptist.cn/img/template_2.jpg' }, + { name: '紫色通用', id: 'template_3', cover: 'https://asset.pptist.cn/img/template_3.jpg' }, + { name: '莫兰迪配色', id: 'template_4', cover: 'https://asset.pptist.cn/img/template_4.jpg' }, ], // 模板 }), diff --git a/src/views/Editor/AIPPTDialog.vue b/src/views/Editor/AIPPTDialog.vue index a0dd6aa4..a4f094f2 100644 --- a/src/views/Editor/AIPPTDialog.vue +++ b/src/views/Editor/AIPPTDialog.vue @@ -22,7 +22,7 @@