YtFlow / Maple

A lightweight Universal Windows proxy app based on https://github.com/eycorsican/leaf
Apache License 2.0
1.19k stars 121 forks source link

配置文件编辑界面上缺少保存按钮 #55

Open yiding-he opened 6 months ago

yiding-he commented 6 months ago

用户无法得知当前的配置内容是否保存,是否启用,是否有语法错误。界面应该能反应编辑器内容的以下几种状态:

  1. 内容已保存,没有语法错误,且已激活;
  2. 内容已保存,没有语法错误,但未激活;
  3. 内容已保存,但有语法错误,未激活;
  4. 内容未保存,没有语法错误,未激活;
  5. 内容未保存,但有语法错误,未激活。
bdbai commented 6 months ago