From b2ca694fbd389a3d57e970477819f78f3bd1c086 Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 2 Apr 2026 16:46:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=9B=E5=BB=BA=E4=BA=86=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E7=9A=84=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +++ src/api/AigcSceneListApi.ts | 11 +++++++++++ src/api/index.js | 0 src/api/index.ts | 3 +++ src/common/ajax.js | 3 ++- src/views/home/index.vue | 15 ++++++++++++++- vite.config.js | 30 ++++++++++++++---------------- 7 files changed, 47 insertions(+), 18 deletions(-) create mode 100644 src/api/AigcSceneListApi.ts delete mode 100644 src/api/index.js create mode 100644 src/api/index.ts diff --git a/src/App.vue b/src/App.vue index 5bb7c62..e43560b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,11 +7,14 @@