Skip to content

v0.2.1

Choose a tag to compare

@wesele wesele released this 18 Jun 22:06
· 62 commits to master since this release

v0.2.1

新功能

  • 个人中心界面重设计:我的模块全面改为安卓系统设置风格(Material Design 3)
    • 主页:账户卡片 + 学习统计 + 分类设置项
    • 设置页:分组卡片式布局,支持对话框交互
    • 模型配置:简化设计,移除可选模型预置
  • 统一确认对话框:新增 ConfirmDialog 组件,替换所有原生 confirm() 调用

修复

  • 模型配置页面 Base URL 和模型名称输入框无法正确显示的问题
  • 提示词编辑器和模型配置页面的导航返回按钮无法正确回到上一页的问题
  • 提示词管理页面移除不必要的"新增"功能
  • 模型配置页面移除重复的"主模型/备用模型"标识文字
  • 修复中文文件 UTF-8 BOM 损坏问题

技术改进

  • 新增可复用 SettingsItem.vue 组件(安卓设置列表项风格)
  • 所有对话确认框统一使用 Material Design 风格

---ENGLISH---

v0.2.1

New Features

  • Profile Module Redesign: Full Android Settings-style UI (Material Design 3)
    • Main page: account card + learning stats + categorized settings
    • Settings page: grouped card layout with dialog interactions
    • Model config: simplified, removed model presets
  • Unified Confirm Dialog: New ConfirmDialog component replacing all native confirm() calls

Fixes

  • Fixed Base URL and model name input fields not displaying correctly
  • Fixed back button navigation on prompt editor and model config pages
  • Removed "Add New" functionality from prompt manager
  • Removed redundant model type label text from model config page
  • Fixed UTF-8 BOM corruption in Chinese text files

Technical Improvements

  • New reusable SettingsItem.vue component (Android settings list item style)
  • All confirmation dialogs now use uniform Material Design styling