feat: v1.1.0 新增智能添加和展示开关功能

功能更新:
- 新增智能添加功能:粘贴文本自动解析为结构化数据
- 新增展示开关:各分类和产品支持显示/隐藏控制
- 保留原始数据:智能添加的产品保留raw_text字段
- 优化价格显示:支持多币种、价格区间、单位
- 修复图标问题:CPU图标改为ri-cpu-line
- 新增favicon:所有页面添加浏览器标签图标

技术改进:
- 新增大模型API集成(LLM Proxy)
- 新增smart-add API接口
- 新增visible字段和toggle API
- 优化前端表格显示
This commit is contained in:
2026-04-11 01:54:28 +08:00
parent 1b22718d5a
commit d28ad1a292
13 changed files with 904 additions and 124 deletions

14
static/favicon.svg Normal file
View File

@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<!-- 背景 -->
<rect x="2" y="2" width="28" height="28" rx="6" fill="#4f46e5"/>
<!-- 数据网格 -->
<rect x="6" y="6" width="8" height="8" rx="2" fill="white"/>
<rect x="18" y="6" width="8" height="8" rx="2" fill="white"/>
<rect x="6" y="18" width="8" height="8" rx="2" fill="white"/>
<rect x="18" y="18" width="8" height="8" rx="2" fill="white"/>
<!-- 连接线 -->
<line x1="14" y1="10" x2="18" y2="10" stroke="#4f46e5" stroke-width="2"/>
<line x1="10" y1="14" x2="10" y2="18" stroke="#4f46e5" stroke-width="2"/>
<line x1="22" y1="14" x2="22" y2="18" stroke="#4f46e5" stroke-width="2"/>
<line x1="14" y1="22" x2="18" y2="22" stroke="#4f46e5" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 757 B