From 08e28f52c7a9f96ad9f4fff4b24bc05b3d906409 Mon Sep 17 00:00:00 2001 From: bridge Date: Sun, 11 Jan 2026 22:15:45 +0800 Subject: [PATCH] refactor frontend (not done) --- web/src/api/game.ts | 1 + web/src/components/game/panels/system/LLMConfigPanel.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/api/game.ts b/web/src/api/game.ts index 70c9e92..0588074 100644 --- a/web/src/api/game.ts +++ b/web/src/api/game.ts @@ -96,6 +96,7 @@ export interface EventDTO { related_avatar_ids: string[]; is_major: boolean; is_story: boolean; + created_at: number; } export interface EventsResponseDTO { diff --git a/web/src/components/game/panels/system/LLMConfigPanel.vue b/web/src/components/game/panels/system/LLMConfigPanel.vue index 74dfb6f..14dc6be 100644 --- a/web/src/components/game/panels/system/LLMConfigPanel.vue +++ b/web/src/components/game/panels/system/LLMConfigPanel.vue @@ -27,7 +27,7 @@ const presets = [ name: '通义千问', base_url: 'https://dashscope.aliyuncs.com/compatible-mode/v1', model_name: 'qwen-plus', - fast_model_name: 'qwen-turbo' + fast_model_name: 'qwen-flash' }, { name: 'DeepSeek', @@ -174,7 +174,7 @@ onMounted(() => {