Browse Source

修复个别名称

master
hejl 2 months ago
parent
commit
64317b08b2
  1. 2
      win_text_editor/lib/framework/services/file_service.dart

2
win_text_editor/lib/framework/services/file_service.dart

@ -21,7 +21,7 @@ class FileService {
'uftatom': 'UFT原子', 'uftatom': 'UFT原子',
'uftbusiness': 'UFT业务逻辑', 'uftbusiness': 'UFT业务逻辑',
'uftfactor': 'UFT因子', 'uftfactor': 'UFT因子',
'uftstructure': 'UFT业务逻辑', 'uftstructure': 'UFT对象',
}; };
static const _hiddenFiles = ['.classpath', '.project', '.respath', 'project.xml', 'module.xml']; static const _hiddenFiles = ['.classpath', '.project', '.respath', 'project.xml', 'module.xml'];

Loading…
Cancel
Save