feat: 新增api接口

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-24 15:36:44 +08:00
parent 278f1aab85
commit 5ab74ad9dd
13 changed files with 537 additions and 59 deletions
+14
View File
@@ -2,6 +2,20 @@
export default defineNuxtConfig({
compatibilityDate: "2025-07-15",
devtools: { enabled: true },
app: {
head: {
title: 'AI Art Studio',
titleTemplate: '%s',
htmlAttrs: {
lang: 'zh-CN'
},
meta: [
{ name: 'description', content: 'AI Art Studio' }
]
}
},
ogImage: {
zeroRuntime: true
},