mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
#64 opt. for process page
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 363;
|
||||
static const String engine = "3.10.0";
|
||||
static const String buildAt = "2023-06-23 17:27:11.745150";
|
||||
static const int modifications = 5;
|
||||
static const int build = 365;
|
||||
static const String engine = "3.10.3";
|
||||
static const String buildAt = "2023-06-27 00:42:16.407149";
|
||||
static const int modifications = 3;
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ const privateKeyMaxSize = 20 * 1024;
|
||||
const editorMaxSize = 1024 * 1024;
|
||||
|
||||
/// Max debug log lines
|
||||
const maxDebugLogLines = 100;
|
||||
const maxDebugLogLines = 377;
|
||||
|
||||
/// Method Channels
|
||||
const pkgName = 'tech.lolli.toolbox';
|
||||
|
||||
@@ -13,4 +13,5 @@ const thanksMap = {
|
||||
'QingAnLe': 'https://github.com/QingAnLe',
|
||||
'wxdjs': 'https://github.com/wxdjs',
|
||||
'Aeorq': 'https://github.com/Aeorq',
|
||||
'jaychoubaby': 'https://github.com/jaychoubaby',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user