From ddfef02ba13badfba0563d634edd74d8ac8c2359 Mon Sep 17 00:00:00 2001 From: Tianpao Date: Sat, 27 Dec 2025 16:08:48 +0800 Subject: [PATCH] =?UTF-8?q?chore(AI):=20UI=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src-tauri/tauri.conf.json | 8 +- front/src/App.vue | 10 +- front/src/component/About.vue | 56 +++++---- front/src/component/Main.vue | 68 +++++------ front/src/component/Setting.vue | 209 ++++++++++++++++++++++++++------ front/tsconfig.json | 6 + front/vite.config.ts | 8 ++ 7 files changed, 261 insertions(+), 104 deletions(-) diff --git a/front/src-tauri/tauri.conf.json b/front/src-tauri/tauri.conf.json index 24783aa..36e8031 100644 --- a/front/src-tauri/tauri.conf.json +++ b/front/src-tauri/tauri.conf.json @@ -13,11 +13,13 @@ "windows": [ { "title": "DeEarthX V3", - "width": 1280, - "height": 720, + "width": 1024, + "height": 600, + "minWidth": 800, + "minHeight": 500, "dragDropEnabled": false, "fullscreen": false, - "resizable": false, + "resizable": true, "center": true } ], diff --git a/front/src/App.vue b/front/src/App.vue index 3bf807f..581b736 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -86,17 +86,17 @@ const theme = ref({