修复 API配置初始化时配置名称和认证方式显示为空的问题

- 修复 list-api-profiles 返回空数组导致配置名称显示为空
- 确保 loadSettings 加载时 API 相关字段有默认值
- 更新 package.json 项目描述和作者信息
This commit is contained in:
yuantao
2026-04-16 14:27:27 +08:00
parent e7f15d32ca
commit 67ab48b399
3 changed files with 28 additions and 6 deletions

View File

@@ -1,9 +1,12 @@
{
"name": "iflow-settings-editor",
"version": "1.0.0",
"description": "iFlow Settings Editor - Vue 3 + Electron",
"description": "一个用于编辑 iFlow CLI 配置文件的桌面应用程序。",
"main": "main.js",
"author": "iFlow",
"author": "上海潘哆呐科技有限公司",
"repository": {
"url": "https://git.pandorastudio.cn/product/iFlow-Settings-Editor-GUI.git"
},
"license": "MIT",
"scripts": {
"dev": "vite",