#64 opt. for process page

This commit is contained in:
lollipopkit
2023-06-27 12:27:16 +08:00
parent 0022294ea4
commit 9ffe5583fd
10 changed files with 35 additions and 27 deletions

View File

@@ -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;
}

View File

@@ -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';

View File

@@ -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',
};