| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { CreatorType, DocmeeUI } from '@docmee/sdk-ui' |
| | | import { generateToken } from '@/api/ppt/docmee/index'; // 确保路径正确 |
| | | //用户信息 |
| | | import {useLocaleStore} from "@/store/modules/locale"; |
| | |
| | | token: token, // 使用获取到的token |
| | | container: docmeeContainer, // 挂载 iframe 的容器 |
| | | page: 'dashboard', // 选择 'creator' 或 'dashboard' |
| | | creatorVersion: "v2", |
| | | lang: localeStore.getCurrentLocale.lang.indexOf('zh')> -1 ? 'zh':localeStore.getCurrentLocale.lang, |
| | | themeColor: '#001529', // 主题色 |
| | | background: 'linear-gradient(140deg, #001529, #3a506b, #5b84b1)', // 背景色 |
| | | // themeColor: '#001529', // 主题色 |
| | | background: "linear-gradient(-157deg,#8d58ff, #409eff)", // 自定义背景 |
| | | padding: '40px', // 内边距 |
| | | mode: "light", |
| | | creatorData: { |
| | | type: CreatorType.AI_GEN, |
| | | }, |
| | | onMessage(message) { |
| | | console.log(message); |
| | | if (message.type === 'invalid-token') { |
| | |
| | | page: 'creator', // 选择 'creator' 或 'dashboard' |
| | | creatorVersion: "v2", |
| | | lang: localeStore.getCurrentLocale.lang.indexOf('zh')> -1 ? 'zh':localeStore.getCurrentLocale.lang, |
| | | themeColor: '#001529', // 主题色 |
| | | background: "linear-gradient(-157deg,#f57bb0, #867dea)", // 自定义背景 |
| | | // themeColor: '#001529', // 主题色 |
| | | background: "linear-gradient(-157deg,#8d58ff, #409eff)", // 自定义背景 |
| | | padding: '40px', // 内边距 |
| | | mode: "light", |
| | | creatorData: { |