From 6a6894030b26ee8b81a84eccfa36fef12b4226c6 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Wed, 9 Apr 2025 18:39:19 +0800 Subject: [PATCH] fix: save reply type Signed-off-by: bggRGjQaUbCoE --- lib/common/widgets/save_panel.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/common/widgets/save_panel.dart b/lib/common/widgets/save_panel.dart index 9897c8d7..d9922395 100644 --- a/lib/common/widgets/save_panel.dart +++ b/lib/common/widgets/save_panel.dart @@ -97,6 +97,8 @@ class _SavePanelState extends State { late final rootId = hasRoot ? _item.root : _item.id; late final anchor = hasRoot ? 'anchor=${_item.id}&' : ''; late final enterUri = parseDyn(dynItem); + viewType = '查看'; + itemType = '评论'; uri = switch (type) { 1 || 11 ||