mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-19 00:04:22 +01:00
Optimize
- divide mkdir/newfile
This commit is contained in:
@@ -1071,6 +1071,16 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `Create file`
|
||||
String get createFile {
|
||||
return Intl.message(
|
||||
'Create file',
|
||||
name: 'createFile',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Rename`
|
||||
String get rename {
|
||||
return Intl.message(
|
||||
|
||||
Reference in New Issue
Block a user