You've already forked iFlow-Settings-Editor-GUI
修复 API配置初始化时配置名称和认证方式显示为空的问题
- 修复 list-api-profiles 返回空数组导致配置名称显示为空 - 确保 loadSettings 加载时 API 相关字段有默认值 - 更新 package.json 项目描述和作者信息
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user