mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #316] [MERGED] refactor: 重构模型配置,可通过模板创建新的模型配置 #722
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#722
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/codexu/note-gen/pull/316
Author: @codexu
Created: 6/30/2025
Status: ✅ Merged
Merged: 6/30/2025
Merged by: @codexu
Base:
dev← Head:refactor-setting-ai📝 Commits (10+)
398f22efeat: 增加模型模板选择682be1ffeat: aiType 改为 primaryModel3409a88refactor: 重写模型编辑逻辑3c92a00refactor: 检测 AI 可用性6535c11refactor: 模型选择d392c8afeat: 处理无配置情况24aa8abrefactor: 移除 Gemini 方案,使用兼容 openai 链接代替04a21a3release: v0.18.373f4f25fix: 移动端 settings config 错误0f8b9b1feat: 设置默认模型,主要模型增加可选择📊 Changes
32 files changed (+923 additions, -1342 deletions)
View changed files
📝
messages/en.json(+12 -13)📝
messages/ja.json(+12 -8)📝
messages/zh.json(+12 -8)📝
package.json(+0 -1)📝
pnpm-lock.yaml(+2 -176)📝
src-tauri/tauri.conf.json(+1 -1)📝
src/app/core/article/custom-toolbar/continue.tsx(+8 -4)📝
src/app/core/article/custom-toolbar/eraser.tsx(+2 -2)📝
src/app/core/article/custom-toolbar/mark.tsx(+3 -3)📝
src/app/core/article/custom-toolbar/polish.tsx(+3 -3)📝
src/app/core/article/custom-toolbar/question.tsx(+3 -3)📝
src/app/core/article/custom-toolbar/translation.tsx(+6 -10)📝
src/app/core/record/chat/chat-header.tsx(+28 -4)📝
src/app/core/record/chat/chat-input.tsx(+7 -7)📝
src/app/core/record/chat/model-select.tsx(+6 -15)📝
src/app/core/record/mark/control-image.tsx(+2 -2)📝
src/app/core/record/mark/control-scan.tsx(+2 -2)➖
src/app/core/setting/ai/ai-check.tsx(+0 -38)➕
src/app/core/setting/ai/check.tsx(+109 -0)➕
src/app/core/setting/ai/create.tsx(+103 -0)...and 12 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.