feat: 优化聊天界面为女装穿搭专业顾问

-  更新UI主题为粉色系,适配女装穿搭业务
-  默认展示12张图片卡片,支持展开查看全部
-  默认隐藏AI文字回答,点击查看详情时显示
-  新增智能标签汇总功能,支持多选标签生成搜索
-  优化提示词和建议问题,专注女装穿搭场景
-  修复加载状态显示问题,优化用户体验
-  支持gs://到Google Storage的URI转换
-  增强图片卡片交互,悬停显示查看原图按钮
This commit is contained in:
imeepos
2025-07-21 22:56:57 +08:00
parent 1fb5468ecc
commit 07ecd9cee7
12 changed files with 1772 additions and 22 deletions

View File

@@ -115,7 +115,7 @@ interface RagGroundingConfig {
const DEFAULT_CONFIG = {
project_id: "gen-lang-client-0413414134",
location: "global",
data_store_id: "default_data_store",
data_store_id: "jeans_pattern_data_store", // 使用存在的数据存储
model_id: "gemini-2.5-flash",
temperature: 1.0,
max_output_tokens: 8192,