Update README.md

This commit is contained in:
lollipopkit
2023-05-28 19:49:17 +08:00
parent edaffb736c
commit 0837f1619a
8 changed files with 24 additions and 21 deletions

View File

@@ -2,8 +2,8 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 329;
static const String engine = "3.10.0";
static const String buildAt = "2023-05-27 22:51:11.684423";
static const int build = 333;
static const String engine = "3.10.2";
static const String buildAt = "2023-05-28 19:42:38.911830";
static const int modifications = 7;
}

View File

@@ -65,6 +65,7 @@ class _EditorPageState extends State<EditorPage> {
return Scaffold(
backgroundColor: _codeTheme['root']!.backgroundColor,
appBar: AppBar(
centerTitle: true,
title: TwoLineText(up: getFileName(widget.path) ?? '', down: _s.editor),
actions: [
PopupMenuButton(