From f38a1b137b9daf4231b8de51e14dafebafc38021 Mon Sep 17 00:00:00 2001 From: Amery2010 Date: Fri, 14 Jun 2024 00:23:03 +0800 Subject: [PATCH] fix: Fixed the text layout misalignment issue on the settings page in some languages fix: Fixed the issue where the tag list in Assistant Market disappeared fix: Fixed the problem that the external page cannot be opened normally in the client --- app/page.tsx | 4 +- components/AssistantMarket.tsx | 8 +- components/Setting.tsx | 16 +- package.json | 2 +- src-tauri/Cargo.lock | 557 ++++----------------------------- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 9 +- store/assistant.ts | 8 + 8 files changed, 99 insertions(+), 507 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 451626a..cfd6be4 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -588,7 +588,9 @@ export default function Home() {