new: wear settings (#358) & opt.: android widget edit

This commit is contained in:
lollipopkit
2024-05-27 20:52:46 +08:00
parent 1a3cb09ca2
commit fbabd8c351
7 changed files with 119 additions and 43 deletions

View File

@@ -246,4 +246,8 @@ class AppRoutes {
static AppRoutes pve({Key? key, required ServerPrivateInfo spi}) {
return AppRoutes(PvePage(key: key, spi: spi), 'pve');
}
static AppRoutes kvEditor({Key? key, required Map<String, String> data}) {
return AppRoutes(KvEditor(key: key, data: data), 'kv_editor');
}
}