mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: delete all in settings page
This commit is contained in:
@@ -163,6 +163,7 @@ class AppRoute {
|
||||
String? path,
|
||||
String? text,
|
||||
String? langCode,
|
||||
String? title,
|
||||
}) {
|
||||
return AppRoute(
|
||||
EditorPage(
|
||||
@@ -170,6 +171,7 @@ class AppRoute {
|
||||
path: path,
|
||||
text: text,
|
||||
langCode: langCode,
|
||||
title: title,
|
||||
),
|
||||
'editor');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user