mirror of
https://github.com/Killua67/Fusion_Ai.git
synced 2025-11-25 02:54:55 +08:00
bump version to 1.0.3
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@@ -1,5 +1,22 @@
|
||||
# Fusion AI 更新日志
|
||||
|
||||
## v1.0.3 (2025-09-12)
|
||||
|
||||
### 🔧 优化
|
||||
|
||||
- **界面优化**: 改进了用户界面的响应性和交互体验
|
||||
- **性能提升**: 优化了应用的整体性能和稳定性
|
||||
- **代码维护**: 更新了项目依赖和代码结构
|
||||
|
||||
### 📝 其他
|
||||
|
||||
- 常规维护更新
|
||||
- 文档和配置优化
|
||||
|
||||
---
|
||||
|
||||
# Fusion AI 更新日志
|
||||
|
||||
## v1.0.2 (2024-03-13)
|
||||
|
||||
### 🚀 新功能
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
|
||||
// 主页 URL 映射
|
||||
const homeUrls = {
|
||||
chatgpt: 'https://chatgpt.com/',
|
||||
chatgpt: 'https://chatgpt.com/?model=auto',
|
||||
claude: 'https://claude.ai/new',
|
||||
gemini: 'https://gemini.google.com/app',
|
||||
grok: 'https://grok.com/'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fusion-ai",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "A desktop app that combines multiple AI chat interfaces",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user