new: delete all in settings page

This commit is contained in:
lollipopkit
2023-08-30 18:52:28 +08:00
parent be62767d45
commit c899a84b29
10 changed files with 74 additions and 41 deletions

View File

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