mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
new: license dialog
This commit is contained in:
@@ -612,7 +612,7 @@ abstract class S {
|
||||
/// No description provided for @madeWithLove.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'\nMade with ❤️ by {myGithub}'**
|
||||
/// **'Made with ❤️ by {myGithub}'**
|
||||
String madeWithLove(Object myGithub);
|
||||
|
||||
/// No description provided for @max.
|
||||
|
||||
@@ -284,7 +284,7 @@ class SEn extends S {
|
||||
|
||||
@override
|
||||
String madeWithLove(Object myGithub) {
|
||||
return '\nMade with ❤️ by $myGithub';
|
||||
return 'Made with ❤️ by $myGithub';
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
@@ -284,7 +284,7 @@ class SZh extends S {
|
||||
|
||||
@override
|
||||
String madeWithLove(Object myGithub) {
|
||||
return '\n用❤️制作 by $myGithub';
|
||||
return '用❤️制作 by $myGithub';
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user