feat: auto translate image creating prompt

This commit is contained in:
RockYang
2023-12-19 18:54:19 +08:00
parent 3d37087916
commit bf19120c27
11 changed files with 446 additions and 99 deletions

View File

@@ -111,6 +111,11 @@ const items = [
index: '/admin/reward',
title: '众筹管理',
},
{
icon: 'control',
index: '/admin/functions',
title: '函数管理',
},
{
icon: 'config',
index: '/admin/system',
@@ -121,29 +126,29 @@ const items = [
index: '/admin/loginLog',
title: '用户登录日志',
},
{
icon: 'menu',
index: '1',
title: '常用模板页面',
subs: [
{
index: '/admin/demo/form',
title: '表单页面',
},
{
index: '/admin/demo/table',
title: '常用表格',
},
{
index: '/admin/demo/import',
title: '导入Excel',
},
{
index: '/admin/demo/editor',
title: '富文本编辑器',
},
],
},
// {
// icon: 'menu',
// index: '1',
// title: '常用模板页面',
// subs: [
// {
// index: '/admin/demo/form',
// title: '表单页面',
// },
// {
// index: '/admin/demo/table',
// title: '常用表格',
// },
// {
// index: '/admin/demo/import',
// title: '导入Excel',
// },
// {
// index: '/admin/demo/editor',
// title: '富文本编辑器',
// },
// ],
// },
];
const route = useRoute();