feature: 新增小说封面图片生成功能

This commit is contained in:
xiamuceer
2026-03-16 11:34:07 +08:00
parent 2ca4c9cd27
commit 411f906545
22 changed files with 1516 additions and 205 deletions
+4
View File
@@ -44,6 +44,10 @@ export default defineConfig({
'/api': {
target: 'http://localhost:8000',
changeOrigin: true,
},
'/generated-assets': {
target: 'http://localhost:8000',
changeOrigin: true,
}
}
}