This commit is contained in:
Developer
2026-06-11 20:16:48 +08:00
parent bc202ca5bf
commit 33e347dea7

View File

@@ -662,6 +662,7 @@ final List<RouteDef> routeRegistry = [
module: RouteModule.content,
builder: (ctx) {
final key = ctx.getQueryParam('key');
if (key.isEmpty) return const CtcNoteListPage();
return CtcNoteEditPage(noteKey: key);
},
deepLinkAliases: [