feat: 原网页查看专栏
This commit is contained in:
@ -60,9 +60,14 @@ class _OpusPageState extends State<OpusPage> {
|
||||
},
|
||||
),
|
||||
actions: [
|
||||
IconButton(
|
||||
icon: const Icon(Icons.more_vert_rounded),
|
||||
onPressed: () {},
|
||||
PopupMenuButton(
|
||||
icon: const Icon(Icons.more_vert_outlined),
|
||||
itemBuilder: (BuildContext context) => <PopupMenuEntry>[
|
||||
PopupMenuItem(
|
||||
onTap: controller.onJumpWebview,
|
||||
child: const Text('查看原网页'),
|
||||
)
|
||||
],
|
||||
),
|
||||
const SizedBox(width: 16),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user